Class RetrieveValueOperation
java.lang.Object
org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
org.gvsig.fmap.dal.store.jdbc2.spi.operations.RetrieveValueOperation
- All Implemented Interfaces:
ConnectionOperation
-
Field Summary
Fields inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
conn, helper, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRetrieveValueOperation(JDBCHelper helper) RetrieveValueOperation(JDBCHelper helper, OperationsFactory.TableReference table, String filter, String order, String fieldname) -
Method Summary
Methods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
closeConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform, perform_operation
-
Constructor Details
-
RetrieveValueOperation
-
RetrieveValueOperation
public RetrieveValueOperation(JDBCHelper helper, OperationsFactory.TableReference table, String filter, String order, String fieldname)
-
-
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
-
getSQL
-
retrieveValue
public Object retrieveValue(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn) throws org.gvsig.fmap.dal.exception.DataException - Throws:
org.gvsig.fmap.dal.exception.DataException
-