Save This Page
Home » xapool-1.5.0-src » org.enhydra.jdbc » standard » [javadoc | source]
org.enhydra.jdbc.standard
public class: StandardXAPreparedStatement [javadoc | source]
java.lang.Object
   org.enhydra.jdbc.util.JdbcUtil
      org.enhydra.jdbc.core.CorePreparedStatement
         org.enhydra.jdbc.standard.StandardPreparedStatement
            org.enhydra.jdbc.standard.StandardXAPreparedStatement

All Implemented Interfaces:
    PreparedStatement

Field Summary
public  String sql     
public  int resultSetType     
public  int resultSetConcurrency     
public  int resultSetHoldability     
public  int autoGeneratedKeys     
Fields inherited from org.enhydra.jdbc.standard.StandardPreparedStatement:
key,  closed
Fields inherited from org.enhydra.jdbc.core.CorePreparedStatement:
ps
Fields inherited from org.enhydra.jdbc.util.JdbcUtil:
log
Constructor:
 StandardXAPreparedStatement(StandardXAConnectionHandle con_,
    String sql_,
    int autoGeneratedKeys_) throws SQLException 
 StandardXAPreparedStatement(StandardXAConnectionHandle con_,
    String sql_,
    int resultSetType_,
    int resultSetConcurrency_,
    int resultSetHoldability_) throws SQLException 
Method from org.enhydra.jdbc.standard.StandardXAPreparedStatement Summary:
catchInvoke,   close
Methods from org.enhydra.jdbc.standard.StandardPreparedStatement:
catchInvoke,   close,   preInvoke
Methods from org.enhydra.jdbc.core.CorePreparedStatement:
addBatch,   addBatch,   cancel,   catchInvoke,   clearBatch,   clearParameters,   clearWarnings,   close,   execute,   execute,   execute,   execute,   execute,   executeBatch,   executeQuery,   executeQuery,   executeUpdate,   executeUpdate,   executeUpdate,   executeUpdate,   executeUpdate,   getConnection,   getFetchDirection,   getFetchSize,   getGeneratedKeys,   getMaxFieldSize,   getMaxRows,   getMetaData,   getMoreResults,   getMoreResults,   getParameterMetaData,   getQueryTimeout,   getResultSet,   getResultSetConcurrency,   getResultSetHoldability,   getResultSetType,   getUpdateCount,   getWarnings,   preInvoke,   setArray,   setAsciiStream,   setBigDecimal,   setBinaryStream,   setBlob,   setBoolean,   setByte,   setBytes,   setCharacterStream,   setClob,   setCursorName,   setDate,   setDate,   setDouble,   setEscapeProcessing,   setFetchDirection,   setFetchSize,   setFloat,   setInt,   setLogger,   setLong,   setMaxFieldSize,   setMaxRows,   setNull,   setNull,   setObject,   setObject,   setObject,   setQueryTimeout,   setRef,   setShort,   setString,   setTime,   setTime,   setTimestamp,   setTimestamp,   setURL,   setUnicodeStream
Methods from org.enhydra.jdbc.util.JdbcUtil:
setLogger
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.enhydra.jdbc.standard.StandardXAPreparedStatement Detail:
 public  void catchInvoke(SQLException sqlException) throws SQLException 
    Exception management : catch or throw the exception
 public synchronized  void close() throws SQLException 
    Close this statement.