org.enhydra.jdbc.standard
Class StandardXAPreparedStatement

java.lang.Object
  |
  +--org.enhydra.jdbc.core.CorePreparedStatement
        |
        +--org.enhydra.jdbc.standard.StandardPreparedStatement
              |
              +--org.enhydra.jdbc.standard.StandardXAPreparedStatement
All Implemented Interfaces:
java.sql.PreparedStatement, java.sql.Statement

public class StandardXAPreparedStatement
extends StandardPreparedStatement


Field Summary
 int resultSetConcurrency
           
 int resultSetType
           
 java.lang.String sql
           
 
Fields inherited from class org.enhydra.jdbc.standard.StandardPreparedStatement
closed, key
 
Fields inherited from class org.enhydra.jdbc.core.CorePreparedStatement
ps
 
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.CorePreparedStatement
addBatch, addBatch, cancel, clearBatch, clearParameters, clearWarnings, execute, execute, executeBatch, executeQuery, executeQuery, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getMaxFieldSize, getMaxRows, getMetaData, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetType, getUpdateCount, getWarnings, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setCursorName, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFetchSize, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sql

public java.lang.String sql

resultSetType

public int resultSetType

resultSetConcurrency

public int resultSetConcurrency
Method Detail

close

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

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 StandardPreparedStatement

catchInvoke

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