org.agileclick.genorm.runtime
Class GenOrmStatement

java.lang.Object
  extended by org.agileclick.genorm.runtime.StatementWrapper
      extended by org.agileclick.genorm.runtime.GenOrmStatement
All Implemented Interfaces:
java.sql.Statement

public class GenOrmStatement
extends StatementWrapper


Field Summary
 
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
Constructor Summary
GenOrmStatement(java.sql.Connection connection, java.sql.Statement statement)
           
 
Method Summary
 void close()
           
 java.lang.String toString()
           
 
Methods inherited from class org.agileclick.genorm.runtime.StatementWrapper
addBatch, cancel, clearBatch, clearWarnings, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenOrmStatement

public GenOrmStatement(java.sql.Connection connection,
                       java.sql.Statement statement)
Method Detail

close

public void close()
           throws java.sql.SQLException
Specified by:
close in interface java.sql.Statement
Overrides:
close in class StatementWrapper
Throws:
java.sql.SQLException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object