public class FetchFeatureProviderByReferenceOperation extends AbstractConnectionOperation
conn, helper, LOGGER| Constructor and Description |
|---|
FetchFeatureProviderByReferenceOperation(JDBCHelper helper,
FeatureReferenceProviderServices reference,
FeatureType featureType,
OperationsFactory.TableReference table) |
| Modifier and Type | Method and Description |
|---|---|
FeatureProvider |
fetchFeatureProviderByReference(JDBCConnection conn) |
java.lang.String |
getSQL() |
java.lang.String |
getSQL(JDBCSQLBuilderBase sqlbuilder,
java.util.List<FeatureAttributeDescriptor> columns) |
java.lang.Object |
perform(JDBCConnection conn) |
closeConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, performpublic FetchFeatureProviderByReferenceOperation(JDBCHelper helper, FeatureReferenceProviderServices reference, FeatureType featureType, OperationsFactory.TableReference table)
public final java.lang.Object perform(JDBCConnection conn) throws DataException
DataExceptionpublic java.lang.String getSQL()
public java.lang.String getSQL(JDBCSQLBuilderBase sqlbuilder, java.util.List<FeatureAttributeDescriptor> columns)
public FeatureProvider fetchFeatureProviderByReference(JDBCConnection conn) throws DataException
DataException