org.jboss.resource.adapter.jdbc
Class WrappedPreparedStatement

java.lang.Object
  extended byorg.jboss.resource.adapter.jdbc.WrappedStatement (src) 
      extended byorg.jboss.resource.adapter.jdbc.WrappedPreparedStatement
All Implemented Interfaces:
java.sql.PreparedStatement, java.sql.Statement, WrappedStatement (src)
Direct Known Subclasses:
WrappedCallableStatement (src)

public class WrappedPreparedStatement
extends WrappedStatement (src)
implements java.sql.PreparedStatement

A wrapper for a prepared statement.


Field Summary
 
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
WrappedPreparedStatement(WrappedConnection (src)  lc, java.sql.PreparedStatement ps)
           
 
Method Summary
 void addBatch()
           
 void clearParameters()
           
 boolean execute()
           
 java.sql.ResultSet executeQuery()
           
 int executeUpdate()
           
 java.sql.ResultSetMetaData getMetaData()
           
 java.sql.ParameterMetaData getParameterMetaData()
           
 java.sql.Statement getUnderlyingStatement()
           
 void setArray(int parameterIndex, java.sql.Array value)
           
 void setAsciiStream(int parameterIndex, java.io.InputStream stream, int length)
           
 void setBigDecimal(int parameterIndex, java.math.BigDecimal value)
           
 void setBinaryStream(int parameterIndex, java.io.InputStream stream, int length)
           
 void setBlob(int parameterIndex, java.sql.Blob value)
           
 void setBoolean(int parameterIndex, boolean value)
           
 void setByte(int parameterIndex, byte value)
           
 void setBytes(int parameterIndex, byte[] value)
           
 void setCharacterStream(int parameterIndex, java.io.Reader reader, int length)
           
 void setClob(int parameterIndex, java.sql.Clob value)
           
 void setDate(int parameterIndex, java.sql.Date value)
           
 void setDate(int parameterIndex, java.sql.Date value, java.util.Calendar calendar)
           
 void setDouble(int parameterIndex, double value)
           
 void setFloat(int parameterIndex, float value)
           
 void setInt(int parameterIndex, int value)
           
 void setLong(int parameterIndex, long value)
           
 void setNull(int parameterIndex, int sqlType)
           
 void setNull(int parameterIndex, int sqlType, java.lang.String typeName)
           
 void setObject(int parameterIndex, java.lang.Object value)
           
 void setObject(int parameterIndex, java.lang.Object value, int sqlType)
           
 void setObject(int parameterIndex, java.lang.Object value, int sqlType, int scale)
           
 void setRef(int parameterIndex, java.sql.Ref value)
           
 void setShort(int parameterIndex, short value)
           
 void setString(int parameterIndex, java.lang.String value)
           
 void setTime(int parameterIndex, java.sql.Time value)
           
 void setTime(int parameterIndex, java.sql.Time value, java.util.Calendar calendar)
           
 void setTimestamp(int parameterIndex, java.sql.Timestamp value)
           
 void setTimestamp(int parameterIndex, java.sql.Timestamp value, java.util.Calendar calendar)
           
 void setUnicodeStream(int parameterIndex, java.io.InputStream stream, int length)
           
 void setURL(int parameterIndex, java.net.URL value)
           
 
Methods inherited from class org.jboss.resource.adapter.jdbc.WrappedStatement (src)
addBatch, cancel, checkException, checkTransaction, 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, getUpdateCount, getWarnings, internalClose, registerResultSet, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, unregisterResultSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

WrappedPreparedStatement

public WrappedPreparedStatement(WrappedConnection (src)  lc,
                                java.sql.PreparedStatement ps)
Method Detail

getUnderlyingStatement

public java.sql.Statement getUnderlyingStatement()
Specified by:
getUnderlyingStatement in interface WrappedStatement (src)
Overrides:
getUnderlyingStatement in class WrappedStatement (src)

setBoolean

public void setBoolean(int parameterIndex,
                       boolean value)
                throws java.sql.SQLException
Specified by:
setBoolean in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setByte

public void setByte(int parameterIndex,
                    byte value)
             throws java.sql.SQLException
Specified by:
setByte in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setShort

public void setShort(int parameterIndex,
                     short value)
              throws java.sql.SQLException
Specified by:
setShort in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setInt

public void setInt(int parameterIndex,
                   int value)
            throws java.sql.SQLException
Specified by:
setInt in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setLong

public void setLong(int parameterIndex,
                    long value)
             throws java.sql.SQLException
Specified by:
setLong in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setFloat

public void setFloat(int parameterIndex,
                     float value)
              throws java.sql.SQLException
Specified by:
setFloat in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setDouble

public void setDouble(int parameterIndex,
                      double value)
               throws java.sql.SQLException
Specified by:
setDouble in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setURL

public void setURL(int parameterIndex,
                   java.net.URL value)
            throws java.sql.SQLException
Specified by:
setURL in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setTime

public void setTime(int parameterIndex,
                    java.sql.Time value)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setTime

public void setTime(int parameterIndex,
                    java.sql.Time value,
                    java.util.Calendar calendar)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

execute

public boolean execute()
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.PreparedStatement
Returns:
Throws:
java.sql.SQLException -

getMetaData

public java.sql.ResultSetMetaData getMetaData()
                                       throws java.sql.SQLException
Specified by:
getMetaData in interface java.sql.PreparedStatement
Returns:
Throws:
java.sql.SQLException -

executeQuery

public java.sql.ResultSet executeQuery()
                                throws java.sql.SQLException
Specified by:
executeQuery in interface java.sql.PreparedStatement
Returns:
Throws:
java.sql.SQLException -

executeUpdate

public int executeUpdate()
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.PreparedStatement
Returns:
Throws:
java.sql.SQLException -

addBatch

public void addBatch()
              throws java.sql.SQLException
Specified by:
addBatch in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException -

setNull

public void setNull(int parameterIndex,
                    int sqlType)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException -

setNull

public void setNull(int parameterIndex,
                    int sqlType,
                    java.lang.String typeName)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException -

setBigDecimal

public void setBigDecimal(int parameterIndex,
                          java.math.BigDecimal value)
                   throws java.sql.SQLException
Specified by:
setBigDecimal in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setString

public void setString(int parameterIndex,
                      java.lang.String value)
               throws java.sql.SQLException
Specified by:
setString in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setBytes

public void setBytes(int parameterIndex,
                     byte[] value)
              throws java.sql.SQLException
Specified by:
setBytes in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setDate

public void setDate(int parameterIndex,
                    java.sql.Date value)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setDate

public void setDate(int parameterIndex,
                    java.sql.Date value,
                    java.util.Calendar calendar)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setTimestamp

public void setTimestamp(int parameterIndex,
                         java.sql.Timestamp value)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setTimestamp

public void setTimestamp(int parameterIndex,
                         java.sql.Timestamp value,
                         java.util.Calendar calendar)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setAsciiStream

public void setAsciiStream(int parameterIndex,
                           java.io.InputStream stream,
                           int length)
                    throws java.sql.SQLException
Specified by:
setAsciiStream in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException -

setUnicodeStream

public void setUnicodeStream(int parameterIndex,
                             java.io.InputStream stream,
                             int length)
                      throws java.sql.SQLException
Specified by:
setUnicodeStream in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException -

setBinaryStream

public void setBinaryStream(int parameterIndex,
                            java.io.InputStream stream,
                            int length)
                     throws java.sql.SQLException
Specified by:
setBinaryStream in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException -

clearParameters

public void clearParameters()
                     throws java.sql.SQLException
Specified by:
clearParameters in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException -

setObject

public void setObject(int parameterIndex,
                      java.lang.Object value,
                      int sqlType,
                      int scale)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setObject

public void setObject(int parameterIndex,
                      java.lang.Object value,
                      int sqlType)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setObject

public void setObject(int parameterIndex,
                      java.lang.Object value)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setCharacterStream

public void setCharacterStream(int parameterIndex,
                               java.io.Reader reader,
                               int length)
                        throws java.sql.SQLException
Specified by:
setCharacterStream in interface java.sql.PreparedStatement
Throws:
java.sql.SQLException -

setRef

public void setRef(int parameterIndex,
                   java.sql.Ref value)
            throws java.sql.SQLException
Specified by:
setRef in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setBlob

public void setBlob(int parameterIndex,
                    java.sql.Blob value)
             throws java.sql.SQLException
Specified by:
setBlob in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setClob

public void setClob(int parameterIndex,
                    java.sql.Clob value)
             throws java.sql.SQLException
Specified by:
setClob in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

setArray

public void setArray(int parameterIndex,
                     java.sql.Array value)
              throws java.sql.SQLException
Specified by:
setArray in interface java.sql.PreparedStatement
Parameters:
value -
Throws:
java.sql.SQLException -

getParameterMetaData

public java.sql.ParameterMetaData getParameterMetaData()
                                                throws java.sql.SQLException
Specified by:
getParameterMetaData in interface java.sql.PreparedStatement
Returns:
Throws:
java.sql.SQLException -