Package org.gvsig.sqlite.dal.operations
Class SQLiteExecuteOperation
java.lang.Object
org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
org.gvsig.fmap.dal.store.jdbc2.spi.operations.ExecuteOperation
org.gvsig.sqlite.dal.operations.SQLiteExecuteOperation
- All Implemented Interfaces:
org.gvsig.fmap.dal.store.jdbc2.spi.operations.ConnectionOperation
public class SQLiteExecuteOperation
extends org.gvsig.fmap.dal.store.jdbc2.spi.operations.ExecuteOperation
-
Field Summary
Fields inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
conn, helper, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionSQLiteExecuteOperation(org.gvsig.fmap.dal.store.jdbc2.JDBCHelper helper, String sql) -
Method Summary
Methods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.ExecuteOperation
closeConnection, performMethods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform, perform_operation
-
Constructor Details
-
SQLiteExecuteOperation
-
-
Method Details
-
execute
- Overrides:
executein classorg.gvsig.fmap.dal.store.jdbc2.spi.operations.ExecuteOperation
-