public class ListTablesOperation extends AbstractConnectionOperation
conn, helper, LOGGER| Constructor and Description |
|---|
ListTablesOperation(JDBCHelper helper,
int mode,
JDBCServerExplorerParameters serverParameters,
boolean informationTables) |
ListTablesOperation(JDBCHelper helper,
int mode,
JDBCServerExplorerParameters serverParameters,
boolean informationTables,
int tablesOrViews) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JDBCStoreParameters> |
listTables(JDBCConnection conn,
int mode,
JDBCServerExplorerParameters serverParameters,
boolean informationTables,
int tablesOrViews) |
java.lang.Object |
perform(JDBCConnection conn) |
closeConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, performpublic ListTablesOperation(JDBCHelper helper, int mode, JDBCServerExplorerParameters serverParameters, boolean informationTables, int tablesOrViews)
public ListTablesOperation(JDBCHelper helper, int mode, JDBCServerExplorerParameters serverParameters, boolean informationTables)
public final java.lang.Object perform(JDBCConnection conn) throws DataException
DataExceptionpublic java.util.List<JDBCStoreParameters> listTables(JDBCConnection conn, int mode, JDBCServerExplorerParameters serverParameters, boolean informationTables, int tablesOrViews)