public class ExecuteOperation extends AbstractConnectionOperation
conn, helper, LOGGER| Constructor and Description |
|---|
ExecuteOperation(JDBCHelper helper,
java.lang.String sql) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeConnection(java.lang.Object result) |
java.lang.Object |
execute(java.lang.String sql) |
java.lang.Object |
perform(JDBCConnection conn) |
continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, performpublic ExecuteOperation(JDBCHelper helper, java.lang.String sql)
public final java.lang.Object perform(JDBCConnection conn) throws DataException
DataExceptionpublic java.lang.Object execute(java.lang.String sql)
protected void closeConnection(java.lang.Object result)
throws java.lang.Exception
closeConnection in class AbstractConnectionOperationresult - the result of the operation recently executedjava.lang.Exception