org.jboss.jca.adapters.jdbc.jdk6
Class CachedCallableStatementJDK6

java.lang.Object
  extended by org.jboss.jca.adapters.jdbc.JBossWrapper
      extended by org.jboss.jca.adapters.jdbc.CachedPreparedStatement
          extended by org.jboss.jca.adapters.jdbc.CachedCallableStatement
              extended by org.jboss.jca.adapters.jdbc.jdk6.CachedCallableStatementJDK6
All Implemented Interfaces:
Serializable, CallableStatement, PreparedStatement, Statement, Wrapper

public class CachedCallableStatementJDK6
extends CachedCallableStatement

CachedCallableStatementJDK6.

Version:
$Revision: 85945 $
Author:
Adrian Brock
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.jca.adapters.jdbc.CachedPreparedStatement
log, trace
 
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
 
Constructor Summary
CachedCallableStatementJDK6(CallableStatement cs)
          Constructor
 
Method Summary
 Reader getCharacterStream(int parameterIndex)
          
 Reader getCharacterStream(String parameterName)
          
 Reader getNCharacterStream(int parameterIndex)
          
 Reader getNCharacterStream(String parameterName)
          
 NClob getNClob(int parameterIndex)
          
 NClob getNClob(String parameterName)
          
 String getNString(int parameterIndex)
          
 String getNString(String parameterName)
          
 RowId getRowId(int parameterIndex)
          
 RowId getRowId(String parameterName)
          
 SQLXML getSQLXML(int parameterIndex)
          
 SQLXML getSQLXML(String parameterName)
          
 boolean isClosed()
          
 boolean isPoolable()
          
 void setAsciiStream(int parameterIndex, InputStream x)
          
 void setAsciiStream(int parameterIndex, InputStream x, long length)
          
 void setAsciiStream(String parameterName, InputStream x)
          
 void setAsciiStream(String parameterName, InputStream x, long length)
          
 void setBinaryStream(int parameterIndex, InputStream x)
          
 void setBinaryStream(int parameterIndex, InputStream x, long length)
          
 void setBinaryStream(String parameterName, InputStream x)
          
 void setBinaryStream(String parameterName, InputStream x, long length)
          
 void setBlob(int parameterIndex, InputStream inputStream)
          
 void setBlob(int parameterIndex, InputStream inputStream, long length)
          
 void setBlob(String parameterName, Blob x)
          
 void setBlob(String parameterName, InputStream inputStream)
          
 void setBlob(String parameterName, InputStream inputStream, long length)
          
 void setCharacterStream(int parameterIndex, Reader reader)
          
 void setCharacterStream(int parameterIndex, Reader reader, long length)
          
 void setCharacterStream(String parameterName, Reader reader)
          
 void setCharacterStream(String parameterName, Reader reader, long length)
          
 void setClob(int parameterIndex, Reader reader)
          
 void setClob(int parameterIndex, Reader reader, long length)
          
 void setClob(String parameterName, Clob x)
          
 void setClob(String parameterName, Reader reader)
          
 void setClob(String parameterName, Reader reader, long length)
          
 void setNCharacterStream(int parameterIndex, Reader value)
          
 void setNCharacterStream(int parameterIndex, Reader value, long length)
          
 void setNCharacterStream(String parameterName, Reader value)
          
 void setNCharacterStream(String parameterName, Reader value, long length)
          
 void setNClob(int parameterIndex, NClob value)
          
 void setNClob(int parameterIndex, Reader reader)
          
 void setNClob(int parameterIndex, Reader reader, long length)
          
 void setNClob(String parameterName, NClob value)
          
 void setNClob(String parameterName, Reader reader)
          
 void setNClob(String parameterName, Reader reader, long length)
          
 void setNString(int parameterIndex, String value)
          
 void setNString(String parameterName, String value)
          
 void setPoolable(boolean poolable)
          
 void setRowId(int parameterIndex, RowId x)
          
 void setRowId(String parameterName, RowId x)
          
 void setSQLXML(int parameterIndex, SQLXML xmlObject)
          
 void setSQLXML(String parameterName, SQLXML xmlObject)
          
 
Methods inherited from class org.jboss.jca.adapters.jdbc.CachedCallableStatement
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, 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 inherited from class org.jboss.jca.adapters.jdbc.CachedPreparedStatement
addBatch, addBatch, agedOut, cancel, 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, getUnderlyingPreparedStatement, getUpdateCount, getWarnings, inUse, isInUse, 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, setURL
 
Methods inherited from class org.jboss.jca.adapters.jdbc.JBossWrapper
isWrapperFor, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.PreparedStatement
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, 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, setUnicodeStream, setURL
 
Methods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Constructor Detail

CachedCallableStatementJDK6

public CachedCallableStatementJDK6(CallableStatement cs)
                            throws SQLException
Constructor

Parameters:
cs - The callable statement
Throws:
SQLException - Thrown if an error occurs
Method Detail

setAsciiStream

public void setAsciiStream(int parameterIndex,
                           InputStream x,
                           long length)
                    throws SQLException

Throws:
SQLException

setAsciiStream

public void setAsciiStream(int parameterIndex,
                           InputStream x)
                    throws SQLException

Throws:
SQLException

setBinaryStream

public void setBinaryStream(int parameterIndex,
                            InputStream x,
                            long length)
                     throws SQLException

Throws:
SQLException

setBinaryStream

public void setBinaryStream(int parameterIndex,
                            InputStream x)
                     throws SQLException

Throws:
SQLException

setBlob

public void setBlob(int parameterIndex,
                    InputStream inputStream,
                    long length)
             throws SQLException

Throws:
SQLException

setBlob

public void setBlob(int parameterIndex,
                    InputStream inputStream)
             throws SQLException

Throws:
SQLException

setCharacterStream

public void setCharacterStream(int parameterIndex,
                               Reader reader,
                               long length)
                        throws SQLException

Throws:
SQLException

setCharacterStream

public void setCharacterStream(int parameterIndex,
                               Reader reader)
                        throws SQLException

Throws:
SQLException

setClob

public void setClob(int parameterIndex,
                    Reader reader,
                    long length)
             throws SQLException

Throws:
SQLException

setClob

public void setClob(int parameterIndex,
                    Reader reader)
             throws SQLException

Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(int parameterIndex,
                                Reader value,
                                long length)
                         throws SQLException

Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(int parameterIndex,
                                Reader value)
                         throws SQLException

Throws:
SQLException

setNClob

public void setNClob(int parameterIndex,
                     NClob value)
              throws SQLException

Throws:
SQLException

setNClob

public void setNClob(int parameterIndex,
                     Reader reader,
                     long length)
              throws SQLException

Throws:
SQLException

setNClob

public void setNClob(int parameterIndex,
                     Reader reader)
              throws SQLException

Throws:
SQLException

setNString

public void setNString(int parameterIndex,
                       String value)
                throws SQLException

Throws:
SQLException

setRowId

public void setRowId(int parameterIndex,
                     RowId x)
              throws SQLException

Throws:
SQLException

setSQLXML

public void setSQLXML(int parameterIndex,
                      SQLXML xmlObject)
               throws SQLException

Throws:
SQLException

isClosed

public boolean isClosed()
                 throws SQLException

Throws:
SQLException

isPoolable

public boolean isPoolable()
                   throws SQLException

Throws:
SQLException

setPoolable

public void setPoolable(boolean poolable)
                 throws SQLException

Throws:
SQLException

getCharacterStream

public Reader getCharacterStream(int parameterIndex)
                          throws SQLException

Throws:
SQLException

getCharacterStream

public Reader getCharacterStream(String parameterName)
                          throws SQLException

Throws:
SQLException

getNCharacterStream

public Reader getNCharacterStream(int parameterIndex)
                           throws SQLException

Throws:
SQLException

getNCharacterStream

public Reader getNCharacterStream(String parameterName)
                           throws SQLException

Throws:
SQLException

getNClob

public NClob getNClob(int parameterIndex)
               throws SQLException

Throws:
SQLException

getNClob

public NClob getNClob(String parameterName)
               throws SQLException

Throws:
SQLException

getNString

public String getNString(int parameterIndex)
                  throws SQLException

Throws:
SQLException

getNString

public String getNString(String parameterName)
                  throws SQLException

Throws:
SQLException

getRowId

public RowId getRowId(int parameterIndex)
               throws SQLException

Throws:
SQLException

getRowId

public RowId getRowId(String parameterName)
               throws SQLException

Throws:
SQLException

getSQLXML

public SQLXML getSQLXML(int parameterIndex)
                 throws SQLException

Throws:
SQLException

getSQLXML

public SQLXML getSQLXML(String parameterName)
                 throws SQLException

Throws:
SQLException

setAsciiStream

public void setAsciiStream(String parameterName,
                           InputStream x,
                           long length)
                    throws SQLException

Throws:
SQLException

setAsciiStream

public void setAsciiStream(String parameterName,
                           InputStream x)
                    throws SQLException

Throws:
SQLException

setBinaryStream

public void setBinaryStream(String parameterName,
                            InputStream x,
                            long length)
                     throws SQLException

Throws:
SQLException

setBinaryStream

public void setBinaryStream(String parameterName,
                            InputStream x)
                     throws SQLException

Throws:
SQLException

setBlob

public void setBlob(String parameterName,
                    Blob x)
             throws SQLException

Throws:
SQLException

setBlob

public void setBlob(String parameterName,
                    InputStream inputStream,
                    long length)
             throws SQLException

Throws:
SQLException

setBlob

public void setBlob(String parameterName,
                    InputStream inputStream)
             throws SQLException

Throws:
SQLException

setCharacterStream

public void setCharacterStream(String parameterName,
                               Reader reader,
                               long length)
                        throws SQLException

Throws:
SQLException

setCharacterStream

public void setCharacterStream(String parameterName,
                               Reader reader)
                        throws SQLException

Throws:
SQLException

setClob

public void setClob(String parameterName,
                    Clob x)
             throws SQLException

Throws:
SQLException

setClob

public void setClob(String parameterName,
                    Reader reader,
                    long length)
             throws SQLException

Throws:
SQLException

setClob

public void setClob(String parameterName,
                    Reader reader)
             throws SQLException

Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(String parameterName,
                                Reader value,
                                long length)
                         throws SQLException

Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(String parameterName,
                                Reader value)
                         throws SQLException

Throws:
SQLException

setNClob

public void setNClob(String parameterName,
                     NClob value)
              throws SQLException

Throws:
SQLException

setNClob

public void setNClob(String parameterName,
                     Reader reader,
                     long length)
              throws SQLException

Throws:
SQLException

setNClob

public void setNClob(String parameterName,
                     Reader reader)
              throws SQLException

Throws:
SQLException

setNString

public void setNString(String parameterName,
                       String value)
                throws SQLException

Throws:
SQLException

setRowId

public void setRowId(String parameterName,
                     RowId x)
              throws SQLException

Throws:
SQLException

setSQLXML

public void setSQLXML(String parameterName,
                      SQLXML xmlObject)
               throws SQLException

Throws:
SQLException


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)