public class TableIsEmptyOperation extends AbstractConnectionOperation
conn, helper, LOGGER| Constructor and Description |
|---|
TableIsEmptyOperation(JDBCHelper helper) |
TableIsEmptyOperation(JDBCHelper helper,
FeatureType featureType,
OperationsFactory.TableReference table,
java.lang.String baseFilter,
FeatureQuery query) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSQL() |
java.lang.Object |
perform(JDBCConnection conn) |
boolean |
tableIsEmpty(JDBCConnection conn) |
closeConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, performpublic TableIsEmptyOperation(JDBCHelper helper)
public TableIsEmptyOperation(JDBCHelper helper, FeatureType featureType, OperationsFactory.TableReference table, java.lang.String baseFilter, FeatureQuery query)
public final java.lang.Object perform(JDBCConnection conn) throws DataException
DataExceptionpublic java.lang.String getSQL()
public boolean tableIsEmpty(JDBCConnection conn) throws DataException
DataException