Class ListTablesOperation
java.lang.Object
org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
org.gvsig.fmap.dal.store.jdbc2.spi.operations.ListTablesOperation
- All Implemented Interfaces:
ConnectionOperation
-
Field Summary
Fields inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
conn, helper, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionListTablesOperation(JDBCHelper helper, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, boolean informationTables) ListTablesOperation(JDBCHelper helper, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, boolean informationTables, int tablesOrViews) -
Method Summary
Modifier and TypeMethodDescriptionList<org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters> listTables(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, boolean informationTables, int tablesOrViews) final Objectperform(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn) Methods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
closeConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform, perform_operation
-
Constructor Details
-
ListTablesOperation
public ListTablesOperation(JDBCHelper helper, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, boolean informationTables, int tablesOrViews) -
ListTablesOperation
public ListTablesOperation(JDBCHelper helper, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, boolean informationTables)
-
-
Method Details
-
perform
public final Object perform(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn) throws org.gvsig.fmap.dal.exception.DataException - Throws:
org.gvsig.fmap.dal.exception.DataException
-
listTables
public List<org.gvsig.fmap.dal.store.jdbc.JDBCStoreParameters> listTables(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn, int mode, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters serverParameters, boolean informationTables, int tablesOrViews)
-