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

    Constructors
    Constructor
    Description
    SQLiteExecuteOperation(org.gvsig.fmap.dal.store.jdbc2.JDBCHelper helper, String sql)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.ExecuteOperation

    closeConnection, perform

    Methods inherited from class org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation

    continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform, perform_operation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SQLiteExecuteOperation

      public SQLiteExecuteOperation(org.gvsig.fmap.dal.store.jdbc2.JDBCHelper helper, String sql)
  • Method Details

    • execute

      public Object execute(String sql)
      Overrides:
      execute in class org.gvsig.fmap.dal.store.jdbc2.spi.operations.ExecuteOperation