Class AbstractConnectionOperation
java.lang.Object
org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
- All Implemented Interfaces:
ConnectionOperation
- Direct Known Subclasses:
AbstractConnectionWritableOperation,CalculateEnvelopeOfColumnOperation,CanCreateTablesOperation,CanModifyTableOperation,CountOperation,DeletePassThroughOperation,ExecuteOperation,FetchFeatureProviderByReferenceOperation,FetchFeatureTypeOperation,ListTablesOperation,ResultSetForSetProviderOperation,RetrieveValueOperation,TableIsEmptyOperation,UpdatePassThroughOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.gvsig.fmap.dal.store.jdbc2.JDBCConnectionprotected final JDBCHelperprotected static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcloseConnection(Object result) booleanprotected JDBCSQLBuilderBaseprotected org.gvsig.fmap.dal.store.jdbc2.JDBCConnectionbooleanperform()protected ObjectMethods 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
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER -
helper
-
conn
protected org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn
-
-
Constructor Details
-
AbstractConnectionOperation
-
-
Method Details
-
continueTransactionAllowed
public boolean continueTransactionAllowed()- Specified by:
continueTransactionAllowedin interfaceConnectionOperation
-
needTransaction
public boolean needTransaction()- Specified by:
needTransactionin interfaceConnectionOperation
-
createSQLBuilder
-
perform
- Specified by:
performin interfaceConnectionOperation
-
getConnection
protected org.gvsig.fmap.dal.store.jdbc2.JDBCConnection getConnection() throws org.gvsig.fmap.dal.resource.exception.AccessResourceException- Throws:
org.gvsig.fmap.dal.resource.exception.AccessResourceException
-
perform_operation
- Throws:
Exception
-
closeConnection
- Parameters:
result- the result of the operation recently executed- Throws:
Exception
-