public class CanModifyTableOperation extends AbstractConnectionOperation
conn, helper, LOGGER| Constructor and Description |
|---|
CanModifyTableOperation(JDBCHelper helper) |
CanModifyTableOperation(JDBCHelper helper,
OperationsFactory.TableReference table) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canModifyTable(JDBCConnection conn,
OperationsFactory.TableReference table) |
java.lang.Object |
perform(JDBCConnection conn) |
closeConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, performpublic CanModifyTableOperation(JDBCHelper helper)
public CanModifyTableOperation(JDBCHelper helper, OperationsFactory.TableReference table)
public java.lang.Object perform(JDBCConnection conn) throws DataException
DataExceptionpublic boolean canModifyTable(JDBCConnection conn, OperationsFactory.TableReference table) throws DataException
DataException