Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.resource.adapter » jdbc » jdk6 » [javadoc | source]
org.jboss.resource.adapter.jdbc.jdk6
public class: WrappedCallableStatementJDK6 [javadoc | source]
java.lang.Object
   org.jboss.resource.adapter.jdbc.JBossWrapper
      org.jboss.resource.adapter.jdbc.WrappedStatement
         org.jboss.resource.adapter.jdbc.WrappedPreparedStatement
            org.jboss.resource.adapter.jdbc.WrappedCallableStatement
               org.jboss.resource.adapter.jdbc.jdk6.WrappedCallableStatementJDK6

All Implemented Interfaces:
    CallableStatement, PreparedStatement, Statement, StatementAccess, WrappedStatement, Serializable

WrappedCallableStatementJDK6.
Constructor:
 public WrappedCallableStatementJDK6(WrappedConnectionJDK6 lc,
    CallableStatement s) 
Method from org.jboss.resource.adapter.jdbc.jdk6.WrappedCallableStatementJDK6 Summary:
getCharacterStream,   getCharacterStream,   getNCharacterStream,   getNCharacterStream,   getNClob,   getNClob,   getNString,   getNString,   getRowId,   getRowId,   getSQLXML,   getSQLXML,   isClosed,   isPoolable,   setAsciiStream,   setAsciiStream,   setAsciiStream,   setAsciiStream,   setBinaryStream,   setBinaryStream,   setBinaryStream,   setBinaryStream,   setBlob,   setBlob,   setBlob,   setBlob,   setBlob,   setCharacterStream,   setCharacterStream,   setCharacterStream,   setCharacterStream,   setClob,   setClob,   setClob,   setClob,   setClob,   setNCharacterStream,   setNCharacterStream,   setNCharacterStream,   setNCharacterStream,   setNClob,   setNClob,   setNClob,   setNClob,   setNClob,   setNClob,   setNString,   setNString,   setPoolable,   setRowId,   setRowId,   setSQLXML,   setSQLXML,   wrapResultSet
Methods from org.jboss.resource.adapter.jdbc.WrappedCallableStatement:
getArray,   getArray,   getBigDecimal,   getBigDecimal,   getBigDecimal,   getBlob,   getBlob,   getBoolean,   getBoolean,   getByte,   getByte,   getBytes,   getBytes,   getClob,   getClob,   getDate,   getDate,   getDate,   getDate,   getDouble,   getDouble,   getFloat,   getFloat,   getInt,   getInt,   getLong,   getLong,   getObject,   getObject,   getObject,   getObject,   getRef,   getRef,   getShort,   getShort,   getString,   getString,   getTime,   getTime,   getTime,   getTime,   getTimestamp,   getTimestamp,   getTimestamp,   getTimestamp,   getURL,   getURL,   getUnderlyingStatement,   getWrappedObject,   registerOutParameter,   registerOutParameter,   registerOutParameter,   registerOutParameter,   registerOutParameter,   registerOutParameter,   setAsciiStream,   setBigDecimal,   setBinaryStream,   setBoolean,   setByte,   setBytes,   setCharacterStream,   setDate,   setDate,   setDouble,   setFloat,   setInt,   setLong,   setNull,   setNull,   setObject,   setObject,   setObject,   setShort,   setString,   setTime,   setTime,   setTimestamp,   setTimestamp,   setURL,   wasNull
Methods from org.jboss.resource.adapter.jdbc.WrappedPreparedStatement:
addBatch,   clearParameters,   execute,   executeQuery,   executeUpdate,   getMetaData,   getParameterMetaData,   getUnderlyingStatement,   getWrappedObject,   setArray,   setAsciiStream,   setBigDecimal,   setBinaryStream,   setBlob,   setBoolean,   setByte,   setBytes,   setCharacterStream,   setClob,   setDate,   setDate,   setDouble,   setFloat,   setInt,   setLong,   setNull,   setNull,   setObject,   setObject,   setObject,   setRef,   setShort,   setString,   setTime,   setTime,   setTimestamp,   setTimestamp,   setURL,   setUnicodeStream
Methods from org.jboss.resource.adapter.jdbc.WrappedStatement:
addBatch,   cancel,   checkConfiguredQueryTimeout,   checkException,   checkState,   checkTransaction,   checkTransactionActive,   clearBatch,   clearWarnings,   close,   closeResultSets,   execute,   execute,   execute,   execute,   executeBatch,   executeQuery,   executeUpdate,   executeUpdate,   executeUpdate,   executeUpdate,   getConnection,   getFetchDirection,   getFetchSize,   getGeneratedKeys,   getMaxFieldSize,   getMaxRows,   getMoreResults,   getMoreResults,   getQueryTimeout,   getResultSet,   getResultSetConcurrency,   getResultSetHoldability,   getResultSetType,   getUnderlyingStatement,   getUpdateCount,   getWarnings,   getWrappedObject,   internalClose,   lock,   registerResultSet,   setCursorName,   setEscapeProcessing,   setFetchDirection,   setFetchSize,   setMaxFieldSize,   setMaxRows,   setQueryTimeout,   unlock,   unregisterResultSet,   wrapResultSet
Methods from org.jboss.resource.adapter.jdbc.JBossWrapper:
getWrappedObject,   isWrapperFor,   unwrap
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.resource.adapter.jdbc.jdk6.WrappedCallableStatementJDK6 Detail:
 public Reader getCharacterStream(int parameterIndex) throws SQLException 
 public Reader getCharacterStream(String parameterName) throws SQLException 
 public Reader getNCharacterStream(int parameterIndex) throws SQLException 
 public Reader getNCharacterStream(String parameterName) throws SQLException 
 public NClob getNClob(int parameterIndex) throws SQLException 
 public NClob getNClob(String parameterName) throws SQLException 
 public String getNString(int parameterIndex) throws SQLException 
 public String getNString(String parameterName) throws SQLException 
 public RowId getRowId(int parameterIndex) throws SQLException 
 public RowId getRowId(String parameterName) throws SQLException 
 public SQLXML getSQLXML(int parameterIndex) throws SQLException 
 public SQLXML getSQLXML(String parameterName) throws SQLException 
 public boolean isClosed() throws SQLException 
 public boolean isPoolable() throws SQLException 
 public  void setAsciiStream(int parameterIndex,
    InputStream x) throws SQLException 
 public  void setAsciiStream(String parameterName,
    InputStream x) throws SQLException 
 public  void setAsciiStream(int parameterIndex,
    InputStream x,
    long length) throws SQLException 
 public  void setAsciiStream(String parameterName,
    InputStream x,
    long length) throws SQLException 
 public  void setBinaryStream(int parameterIndex,
    InputStream x) throws SQLException 
 public  void setBinaryStream(String parameterName,
    InputStream x) throws SQLException 
 public  void setBinaryStream(int parameterIndex,
    InputStream x,
    long length) throws SQLException 
 public  void setBinaryStream(String parameterName,
    InputStream x,
    long length) throws SQLException 
 public  void setBlob(int parameterIndex,
    InputStream inputStream) throws SQLException 
 public  void setBlob(String parameterName,
    Blob x) throws SQLException 
 public  void setBlob(String parameterName,
    InputStream inputStream) throws SQLException 
 public  void setBlob(int parameterIndex,
    InputStream inputStream,
    long length) throws SQLException 
 public  void setBlob(String parameterName,
    InputStream inputStream,
    long length) throws SQLException 
 public  void setCharacterStream(int parameterIndex,
    Reader reader) throws SQLException 
 public  void setCharacterStream(String parameterName,
    Reader reader) throws SQLException 
 public  void setCharacterStream(int parameterIndex,
    Reader reader,
    long length) throws SQLException 
 public  void setCharacterStream(String parameterName,
    Reader reader,
    long length) throws SQLException 
 public  void setClob(int parameterIndex,
    Reader reader) throws SQLException 
 public  void setClob(String parameterName,
    Clob x) throws SQLException 
 public  void setClob(String parameterName,
    Reader reader) throws SQLException 
 public  void setClob(int parameterIndex,
    Reader reader,
    long length) throws SQLException 
 public  void setClob(String parameterName,
    Reader reader,
    long length) throws SQLException 
 public  void setNCharacterStream(int parameterIndex,
    Reader value) throws SQLException 
 public  void setNCharacterStream(String parameterName,
    Reader value) throws SQLException 
 public  void setNCharacterStream(int parameterIndex,
    Reader value,
    long length) throws SQLException 
 public  void setNCharacterStream(String parameterName,
    Reader value,
    long length) throws SQLException 
 public  void setNClob(int parameterIndex,
    NClob value) throws SQLException 
 public  void setNClob(int parameterIndex,
    Reader reader) throws SQLException 
 public  void setNClob(String parameterName,
    NClob value) throws SQLException 
 public  void setNClob(String parameterName,
    Reader reader) throws SQLException 
 public  void setNClob(int parameterIndex,
    Reader reader,
    long length) throws SQLException 
 public  void setNClob(String parameterName,
    Reader reader,
    long length) throws SQLException 
 public  void setNString(int parameterIndex,
    String value) throws SQLException 
 public  void setNString(String parameterName,
    String value) throws SQLException 
 public  void setPoolable(boolean poolable) throws SQLException 
 public  void setRowId(int parameterIndex,
    RowId x) throws SQLException 
 public  void setRowId(String parameterName,
    RowId x) throws SQLException 
 public  void setSQLXML(int parameterIndex,
    SQLXML xmlObject) throws SQLException 
 public  void setSQLXML(String parameterName,
    SQLXML xmlObject) throws SQLException 
 protected WrappedResultSet wrapResultSet(ResultSet resultSet)