Class AbstractConnectionWritableOperation
java.lang.Object
org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionWritableOperation
- All Implemented Interfaces:
ConnectionOperation
- Direct Known Subclasses:
CreateTableOperation,DropTableOperation,PerformChangesOperation,UpdateTableStatisticsOperation
-
Field Summary
Fields inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
conn, helper, LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.gvsig.fmap.dal.store.jdbc2.JDBCConnectionMethods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
closeConnection, continueTransactionAllowed, createSQLBuilder, needTransaction, perform, perform_operationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.store.jdbc2.spi.operations.ConnectionOperation
perform
-
Constructor Details
-
AbstractConnectionWritableOperation
-
-
Method Details
-
getConnection
protected org.gvsig.fmap.dal.store.jdbc2.JDBCConnection getConnection() throws org.gvsig.fmap.dal.resource.exception.AccessResourceException- Overrides:
getConnectionin classAbstractConnectionOperation- Throws:
org.gvsig.fmap.dal.resource.exception.AccessResourceException
-