org.enhydra.jdbc.standard
Class StandardStatement

java.lang.Object
  extended by org.enhydra.jdbc.util.JdbcUtil
      extended by org.enhydra.jdbc.core.CoreStatement
          extended by org.enhydra.jdbc.standard.StandardStatement
All Implemented Interfaces:
Statement, Wrapper

public class StandardStatement
extends CoreStatement


Field Summary
 boolean closed
           
 
Fields inherited from class org.enhydra.jdbc.core.CoreStatement
inCache, statement, theQuery
 
Fields inherited from class org.enhydra.jdbc.util.JdbcUtil
log
 
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
 
Method Summary
 void catchInvoke(SQLException sqlException)
          Exception management : catch or throw the exception
 
Methods inherited from class org.enhydra.jdbc.core.CoreStatement
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getInCache, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
 
Methods inherited from class org.enhydra.jdbc.util.JdbcUtil
setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.Statement
isClosed, isPoolable, setPoolable
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Field Detail

closed

public boolean closed
Method Detail

catchInvoke

public void catchInvoke(SQLException sqlException)
                 throws SQLException
Exception management : catch or throw the exception

Specified by:
catchInvoke in class CoreStatement
Throws:
SQLException


Copyright © 2011. All Rights Reserved.