org.axiondb.jdbc
Class UnmodifiableResultSet

java.lang.Object
  extended by org.axiondb.jdbc.BaseAxionResultSetDecorator
      extended by org.axiondb.jdbc.UnmodifiableResultSet
All Implemented Interfaces:
ResultSet, Wrapper

public final class UnmodifiableResultSet
extends BaseAxionResultSetDecorator

Version:
$Revision: 1.2 $

Field Summary
 
Fields inherited from interface java.sql.ResultSet
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
 
Constructor Summary
UnmodifiableResultSet(ResultSet rs)
           
 
Method Summary
 void cancelRowUpdates()
           
static ResultSet decorate(ResultSet that)
           
 void deleteRow()
           
 int getHoldability()
           
 Reader getNCharacterStream(int arg0)
           
 Reader getNCharacterStream(String arg0)
           
 NClob getNClob(int arg0)
           
 NClob getNClob(String arg0)
           
 String getNString(int arg0)
           
 String getNString(String arg0)
           
 Object getObject(int arg0, Map arg1)
           
 Object getObject(String arg0, Map arg1)
           
 RowId getRowId(int arg0)
           
 RowId getRowId(String arg0)
           
 SQLXML getSQLXML(int arg0)
           
 SQLXML getSQLXML(String arg0)
           
 void insertRow()
           
 boolean isClosed()
           
 boolean isWrapperFor(Class<?> arg0)
           
 void moveToCurrentRow()
           
 void moveToInsertRow()
           
<T> T
unwrap(Class<T> arg0)
           
 void updateArray(int columnIndex, Array x)
           
 void updateArray(String columnName, Array x)
           
 void updateAsciiStream(int arg0, InputStream arg1)
           
 void updateAsciiStream(int columnIndex, InputStream x, int length)
           
 void updateAsciiStream(int arg0, InputStream arg1, long arg2)
           
 void updateAsciiStream(String arg0, InputStream arg1)
           
 void updateAsciiStream(String columnName, InputStream x, int length)
           
 void updateAsciiStream(String arg0, InputStream arg1, long arg2)
           
 void updateBigDecimal(int columnIndex, BigDecimal x)
           
 void updateBigDecimal(String columnName, BigDecimal x)
           
 void updateBinaryStream(int arg0, InputStream arg1)
           
 void updateBinaryStream(int columnIndex, InputStream x, int length)
           
 void updateBinaryStream(int arg0, InputStream arg1, long arg2)
           
 void updateBinaryStream(String arg0, InputStream arg1)
           
 void updateBinaryStream(String columnName, InputStream x, int length)
           
 void updateBinaryStream(String arg0, InputStream arg1, long arg2)
           
 void updateBlob(int columnIndex, Blob x)
           
 void updateBlob(int arg0, InputStream arg1)
           
 void updateBlob(int arg0, InputStream arg1, long arg2)
           
 void updateBlob(String columnName, Blob x)
           
 void updateBlob(String arg0, InputStream arg1)
           
 void updateBlob(String arg0, InputStream arg1, long arg2)
           
 void updateBoolean(int columnIndex, boolean x)
           
 void updateBoolean(String columnName, boolean x)
           
 void updateByte(int columnIndex, byte x)
           
 void updateByte(String columnName, byte x)
           
 void updateBytes(int columnIndex, byte[] x)
           
 void updateBytes(String columnName, byte[] x)
           
 void updateCharacterStream(int arg0, Reader arg1)
           
 void updateCharacterStream(int columnIndex, Reader x, int length)
           
 void updateCharacterStream(int arg0, Reader arg1, long arg2)
           
 void updateCharacterStream(String arg0, Reader arg1)
           
 void updateCharacterStream(String columnName, Reader reader, int length)
           
 void updateCharacterStream(String arg0, Reader arg1, long arg2)
           
 void updateClob(int columnIndex, Clob x)
           
 void updateClob(int arg0, Reader arg1)
           
 void updateClob(int arg0, Reader arg1, long arg2)
           
 void updateClob(String columnName, Clob x)
           
 void updateClob(String arg0, Reader arg1)
           
 void updateClob(String arg0, Reader arg1, long arg2)
           
 void updateDate(int columnIndex, Date x)
           
 void updateDate(String columnName, Date x)
           
 void updateDouble(int columnIndex, double x)
           
 void updateDouble(String columnName, double x)
           
 void updateFloat(int columnIndex, float x)
           
 void updateFloat(String columnName, float x)
           
 void updateInt(int columnIndex, int x)
           
 void updateInt(String columnName, int x)
           
 void updateLong(int columnIndex, long x)
           
 void updateLong(String columnName, long x)
           
 void updateNCharacterStream(int arg0, Reader arg1)
           
 void updateNCharacterStream(int arg0, Reader arg1, long arg2)
           
 void updateNCharacterStream(String arg0, Reader arg1)
           
 void updateNCharacterStream(String arg0, Reader arg1, long arg2)
           
 void updateNClob(int arg0, NClob arg1)
           
 void updateNClob(int arg0, Reader arg1)
           
 void updateNClob(int arg0, Reader arg1, long arg2)
           
 void updateNClob(String arg0, NClob arg1)
           
 void updateNClob(String arg0, Reader arg1)
           
 void updateNClob(String arg0, Reader arg1, long arg2)
           
 void updateNString(int arg0, String arg1)
           
 void updateNString(String arg0, String arg1)
           
 void updateNull(int columnIndex)
           
 void updateNull(String columnName)
           
 void updateObject(int columnIndex, Object x)
           
 void updateObject(int columnIndex, Object x, int scale)
           
 void updateObject(String columnName, Object x)
           
 void updateObject(String columnName, Object x, int scale)
           
 void updateRef(int columnIndex, Ref x)
           
 void updateRef(String columnName, Ref x)
           
 void updateRow()
           
 void updateRowId(int arg0, RowId arg1)
           
 void updateRowId(String arg0, RowId arg1)
           
 void updateShort(int columnIndex, short x)
           
 void updateShort(String columnName, short x)
           
 void updateSQLXML(int arg0, SQLXML arg1)
           
 void updateSQLXML(String arg0, SQLXML arg1)
           
 void updateString(int columnIndex, String x)
           
 void updateString(String columnName, String x)
           
 void updateTime(int columnIndex, Time x)
           
 void updateTime(String columnName, Time x)
           
 void updateTimestamp(int columnIndex, Timestamp x)
           
 void updateTimestamp(String columnName, Timestamp x)
           
 
Methods inherited from class org.axiondb.jdbc.BaseAxionResultSetDecorator
absolute, afterLast, beforeFirst, clearWarnings, close, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isAfterLast, isBeforeFirst, isFirst, isLast, last, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, wasNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmodifiableResultSet

public UnmodifiableResultSet(ResultSet rs)
Parameters:
rs - ResultSet that need to be decorated
Method Detail

decorate

public static ResultSet decorate(ResultSet that)

cancelRowUpdates

public void cancelRowUpdates()
                      throws SQLException
Specified by:
cancelRowUpdates in interface ResultSet
Overrides:
cancelRowUpdates in class BaseAxionResultSetDecorator
Throws:
SQLException

deleteRow

public void deleteRow()
               throws SQLException
Specified by:
deleteRow in interface ResultSet
Overrides:
deleteRow in class BaseAxionResultSetDecorator
Throws:
SQLException

insertRow

public void insertRow()
               throws SQLException
Specified by:
insertRow in interface ResultSet
Overrides:
insertRow in class BaseAxionResultSetDecorator
Throws:
SQLException

moveToCurrentRow

public void moveToCurrentRow()
                      throws SQLException
Specified by:
moveToCurrentRow in interface ResultSet
Overrides:
moveToCurrentRow in class BaseAxionResultSetDecorator
Throws:
SQLException

moveToInsertRow

public void moveToInsertRow()
                     throws SQLException
Specified by:
moveToInsertRow in interface ResultSet
Overrides:
moveToInsertRow in class BaseAxionResultSetDecorator
Throws:
SQLException

updateArray

public void updateArray(int columnIndex,
                        Array x)
                 throws SQLException
Specified by:
updateArray in interface ResultSet
Overrides:
updateArray in class BaseAxionResultSetDecorator
Throws:
SQLException

updateArray

public void updateArray(String columnName,
                        Array x)
                 throws SQLException
Specified by:
updateArray in interface ResultSet
Overrides:
updateArray in class BaseAxionResultSetDecorator
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x,
                              int length)
                       throws SQLException
Specified by:
updateAsciiStream in interface ResultSet
Overrides:
updateAsciiStream in class BaseAxionResultSetDecorator
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(String columnName,
                              InputStream x,
                              int length)
                       throws SQLException
Specified by:
updateAsciiStream in interface ResultSet
Overrides:
updateAsciiStream in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBigDecimal

public void updateBigDecimal(int columnIndex,
                             BigDecimal x)
                      throws SQLException
Specified by:
updateBigDecimal in interface ResultSet
Overrides:
updateBigDecimal in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBigDecimal

public void updateBigDecimal(String columnName,
                             BigDecimal x)
                      throws SQLException
Specified by:
updateBigDecimal in interface ResultSet
Overrides:
updateBigDecimal in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x,
                               int length)
                        throws SQLException
Specified by:
updateBinaryStream in interface ResultSet
Overrides:
updateBinaryStream in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(String columnName,
                               InputStream x,
                               int length)
                        throws SQLException
Specified by:
updateBinaryStream in interface ResultSet
Overrides:
updateBinaryStream in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBlob

public void updateBlob(int columnIndex,
                       Blob x)
                throws SQLException
Specified by:
updateBlob in interface ResultSet
Overrides:
updateBlob in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBlob

public void updateBlob(String columnName,
                       Blob x)
                throws SQLException
Specified by:
updateBlob in interface ResultSet
Overrides:
updateBlob in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBoolean

public void updateBoolean(int columnIndex,
                          boolean x)
                   throws SQLException
Specified by:
updateBoolean in interface ResultSet
Overrides:
updateBoolean in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBoolean

public void updateBoolean(String columnName,
                          boolean x)
                   throws SQLException
Specified by:
updateBoolean in interface ResultSet
Overrides:
updateBoolean in class BaseAxionResultSetDecorator
Throws:
SQLException

updateByte

public void updateByte(int columnIndex,
                       byte x)
                throws SQLException
Specified by:
updateByte in interface ResultSet
Overrides:
updateByte in class BaseAxionResultSetDecorator
Throws:
SQLException

updateByte

public void updateByte(String columnName,
                       byte x)
                throws SQLException
Specified by:
updateByte in interface ResultSet
Overrides:
updateByte in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBytes

public void updateBytes(int columnIndex,
                        byte[] x)
                 throws SQLException
Specified by:
updateBytes in interface ResultSet
Overrides:
updateBytes in class BaseAxionResultSetDecorator
Throws:
SQLException

updateBytes

public void updateBytes(String columnName,
                        byte[] x)
                 throws SQLException
Specified by:
updateBytes in interface ResultSet
Overrides:
updateBytes in class BaseAxionResultSetDecorator
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x,
                                  int length)
                           throws SQLException
Specified by:
updateCharacterStream in interface ResultSet
Overrides:
updateCharacterStream in class BaseAxionResultSetDecorator
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(String columnName,
                                  Reader reader,
                                  int length)
                           throws SQLException
Specified by:
updateCharacterStream in interface ResultSet
Overrides:
updateCharacterStream in class BaseAxionResultSetDecorator
Throws:
SQLException

updateClob

public void updateClob(int columnIndex,
                       Clob x)
                throws SQLException
Specified by:
updateClob in interface ResultSet
Overrides:
updateClob in class BaseAxionResultSetDecorator
Throws:
SQLException

updateClob

public void updateClob(String columnName,
                       Clob x)
                throws SQLException
Specified by:
updateClob in interface ResultSet
Overrides:
updateClob in class BaseAxionResultSetDecorator
Throws:
SQLException

updateDate

public void updateDate(int columnIndex,
                       Date x)
                throws SQLException
Specified by:
updateDate in interface ResultSet
Overrides:
updateDate in class BaseAxionResultSetDecorator
Throws:
SQLException

updateDate

public void updateDate(String columnName,
                       Date x)
                throws SQLException
Specified by:
updateDate in interface ResultSet
Overrides:
updateDate in class BaseAxionResultSetDecorator
Throws:
SQLException

updateDouble

public void updateDouble(int columnIndex,
                         double x)
                  throws SQLException
Specified by:
updateDouble in interface ResultSet
Overrides:
updateDouble in class BaseAxionResultSetDecorator
Throws:
SQLException

updateDouble

public void updateDouble(String columnName,
                         double x)
                  throws SQLException
Specified by:
updateDouble in interface ResultSet
Overrides:
updateDouble in class BaseAxionResultSetDecorator
Throws:
SQLException

updateFloat

public void updateFloat(int columnIndex,
                        float x)
                 throws SQLException
Specified by:
updateFloat in interface ResultSet
Overrides:
updateFloat in class BaseAxionResultSetDecorator
Throws:
SQLException

updateFloat

public void updateFloat(String columnName,
                        float x)
                 throws SQLException
Specified by:
updateFloat in interface ResultSet
Overrides:
updateFloat in class BaseAxionResultSetDecorator
Throws:
SQLException

updateInt

public void updateInt(int columnIndex,
                      int x)
               throws SQLException
Specified by:
updateInt in interface ResultSet
Overrides:
updateInt in class BaseAxionResultSetDecorator
Throws:
SQLException

updateInt

public void updateInt(String columnName,
                      int x)
               throws SQLException
Specified by:
updateInt in interface ResultSet
Overrides:
updateInt in class BaseAxionResultSetDecorator
Throws:
SQLException

updateLong

public void updateLong(int columnIndex,
                       long x)
                throws SQLException
Specified by:
updateLong in interface ResultSet
Overrides:
updateLong in class BaseAxionResultSetDecorator
Throws:
SQLException

updateLong

public void updateLong(String columnName,
                       long x)
                throws SQLException
Specified by:
updateLong in interface ResultSet
Overrides:
updateLong in class BaseAxionResultSetDecorator
Throws:
SQLException

updateNull

public void updateNull(int columnIndex)
                throws SQLException
Specified by:
updateNull in interface ResultSet
Overrides:
updateNull in class BaseAxionResultSetDecorator
Throws:
SQLException

updateNull

public void updateNull(String columnName)
                throws SQLException
Specified by:
updateNull in interface ResultSet
Overrides:
updateNull in class BaseAxionResultSetDecorator
Throws:
SQLException

updateObject

public void updateObject(int columnIndex,
                         Object x)
                  throws SQLException
Specified by:
updateObject in interface ResultSet
Overrides:
updateObject in class BaseAxionResultSetDecorator
Throws:
SQLException

updateObject

public void updateObject(int columnIndex,
                         Object x,
                         int scale)
                  throws SQLException
Specified by:
updateObject in interface ResultSet
Overrides:
updateObject in class BaseAxionResultSetDecorator
Throws:
SQLException

updateObject

public void updateObject(String columnName,
                         Object x)
                  throws SQLException
Specified by:
updateObject in interface ResultSet
Overrides:
updateObject in class BaseAxionResultSetDecorator
Throws:
SQLException

updateObject

public void updateObject(String columnName,
                         Object x,
                         int scale)
                  throws SQLException
Specified by:
updateObject in interface ResultSet
Overrides:
updateObject in class BaseAxionResultSetDecorator
Throws:
SQLException

updateRef

public void updateRef(int columnIndex,
                      Ref x)
               throws SQLException
Specified by:
updateRef in interface ResultSet
Overrides:
updateRef in class BaseAxionResultSetDecorator
Throws:
SQLException

updateRef

public void updateRef(String columnName,
                      Ref x)
               throws SQLException
Specified by:
updateRef in interface ResultSet
Overrides:
updateRef in class BaseAxionResultSetDecorator
Throws:
SQLException

updateRow

public void updateRow()
               throws SQLException
Specified by:
updateRow in interface ResultSet
Overrides:
updateRow in class BaseAxionResultSetDecorator
Throws:
SQLException

updateShort

public void updateShort(int columnIndex,
                        short x)
                 throws SQLException
Specified by:
updateShort in interface ResultSet
Overrides:
updateShort in class BaseAxionResultSetDecorator
Throws:
SQLException

updateShort

public void updateShort(String columnName,
                        short x)
                 throws SQLException
Specified by:
updateShort in interface ResultSet
Overrides:
updateShort in class BaseAxionResultSetDecorator
Throws:
SQLException

updateString

public void updateString(int columnIndex,
                         String x)
                  throws SQLException
Specified by:
updateString in interface ResultSet
Overrides:
updateString in class BaseAxionResultSetDecorator
Throws:
SQLException

updateString

public void updateString(String columnName,
                         String x)
                  throws SQLException
Specified by:
updateString in interface ResultSet
Overrides:
updateString in class BaseAxionResultSetDecorator
Throws:
SQLException

updateTime

public void updateTime(int columnIndex,
                       Time x)
                throws SQLException
Specified by:
updateTime in interface ResultSet
Overrides:
updateTime in class BaseAxionResultSetDecorator
Throws:
SQLException

updateTime

public void updateTime(String columnName,
                       Time x)
                throws SQLException
Specified by:
updateTime in interface ResultSet
Overrides:
updateTime in class BaseAxionResultSetDecorator
Throws:
SQLException

updateTimestamp

public void updateTimestamp(int columnIndex,
                            Timestamp x)
                     throws SQLException
Specified by:
updateTimestamp in interface ResultSet
Overrides:
updateTimestamp in class BaseAxionResultSetDecorator
Throws:
SQLException

updateTimestamp

public void updateTimestamp(String columnName,
                            Timestamp x)
                     throws SQLException
Specified by:
updateTimestamp in interface ResultSet
Overrides:
updateTimestamp in class BaseAxionResultSetDecorator
Throws:
SQLException

getHoldability

public int getHoldability()
                   throws SQLException
Throws:
SQLException

getNCharacterStream

public Reader getNCharacterStream(int arg0)
                           throws SQLException
Throws:
SQLException

getNCharacterStream

public Reader getNCharacterStream(String arg0)
                           throws SQLException
Throws:
SQLException

getNClob

public NClob getNClob(int arg0)
               throws SQLException
Throws:
SQLException

getNClob

public NClob getNClob(String arg0)
               throws SQLException
Throws:
SQLException

getNString

public String getNString(int arg0)
                  throws SQLException
Throws:
SQLException

getNString

public String getNString(String arg0)
                  throws SQLException
Throws:
SQLException

getObject

public Object getObject(int arg0,
                        Map arg1)
                 throws SQLException
Specified by:
getObject in interface ResultSet
Overrides:
getObject in class BaseAxionResultSetDecorator
Throws:
SQLException

getObject

public Object getObject(String arg0,
                        Map arg1)
                 throws SQLException
Specified by:
getObject in interface ResultSet
Overrides:
getObject in class BaseAxionResultSetDecorator
Throws:
SQLException

getRowId

public RowId getRowId(int arg0)
               throws SQLException
Throws:
SQLException

getRowId

public RowId getRowId(String arg0)
               throws SQLException
Throws:
SQLException

getSQLXML

public SQLXML getSQLXML(int arg0)
                 throws SQLException
Throws:
SQLException

getSQLXML

public SQLXML getSQLXML(String arg0)
                 throws SQLException
Throws:
SQLException

isClosed

public boolean isClosed()
                 throws SQLException
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(int arg0,
                              InputStream arg1)
                       throws SQLException
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(String arg0,
                              InputStream arg1)
                       throws SQLException
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(int arg0,
                              InputStream arg1,
                              long arg2)
                       throws SQLException
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(String arg0,
                              InputStream arg1,
                              long arg2)
                       throws SQLException
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(int arg0,
                               InputStream arg1)
                        throws SQLException
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(String arg0,
                               InputStream arg1)
                        throws SQLException
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(int arg0,
                               InputStream arg1,
                               long arg2)
                        throws SQLException
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(String arg0,
                               InputStream arg1,
                               long arg2)
                        throws SQLException
Throws:
SQLException

updateBlob

public void updateBlob(int arg0,
                       InputStream arg1)
                throws SQLException
Throws:
SQLException

updateBlob

public void updateBlob(String arg0,
                       InputStream arg1)
                throws SQLException
Throws:
SQLException

updateBlob

public void updateBlob(int arg0,
                       InputStream arg1,
                       long arg2)
                throws SQLException
Throws:
SQLException

updateBlob

public void updateBlob(String arg0,
                       InputStream arg1,
                       long arg2)
                throws SQLException
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  Reader arg1)
                           throws SQLException
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(String arg0,
                                  Reader arg1)
                           throws SQLException
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  Reader arg1,
                                  long arg2)
                           throws SQLException
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(String arg0,
                                  Reader arg1,
                                  long arg2)
                           throws SQLException
Throws:
SQLException

updateClob

public void updateClob(int arg0,
                       Reader arg1)
                throws SQLException
Throws:
SQLException

updateClob

public void updateClob(String arg0,
                       Reader arg1)
                throws SQLException
Throws:
SQLException

updateClob

public void updateClob(int arg0,
                       Reader arg1,
                       long arg2)
                throws SQLException
Throws:
SQLException

updateClob

public void updateClob(String arg0,
                       Reader arg1,
                       long arg2)
                throws SQLException
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(int arg0,
                                   Reader arg1)
                            throws SQLException
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(String arg0,
                                   Reader arg1)
                            throws SQLException
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(int arg0,
                                   Reader arg1,
                                   long arg2)
                            throws SQLException
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(String arg0,
                                   Reader arg1,
                                   long arg2)
                            throws SQLException
Throws:
SQLException

updateNClob

public void updateNClob(int arg0,
                        NClob arg1)
                 throws SQLException
Throws:
SQLException

updateNClob

public void updateNClob(String arg0,
                        NClob arg1)
                 throws SQLException
Throws:
SQLException

updateNClob

public void updateNClob(int arg0,
                        Reader arg1)
                 throws SQLException
Throws:
SQLException

updateNClob

public void updateNClob(String arg0,
                        Reader arg1)
                 throws SQLException
Throws:
SQLException

updateNClob

public void updateNClob(int arg0,
                        Reader arg1,
                        long arg2)
                 throws SQLException
Throws:
SQLException

updateNClob

public void updateNClob(String arg0,
                        Reader arg1,
                        long arg2)
                 throws SQLException
Throws:
SQLException

updateNString

public void updateNString(int arg0,
                          String arg1)
                   throws SQLException
Throws:
SQLException

updateNString

public void updateNString(String arg0,
                          String arg1)
                   throws SQLException
Throws:
SQLException

updateRowId

public void updateRowId(int arg0,
                        RowId arg1)
                 throws SQLException
Throws:
SQLException

updateRowId

public void updateRowId(String arg0,
                        RowId arg1)
                 throws SQLException
Throws:
SQLException

updateSQLXML

public void updateSQLXML(int arg0,
                         SQLXML arg1)
                  throws SQLException
Throws:
SQLException

updateSQLXML

public void updateSQLXML(String arg0,
                         SQLXML arg1)
                  throws SQLException
Throws:
SQLException

isWrapperFor

public boolean isWrapperFor(Class<?> arg0)
                     throws SQLException
Throws:
SQLException

unwrap

public <T> T unwrap(Class<T> arg0)
         throws SQLException
Throws:
SQLException