org.enhydra.jdbc.standard
Class StandardXAStatement

java.lang.Object
  |
  +--org.enhydra.jdbc.core.CoreStatement
        |
        +--org.enhydra.jdbc.standard.StandardXAStatement
All Implemented Interfaces:
java.sql.Statement

public class StandardXAStatement
extends CoreStatement


Fields inherited from class org.enhydra.jdbc.core.CoreStatement
statement
 
Method Summary
 void catchInvoke(java.sql.SQLException sqlException)
          Exception management : catch or throw the exception
 void close()
          Close this statement.
 void preInvoke()
          Pre-invokation of the delegation, in case of the Statement is closed, we throw an exception
 
Methods inherited from class org.enhydra.jdbc.core.CoreStatement
addBatch, cancel, clearBatch, clearWarnings, execute, executeBatch, executeQuery, executeUpdate, getConnection, getFetchDirection, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
           throws java.sql.SQLException
Close this statement.
Overrides:
close in class CoreStatement

preInvoke

public void preInvoke()
               throws java.sql.SQLException
Pre-invokation of the delegation, in case of the Statement is closed, we throw an exception
Overrides:
preInvoke in class CoreStatement

catchInvoke

public void catchInvoke(java.sql.SQLException sqlException)
                 throws java.sql.SQLException
Exception management : catch or throw the exception
Overrides:
catchInvoke in class CoreStatement