public class SQLiteExecuteOperation extends ExecuteOperation
conn, helper, LOGGER
Constructor and Description |
---|
SQLiteExecuteOperation(JDBCHelper helper,
java.lang.String sql) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(java.lang.String sql) |
closeConnection, perform
continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, perform
public SQLiteExecuteOperation(JDBCHelper helper, java.lang.String sql)
public java.lang.Object execute(java.lang.String sql)
execute
in class ExecuteOperation