ca.bc.gov.webade.dbpool
Class WrapperResultSet

java.lang.Object
  extended byca.bc.gov.webade.dbpool.WrapperResultSet
All Implemented Interfaces:
java.sql.ResultSet

public class WrapperResultSet
extends java.lang.Object
implements java.sql.ResultSet

Author:
jross

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
 
Method Summary
 boolean absolute(int arg0)
           
 void afterLast()
           
 void beforeFirst()
           
 void cancelRowUpdates()
           
 void clearWarnings()
           
 void close()
           
 void deleteRow()
           
 boolean equals(java.lang.Object arg0)
           
 int findColumn(java.lang.String arg0)
           
 boolean first()
           
 java.sql.Array getArray(int arg0)
           
 java.sql.Array getArray(java.lang.String arg0)
           
 java.io.InputStream getAsciiStream(int arg0)
           
 java.io.InputStream getAsciiStream(java.lang.String arg0)
           
 java.math.BigDecimal getBigDecimal(int arg0)
           
 java.math.BigDecimal getBigDecimal(int arg0, int arg1)
          Deprecated.  
 java.math.BigDecimal getBigDecimal(java.lang.String arg0)
           
 java.math.BigDecimal getBigDecimal(java.lang.String arg0, int arg1)
          Deprecated.  
 java.io.InputStream getBinaryStream(int arg0)
           
 java.io.InputStream getBinaryStream(java.lang.String arg0)
           
 java.sql.Blob getBlob(int arg0)
           
 java.sql.Blob getBlob(java.lang.String arg0)
           
 boolean getBoolean(int arg0)
           
 boolean getBoolean(java.lang.String arg0)
           
 byte getByte(int arg0)
           
 byte getByte(java.lang.String arg0)
           
 byte[] getBytes(int arg0)
           
 byte[] getBytes(java.lang.String arg0)
           
 java.io.Reader getCharacterStream(int arg0)
           
 java.io.Reader getCharacterStream(java.lang.String arg0)
           
 java.sql.Clob getClob(int arg0)
           
 java.sql.Clob getClob(java.lang.String arg0)
           
 int getConcurrency()
           
 java.lang.String getCursorName()
           
 java.sql.Date getDate(int arg0)
           
 java.sql.Date getDate(int arg0, java.util.Calendar arg1)
           
 java.sql.Date getDate(java.lang.String arg0)
           
 java.sql.Date getDate(java.lang.String arg0, java.util.Calendar arg1)
           
 double getDouble(int arg0)
           
 double getDouble(java.lang.String arg0)
           
 int getFetchDirection()
           
 int getFetchSize()
           
 float getFloat(int arg0)
           
 float getFloat(java.lang.String arg0)
           
 int getInt(int arg0)
           
 int getInt(java.lang.String arg0)
           
 long getLong(int arg0)
           
 long getLong(java.lang.String arg0)
           
 java.sql.ResultSetMetaData getMetaData()
           
 java.lang.Object getObject(int arg0)
           
 java.lang.Object getObject(int arg0, java.util.Map arg1)
           
 java.lang.Object getObject(java.lang.String arg0)
           
 java.lang.Object getObject(java.lang.String arg0, java.util.Map arg1)
           
 java.sql.Ref getRef(int arg0)
           
 java.sql.Ref getRef(java.lang.String arg0)
           
 int getRow()
           
 short getShort(int arg0)
           
 short getShort(java.lang.String arg0)
           
 java.sql.Statement getStatement()
           
 java.lang.String getString(int arg0)
           
 java.lang.String getString(java.lang.String arg0)
           
 java.sql.Time getTime(int arg0)
           
 java.sql.Time getTime(int arg0, java.util.Calendar arg1)
           
 java.sql.Time getTime(java.lang.String arg0)
           
 java.sql.Time getTime(java.lang.String arg0, java.util.Calendar arg1)
           
 java.sql.Timestamp getTimestamp(int arg0)
           
 java.sql.Timestamp getTimestamp(int arg0, java.util.Calendar arg1)
           
 java.sql.Timestamp getTimestamp(java.lang.String arg0)
           
 java.sql.Timestamp getTimestamp(java.lang.String arg0, java.util.Calendar arg1)
           
 int getType()
           
 java.io.InputStream getUnicodeStream(int arg0)
          Deprecated.  
 java.io.InputStream getUnicodeStream(java.lang.String arg0)
          Deprecated.  
 java.net.URL getURL(int arg0)
           
 java.net.URL getURL(java.lang.String arg0)
           
 java.sql.SQLWarning getWarnings()
           
 java.sql.ResultSet getWrappedResultSet()
           
 int hashCode()
           
 void insertRow()
           
 boolean isAfterLast()
           
 boolean isBeforeFirst()
           
 boolean isFirst()
           
 boolean isLast()
           
 boolean last()
           
 void moveToCurrentRow()
           
 void moveToInsertRow()
           
 boolean next()
           
 boolean previous()
           
 void refreshRow()
           
 boolean relative(int arg0)
           
 boolean rowDeleted()
           
 boolean rowInserted()
           
 boolean rowUpdated()
           
 void setFetchDirection(int arg0)
           
 void setFetchSize(int arg0)
           
 java.lang.String toString()
           
 void updateArray(int arg0, java.sql.Array arg1)
           
 void updateArray(java.lang.String arg0, java.sql.Array arg1)
           
 void updateAsciiStream(int arg0, java.io.InputStream arg1, int arg2)
           
 void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)
           
 void updateBigDecimal(int arg0, java.math.BigDecimal arg1)
           
 void updateBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1)
           
 void updateBinaryStream(int arg0, java.io.InputStream arg1, int arg2)
           
 void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)
           
 void updateBlob(int arg0, java.sql.Blob arg1)
           
 void updateBlob(java.lang.String arg0, java.sql.Blob arg1)
           
 void updateBoolean(int arg0, boolean arg1)
           
 void updateBoolean(java.lang.String arg0, boolean arg1)
           
 void updateByte(int arg0, byte arg1)
           
 void updateByte(java.lang.String arg0, byte arg1)
           
 void updateBytes(int arg0, byte[] arg1)
           
 void updateBytes(java.lang.String arg0, byte[] arg1)
           
 void updateCharacterStream(int arg0, java.io.Reader arg1, int arg2)
           
 void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2)
           
 void updateClob(int arg0, java.sql.Clob arg1)
           
 void updateClob(java.lang.String arg0, java.sql.Clob arg1)
           
 void updateDate(int arg0, java.sql.Date arg1)
           
 void updateDate(java.lang.String arg0, java.sql.Date arg1)
           
 void updateDouble(int arg0, double arg1)
           
 void updateDouble(java.lang.String arg0, double arg1)
           
 void updateFloat(int arg0, float arg1)
           
 void updateFloat(java.lang.String arg0, float arg1)
           
 void updateInt(int arg0, int arg1)
           
 void updateInt(java.lang.String arg0, int arg1)
           
 void updateLong(int arg0, long arg1)
           
 void updateLong(java.lang.String arg0, long arg1)
           
 void updateNull(int arg0)
           
 void updateNull(java.lang.String arg0)
           
 void updateObject(int arg0, java.lang.Object arg1)
           
 void updateObject(int arg0, java.lang.Object arg1, int arg2)
           
 void updateObject(java.lang.String arg0, java.lang.Object arg1)
           
 void updateObject(java.lang.String arg0, java.lang.Object arg1, int arg2)
           
 void updateRef(int arg0, java.sql.Ref arg1)
           
 void updateRef(java.lang.String arg0, java.sql.Ref arg1)
           
 void updateRow()
           
 void updateShort(int arg0, short arg1)
           
 void updateShort(java.lang.String arg0, short arg1)
           
 void updateString(int arg0, java.lang.String arg1)
           
 void updateString(java.lang.String arg0, java.lang.String arg1)
           
 void updateTime(int arg0, java.sql.Time arg1)
           
 void updateTime(java.lang.String arg0, java.sql.Time arg1)
           
 void updateTimestamp(int arg0, java.sql.Timestamp arg1)
           
 void updateTimestamp(java.lang.String arg0, java.sql.Timestamp arg1)
           
 boolean wasNull()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getWrappedResultSet

public java.sql.ResultSet getWrappedResultSet()
Returns:
The underlying ResultSet instance.

next

public boolean next()
             throws java.sql.SQLException
Specified by:
next in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.next()

wasNull

public boolean wasNull()
                throws java.sql.SQLException
Specified by:
wasNull in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.wasNull()

getString

public java.lang.String getString(int arg0)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getString(int)

getBoolean

public boolean getBoolean(int arg0)
                   throws java.sql.SQLException
Specified by:
getBoolean in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBoolean(int)

getByte

public byte getByte(int arg0)
             throws java.sql.SQLException
Specified by:
getByte in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getByte(int)

getShort

public short getShort(int arg0)
               throws java.sql.SQLException
Specified by:
getShort in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getShort(int)

getInt

public int getInt(int arg0)
           throws java.sql.SQLException
Specified by:
getInt in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getInt(int)

getLong

public long getLong(int arg0)
             throws java.sql.SQLException
Specified by:
getLong in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getLong(int)

getFloat

public float getFloat(int arg0)
               throws java.sql.SQLException
Specified by:
getFloat in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getFloat(int)

getDouble

public double getDouble(int arg0)
                 throws java.sql.SQLException
Specified by:
getDouble in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getDouble(int)

getBigDecimal

public java.math.BigDecimal getBigDecimal(int arg0,
                                          int arg1)
                                   throws java.sql.SQLException
Deprecated.  

Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBigDecimal(int, int)

getBytes

public byte[] getBytes(int arg0)
                throws java.sql.SQLException
Specified by:
getBytes in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBytes(int)

getDate

public java.sql.Date getDate(int arg0)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getDate(int)

getTime

public java.sql.Time getTime(int arg0)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getTime(int)

getTimestamp

public java.sql.Timestamp getTimestamp(int arg0)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getTimestamp(int)

getAsciiStream

public java.io.InputStream getAsciiStream(int arg0)
                                   throws java.sql.SQLException
Specified by:
getAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getAsciiStream(int)

getUnicodeStream

public java.io.InputStream getUnicodeStream(int arg0)
                                     throws java.sql.SQLException
Deprecated.  

Specified by:
getUnicodeStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getUnicodeStream(int)

getBinaryStream

public java.io.InputStream getBinaryStream(int arg0)
                                    throws java.sql.SQLException
Specified by:
getBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBinaryStream(int)

getString

public java.lang.String getString(java.lang.String arg0)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getString(java.lang.String)

getBoolean

public boolean getBoolean(java.lang.String arg0)
                   throws java.sql.SQLException
Specified by:
getBoolean in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBoolean(java.lang.String)

getByte

public byte getByte(java.lang.String arg0)
             throws java.sql.SQLException
Specified by:
getByte in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getByte(java.lang.String)

getShort

public short getShort(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
getShort in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getShort(java.lang.String)

getInt

public int getInt(java.lang.String arg0)
           throws java.sql.SQLException
Specified by:
getInt in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getInt(java.lang.String)

getLong

public long getLong(java.lang.String arg0)
             throws java.sql.SQLException
Specified by:
getLong in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getLong(java.lang.String)

getFloat

public float getFloat(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
getFloat in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getFloat(java.lang.String)

getDouble

public double getDouble(java.lang.String arg0)
                 throws java.sql.SQLException
Specified by:
getDouble in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getDouble(java.lang.String)

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String arg0,
                                          int arg1)
                                   throws java.sql.SQLException
Deprecated.  

Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBigDecimal(java.lang.String, int)

getBytes

public byte[] getBytes(java.lang.String arg0)
                throws java.sql.SQLException
Specified by:
getBytes in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBytes(java.lang.String)

getDate

public java.sql.Date getDate(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getDate(java.lang.String)

getTime

public java.sql.Time getTime(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getTime(java.lang.String)

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String arg0)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getTimestamp(java.lang.String)

getAsciiStream

public java.io.InputStream getAsciiStream(java.lang.String arg0)
                                   throws java.sql.SQLException
Specified by:
getAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getAsciiStream(java.lang.String)

getUnicodeStream

public java.io.InputStream getUnicodeStream(java.lang.String arg0)
                                     throws java.sql.SQLException
Deprecated.  

Specified by:
getUnicodeStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getUnicodeStream(java.lang.String)

getBinaryStream

public java.io.InputStream getBinaryStream(java.lang.String arg0)
                                    throws java.sql.SQLException
Specified by:
getBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBinaryStream(java.lang.String)

getWarnings

public java.sql.SQLWarning getWarnings()
                                throws java.sql.SQLException
Specified by:
getWarnings in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getWarnings()

clearWarnings

public void clearWarnings()
                   throws java.sql.SQLException
Specified by:
clearWarnings in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.clearWarnings()

getCursorName

public java.lang.String getCursorName()
                               throws java.sql.SQLException
Specified by:
getCursorName in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getCursorName()

getMetaData

public java.sql.ResultSetMetaData getMetaData()
                                       throws java.sql.SQLException
Specified by:
getMetaData in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getMetaData()

getObject

public java.lang.Object getObject(int arg0)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getObject(int)

getObject

public java.lang.Object getObject(java.lang.String arg0)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getObject(java.lang.String)

findColumn

public int findColumn(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
findColumn in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.findColumn(java.lang.String)

getCharacterStream

public java.io.Reader getCharacterStream(int arg0)
                                  throws java.sql.SQLException
Specified by:
getCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getCharacterStream(int)

getCharacterStream

public java.io.Reader getCharacterStream(java.lang.String arg0)
                                  throws java.sql.SQLException
Specified by:
getCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getCharacterStream(java.lang.String)

getBigDecimal

public java.math.BigDecimal getBigDecimal(int arg0)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBigDecimal(int)

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String arg0)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBigDecimal(java.lang.String)

isBeforeFirst

public boolean isBeforeFirst()
                      throws java.sql.SQLException
Specified by:
isBeforeFirst in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.isBeforeFirst()

isAfterLast

public boolean isAfterLast()
                    throws java.sql.SQLException
Specified by:
isAfterLast in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.isAfterLast()

isFirst

public boolean isFirst()
                throws java.sql.SQLException
Specified by:
isFirst in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.isFirst()

isLast

public boolean isLast()
               throws java.sql.SQLException
Specified by:
isLast in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.isLast()

beforeFirst

public void beforeFirst()
                 throws java.sql.SQLException
Specified by:
beforeFirst in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.beforeFirst()

afterLast

public void afterLast()
               throws java.sql.SQLException
Specified by:
afterLast in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.afterLast()

first

public boolean first()
              throws java.sql.SQLException
Specified by:
first in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.first()

last

public boolean last()
             throws java.sql.SQLException
Specified by:
last in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.last()

getRow

public int getRow()
           throws java.sql.SQLException
Specified by:
getRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getRow()

absolute

public boolean absolute(int arg0)
                 throws java.sql.SQLException
Specified by:
absolute in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.absolute(int)

relative

public boolean relative(int arg0)
                 throws java.sql.SQLException
Specified by:
relative in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.relative(int)

previous

public boolean previous()
                 throws java.sql.SQLException
Specified by:
previous in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.previous()

setFetchDirection

public void setFetchDirection(int arg0)
                       throws java.sql.SQLException
Specified by:
setFetchDirection in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.setFetchDirection(int)

getFetchDirection

public int getFetchDirection()
                      throws java.sql.SQLException
Specified by:
getFetchDirection in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getFetchDirection()

setFetchSize

public void setFetchSize(int arg0)
                  throws java.sql.SQLException
Specified by:
setFetchSize in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.setFetchSize(int)

getFetchSize

public int getFetchSize()
                 throws java.sql.SQLException
Specified by:
getFetchSize in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getFetchSize()

getType

public int getType()
            throws java.sql.SQLException
Specified by:
getType in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getType()

getConcurrency

public int getConcurrency()
                   throws java.sql.SQLException
Specified by:
getConcurrency in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getConcurrency()

rowUpdated

public boolean rowUpdated()
                   throws java.sql.SQLException
Specified by:
rowUpdated in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.rowUpdated()

rowInserted

public boolean rowInserted()
                    throws java.sql.SQLException
Specified by:
rowInserted in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.rowInserted()

rowDeleted

public boolean rowDeleted()
                   throws java.sql.SQLException
Specified by:
rowDeleted in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.rowDeleted()

updateNull

public void updateNull(int arg0)
                throws java.sql.SQLException
Specified by:
updateNull in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateNull(int)

updateBoolean

public void updateBoolean(int arg0,
                          boolean arg1)
                   throws java.sql.SQLException
Specified by:
updateBoolean in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBoolean(int, boolean)

updateByte

public void updateByte(int arg0,
                       byte arg1)
                throws java.sql.SQLException
Specified by:
updateByte in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateByte(int, byte)

updateShort

public void updateShort(int arg0,
                        short arg1)
                 throws java.sql.SQLException
Specified by:
updateShort in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateShort(int, short)

updateInt

public void updateInt(int arg0,
                      int arg1)
               throws java.sql.SQLException
Specified by:
updateInt in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateInt(int, int)

updateLong

public void updateLong(int arg0,
                       long arg1)
                throws java.sql.SQLException
Specified by:
updateLong in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateLong(int, long)

updateFloat

public void updateFloat(int arg0,
                        float arg1)
                 throws java.sql.SQLException
Specified by:
updateFloat in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateFloat(int, float)

updateDouble

public void updateDouble(int arg0,
                         double arg1)
                  throws java.sql.SQLException
Specified by:
updateDouble in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateDouble(int, double)

updateBigDecimal

public void updateBigDecimal(int arg0,
                             java.math.BigDecimal arg1)
                      throws java.sql.SQLException
Specified by:
updateBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBigDecimal(int, java.math.BigDecimal)

updateString

public void updateString(int arg0,
                         java.lang.String arg1)
                  throws java.sql.SQLException
Specified by:
updateString in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateString(int, java.lang.String)

updateBytes

public void updateBytes(int arg0,
                        byte[] arg1)
                 throws java.sql.SQLException
Specified by:
updateBytes in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBytes(int, byte[])

updateDate

public void updateDate(int arg0,
                       java.sql.Date arg1)
                throws java.sql.SQLException
Specified by:
updateDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateDate(int, java.sql.Date)

updateTime

public void updateTime(int arg0,
                       java.sql.Time arg1)
                throws java.sql.SQLException
Specified by:
updateTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateTime(int, java.sql.Time)

updateTimestamp

public void updateTimestamp(int arg0,
                            java.sql.Timestamp arg1)
                     throws java.sql.SQLException
Specified by:
updateTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateTimestamp(int, java.sql.Timestamp)

updateAsciiStream

public void updateAsciiStream(int arg0,
                              java.io.InputStream arg1,
                              int arg2)
                       throws java.sql.SQLException
Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(int arg0,
                               java.io.InputStream arg1,
                               int arg2)
                        throws java.sql.SQLException
Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)

updateCharacterStream

public void updateCharacterStream(int arg0,
                                  java.io.Reader arg1,
                                  int arg2)
                           throws java.sql.SQLException
Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, int)

updateObject

public void updateObject(int arg0,
                         java.lang.Object arg1,
                         int arg2)
                  throws java.sql.SQLException
Specified by:
updateObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateObject(int, java.lang.Object, int)

updateObject

public void updateObject(int arg0,
                         java.lang.Object arg1)
                  throws java.sql.SQLException
Specified by:
updateObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateObject(int, java.lang.Object)

updateNull

public void updateNull(java.lang.String arg0)
                throws java.sql.SQLException
Specified by:
updateNull in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateNull(java.lang.String)

updateBoolean

public void updateBoolean(java.lang.String arg0,
                          boolean arg1)
                   throws java.sql.SQLException
Specified by:
updateBoolean in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBoolean(java.lang.String, boolean)

updateByte

public void updateByte(java.lang.String arg0,
                       byte arg1)
                throws java.sql.SQLException
Specified by:
updateByte in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateByte(java.lang.String, byte)

updateShort

public void updateShort(java.lang.String arg0,
                        short arg1)
                 throws java.sql.SQLException
Specified by:
updateShort in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateShort(java.lang.String, short)

updateInt

public void updateInt(java.lang.String arg0,
                      int arg1)
               throws java.sql.SQLException
Specified by:
updateInt in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateInt(java.lang.String, int)

updateLong

public void updateLong(java.lang.String arg0,
                       long arg1)
                throws java.sql.SQLException
Specified by:
updateLong in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateLong(java.lang.String, long)

updateFloat

public void updateFloat(java.lang.String arg0,
                        float arg1)
                 throws java.sql.SQLException
Specified by:
updateFloat in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateFloat(java.lang.String, float)

updateDouble

public void updateDouble(java.lang.String arg0,
                         double arg1)
                  throws java.sql.SQLException
Specified by:
updateDouble in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateDouble(java.lang.String, double)

updateBigDecimal

public void updateBigDecimal(java.lang.String arg0,
                             java.math.BigDecimal arg1)
                      throws java.sql.SQLException
Specified by:
updateBigDecimal in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBigDecimal(java.lang.String, java.math.BigDecimal)

updateString

public void updateString(java.lang.String arg0,
                         java.lang.String arg1)
                  throws java.sql.SQLException
Specified by:
updateString in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateString(java.lang.String, java.lang.String)

updateBytes

public void updateBytes(java.lang.String arg0,
                        byte[] arg1)
                 throws java.sql.SQLException
Specified by:
updateBytes in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBytes(java.lang.String, byte[])

updateDate

public void updateDate(java.lang.String arg0,
                       java.sql.Date arg1)
                throws java.sql.SQLException
Specified by:
updateDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateDate(java.lang.String, java.sql.Date)

updateTime

public void updateTime(java.lang.String arg0,
                       java.sql.Time arg1)
                throws java.sql.SQLException
Specified by:
updateTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateTime(java.lang.String, java.sql.Time)

updateTimestamp

public void updateTimestamp(java.lang.String arg0,
                            java.sql.Timestamp arg1)
                     throws java.sql.SQLException
Specified by:
updateTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateTimestamp(java.lang.String, java.sql.Timestamp)

updateAsciiStream

public void updateAsciiStream(java.lang.String arg0,
                              java.io.InputStream arg1,
                              int arg2)
                       throws java.sql.SQLException
Specified by:
updateAsciiStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateAsciiStream(java.lang.String, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(java.lang.String arg0,
                               java.io.InputStream arg1,
                               int arg2)
                        throws java.sql.SQLException
Specified by:
updateBinaryStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBinaryStream(java.lang.String, java.io.InputStream, int)

updateCharacterStream

public void updateCharacterStream(java.lang.String arg0,
                                  java.io.Reader arg1,
                                  int arg2)
                           throws java.sql.SQLException
Specified by:
updateCharacterStream in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateCharacterStream(java.lang.String, java.io.Reader, int)

updateObject

public void updateObject(java.lang.String arg0,
                         java.lang.Object arg1,
                         int arg2)
                  throws java.sql.SQLException
Specified by:
updateObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateObject(java.lang.String, java.lang.Object, int)

updateObject

public void updateObject(java.lang.String arg0,
                         java.lang.Object arg1)
                  throws java.sql.SQLException
Specified by:
updateObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateObject(java.lang.String, java.lang.Object)

insertRow

public void insertRow()
               throws java.sql.SQLException
Specified by:
insertRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.insertRow()

updateRow

public void updateRow()
               throws java.sql.SQLException
Specified by:
updateRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateRow()

deleteRow

public void deleteRow()
               throws java.sql.SQLException
Specified by:
deleteRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.deleteRow()

refreshRow

public void refreshRow()
                throws java.sql.SQLException
Specified by:
refreshRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.refreshRow()

cancelRowUpdates

public void cancelRowUpdates()
                      throws java.sql.SQLException
Specified by:
cancelRowUpdates in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.cancelRowUpdates()

moveToInsertRow

public void moveToInsertRow()
                     throws java.sql.SQLException
Specified by:
moveToInsertRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.moveToInsertRow()

moveToCurrentRow

public void moveToCurrentRow()
                      throws java.sql.SQLException
Specified by:
moveToCurrentRow in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.moveToCurrentRow()

getStatement

public java.sql.Statement getStatement()
                                throws java.sql.SQLException
Specified by:
getStatement in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getStatement()

getObject

public java.lang.Object getObject(int arg0,
                                  java.util.Map arg1)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getObject(int, java.util.Map)

getRef

public java.sql.Ref getRef(int arg0)
                    throws java.sql.SQLException
Specified by:
getRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getRef(int)

getBlob

public java.sql.Blob getBlob(int arg0)
                      throws java.sql.SQLException
Specified by:
getBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBlob(int)

getClob

public java.sql.Clob getClob(int arg0)
                      throws java.sql.SQLException
Specified by:
getClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getClob(int)

getArray

public java.sql.Array getArray(int arg0)
                        throws java.sql.SQLException
Specified by:
getArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getArray(int)

getObject

public java.lang.Object getObject(java.lang.String arg0,
                                  java.util.Map arg1)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getObject(java.lang.String, java.util.Map)

getRef

public java.sql.Ref getRef(java.lang.String arg0)
                    throws java.sql.SQLException
Specified by:
getRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getRef(java.lang.String)

getBlob

public java.sql.Blob getBlob(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getBlob(java.lang.String)

getClob

public java.sql.Clob getClob(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getClob(java.lang.String)

getArray

public java.sql.Array getArray(java.lang.String arg0)
                        throws java.sql.SQLException
Specified by:
getArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getArray(java.lang.String)

getDate

public java.sql.Date getDate(int arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getDate(int, java.util.Calendar)

getDate

public java.sql.Date getDate(java.lang.String arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getDate(java.lang.String, java.util.Calendar)

getTime

public java.sql.Time getTime(int arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getTime(int, java.util.Calendar)

getTime

public java.sql.Time getTime(java.lang.String arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getTime(java.lang.String, java.util.Calendar)

getTimestamp

public java.sql.Timestamp getTimestamp(int arg0,
                                       java.util.Calendar arg1)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getTimestamp(int, java.util.Calendar)

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String arg0,
                                       java.util.Calendar arg1)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getTimestamp(java.lang.String, java.util.Calendar)

updateArray

public void updateArray(int arg0,
                        java.sql.Array arg1)
                 throws java.sql.SQLException
Specified by:
updateArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateArray(int, java.sql.Array)

updateBlob

public void updateBlob(int arg0,
                       java.sql.Blob arg1)
                throws java.sql.SQLException
Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBlob(int, java.sql.Blob)

updateClob

public void updateClob(int arg0,
                       java.sql.Clob arg1)
                throws java.sql.SQLException
Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateClob(int, java.sql.Clob)

updateRef

public void updateRef(int arg0,
                      java.sql.Ref arg1)
               throws java.sql.SQLException
Specified by:
updateRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateRef(int, java.sql.Ref)

getURL

public java.net.URL getURL(int arg0)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getURL(int)

getURL

public java.net.URL getURL(java.lang.String arg0)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.getURL(java.lang.String)

updateArray

public void updateArray(java.lang.String arg0,
                        java.sql.Array arg1)
                 throws java.sql.SQLException
Specified by:
updateArray in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateArray(java.lang.String, java.sql.Array)

updateBlob

public void updateBlob(java.lang.String arg0,
                       java.sql.Blob arg1)
                throws java.sql.SQLException
Specified by:
updateBlob in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateBlob(java.lang.String, java.sql.Blob)

updateClob

public void updateClob(java.lang.String arg0,
                       java.sql.Clob arg1)
                throws java.sql.SQLException
Specified by:
updateClob in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateClob(java.lang.String, java.sql.Clob)

updateRef

public void updateRef(java.lang.String arg0,
                      java.sql.Ref arg1)
               throws java.sql.SQLException
Specified by:
updateRef in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.updateRef(java.lang.String, java.sql.Ref)

close

public void close()
           throws java.sql.SQLException
Specified by:
close in interface java.sql.ResultSet
Throws:
java.sql.SQLException
See Also:
ResultSet.close()

equals

public boolean equals(java.lang.Object arg0)
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
See Also:
Object.hashCode()

toString

public java.lang.String toString()
See Also:
Object.toString()