Class ExecuteOperation

java.lang.Object
org.gvsig.fmap.dal.store.jdbc2.spi.operations.AbstractConnectionOperation
org.gvsig.fmap.dal.store.jdbc2.spi.operations.ExecuteOperation
All Implemented Interfaces:
ConnectionOperation

public class ExecuteOperation extends AbstractConnectionOperation
  • Constructor Details

  • Method Details

    • perform

      public final Object perform(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn) throws org.gvsig.fmap.dal.exception.DataException
      Throws:
      org.gvsig.fmap.dal.exception.DataException
    • execute

      public Object execute(String sql)
    • closeConnection

      protected void closeConnection(Object result) throws Exception
      Overrides:
      closeConnection in class AbstractConnectionOperation
      Parameters:
      result - the result of the operation recently executed
      Throws:
      Exception