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, performcontinueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, performpublic SQLiteExecuteOperation(JDBCHelper helper, java.lang.String sql)
public java.lang.Object execute(java.lang.String sql)
execute in class ExecuteOperation