br.ufg.integrate.jdbc
Class ResultSetImpl

java.lang.Object
  extended by br.ufg.integrate.jdbc.ResultSetImpl
All Implemented Interfaces:
ResultSet, Wrapper

public class ResultSetImpl
extends Object
implements ResultSet

Version:
0.1 Adapted from xlSQL.
Author:
Rogerio

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
protected ResultSetImpl(StatementImpl stm, ResultSet rs)
          Constructs a new ResultSetImpl object.
 
Method Summary
 boolean absolute(int row)
          Implements method in interface java.sql.ResultSet
 void afterLast()
          Implements method in interface java.sql.ResultSet
 void beforeFirst()
          Implements method in interface java.sql.ResultSet
 void cancelRowUpdates()
          Implements method in interface java.sql.ResultSet
 void clearWarnings()
          Implements method in interface java.sql.ResultSet
 void close()
          Implements method in interface java.sql.ResultSet
 void deleteRow()
          Implements method in interface java.sql.ResultSet
 int findColumn(String columnName)
          Implements method in interface java.sql.ResultSet
 boolean first()
          Implements method in interface java.sql.ResultSet
 Array getArray(int i)
          Implements method in interface java.sql.ResultSet
 Array getArray(String colName)
          Implements method in interface java.sql.ResultSet
 InputStream getAsciiStream(int columnIndex)
          Implements method in interface java.sql.ResultSet
 InputStream getAsciiStream(String columnName)
          Implements method in interface java.sql.ResultSet
 BigDecimal getBigDecimal(int columnIndex)
          Implements method in interface java.sql.ResultSet
 BigDecimal getBigDecimal(int columnIndex, int scale)
          Deprecated.  
 BigDecimal getBigDecimal(String columnName)
          Implements method in interface java.sql.ResultSet
 BigDecimal getBigDecimal(String columnName, int scale)
          Deprecated.  
 InputStream getBinaryStream(int columnIndex)
          Implements method in interface java.sql.ResultSet
 InputStream getBinaryStream(String columnName)
          Implements method in interface java.sql.ResultSet
 Blob getBlob(int i)
          Implements method in interface java.sql.ResultSet
 Blob getBlob(String colName)
          Implements method in interface java.sql.ResultSet
 boolean getBoolean(int columnIndex)
          Implements method in interface java.sql.ResultSet
 boolean getBoolean(String columnName)
          Implements method in interface java.sql.ResultSet
 byte getByte(int columnIndex)
          Implements method in interface java.sql.ResultSet
 byte getByte(String columnName)
          Implements method in interface java.sql.ResultSet
 byte[] getBytes(int columnIndex)
          Implements method in interface java.sql.ResultSet
 byte[] getBytes(String columnName)
          Implements method in interface java.sql.ResultSet
 Reader getCharacterStream(int columnIndex)
          Implements method in interface java.sql.ResultSet
 Reader getCharacterStream(String columnName)
          Implements method in interface java.sql.ResultSet
 Clob getClob(int i)
          Implements method in interface java.sql.ResultSet
 Clob getClob(String colName)
          Implements method in interface java.sql.ResultSet
 int getConcurrency()
          Implements method in interface java.sql.ResultSet
 String getCursorName()
          Implements method in interface java.sql.ResultSet
 Date getDate(int columnIndex)
          Implements method in interface java.sql.ResultSet
 Date getDate(int columnIndex, Calendar cal)
          Implements method in interface java.sql.ResultSet
 Date getDate(String columnName)
          Implements method in interface java.sql.ResultSet
 Date getDate(String columnName, Calendar cal)
          Implements method in interface java.sql.ResultSet
 double getDouble(int columnIndex)
          Implements method in interface java.sql.ResultSet
 double getDouble(String columnName)
          Implements method in interface java.sql.ResultSet
 int getFetchDirection()
          Implements method in interface java.sql.ResultSet
 int getFetchSize()
          Implements method in interface java.sql.ResultSet
 float getFloat(int columnIndex)
          Implements method in interface java.sql.ResultSet
 float getFloat(String columnName)
          Implements method in interface java.sql.ResultSet
 int getHoldability()
          Implements method in interface java.sql.ResultSet
 int getInt(int columnIndex)
          Implements method in interface java.sql.ResultSet
 int getInt(String columnName)
          Implements method in interface java.sql.ResultSet
 long getLong(int columnIndex)
          Implements method in interface java.sql.ResultSet
 long getLong(String columnName)
          Implements method in interface java.sql.ResultSet
 ResultSetMetaData getMetaData()
          Implements method in interface java.sql.ResultSet
 Reader getNCharacterStream(int columnIndex)
          Implements method in interface java.sql.ResultSet
 Reader getNCharacterStream(String columnName)
          Implements method in interface java.sql.ResultSet
 NClob getNClob(int columnIndex)
          Implements method in interface java.sql.ResultSet
 NClob getNClob(String columnName)
          Implements method in interface java.sql.ResultSet
 String getNString(int columnIndex)
          Implements method in interface java.sql.ResultSet
 String getNString(String columnName)
          Implements method in interface java.sql.ResultSet
 Object getObject(int columnIndex)
          Implements method in interface java.sql.ResultSet
 Object getObject(int i, Map map)
          Implements method in interface java.sql.ResultSet
 Object getObject(String columnName)
          Implements method in interface java.sql.ResultSet
 Object getObject(String colName, Map map)
          Implements method in interface java.sql.ResultSet
 Ref getRef(int i)
          Implements method in interface java.sql.ResultSet
 Ref getRef(String colName)
          Implements method in interface java.sql.ResultSet
 int getRow()
          Implements method in interface java.sql.ResultSet
 RowId getRowId(int columnIndex)
          Implements method in interface java.sql.ResultSet
 RowId getRowId(String columnName)
          Implements method in interface java.sql.ResultSet
 short getShort(int columnIndex)
          Implements method in interface java.sql.ResultSet
 short getShort(String columnName)
          Implements method in interface java.sql.ResultSet
 SQLXML getSQLXML(int columnIndex)
          Implements method in interface java.sql.ResultSet
 SQLXML getSQLXML(String columnName)
          Implements method in interface java.sql.ResultSet
 Statement getStatement()
          Implements method in interface java.sql.ResultSet
 String getString(int columnIndex)
          Implements method in interface java.sql.ResultSet
 String getString(String columnName)
          Implements method in interface java.sql.ResultSet
 Time getTime(int columnIndex)
          Implements method in interface java.sql.ResultSet
 Time getTime(int columnIndex, Calendar cal)
          Implements method in interface java.sql.ResultSet
 Time getTime(String columnName)
          Implements method in interface java.sql.ResultSet
 Time getTime(String columnName, Calendar cal)
          Implements method in interface java.sql.ResultSet
 Timestamp getTimestamp(int columnIndex)
          Implements method in interface java.sql.ResultSet
 Timestamp getTimestamp(int columnIndex, Calendar cal)
          Implements method in interface java.sql.ResultSet
 Timestamp getTimestamp(String columnName)
          Implements method in interface java.sql.ResultSet
 Timestamp getTimestamp(String columnName, Calendar cal)
          Implements method in interface java.sql.ResultSet
 int getType()
          Implements method in interface java.sql.ResultSet
 InputStream getUnicodeStream(int columnIndex)
          Deprecated.  
 InputStream getUnicodeStream(String columnName)
          Deprecated.  
 URL getURL(int columnIndex)
          Implements method in interface java.sql.ResultSet
 URL getURL(String columnName)
          Implements method in interface java.sql.ResultSet
 SQLWarning getWarnings()
          Implements method in interface java.sql.ResultSet
 void insertRow()
          Implements method in interface java.sql.ResultSet
 boolean isAfterLast()
          Implements method in interface java.sql.ResultSet
 boolean isBeforeFirst()
          Implements method in interface java.sql.ResultSet
 boolean isClosed()
          Implements method in interface java.sql.ResultSet
 boolean isFirst()
          Implements method in interface java.sql.ResultSet
 boolean isLast()
          Implements method in interface java.sql.ResultSet
 boolean isWrapperFor(Class iface)
          Implements method in interface java.sql.ResultSet
 boolean last()
          Implements method in interface java.sql.ResultSet
 void moveToCurrentRow()
          Implements method in interface java.sql.ResultSet
 void moveToInsertRow()
          Implements method in interface java.sql.ResultSet
 boolean next()
          Implements method in interface java.sql.ResultSet
 boolean previous()
          Implements method in interface java.sql.ResultSet
 void refreshRow()
          Implements method in interface java.sql.ResultSet
 boolean relative(int rows)
          Implements method in interface java.sql.ResultSet
 boolean rowDeleted()
          Implements method in interface java.sql.ResultSet
 boolean rowInserted()
          Implements method in interface java.sql.ResultSet
 boolean rowUpdated()
          Implements method in interface java.sql.ResultSet
 void setFetchDirection(int direction)
          Implements method in interface java.sql.ResultSet
 void setFetchSize(int rows)
          Implements method in interface java.sql.ResultSet
 Object unwrap(Class iface)
          Implements method in interface java.sql.ResultSet
 void updateArray(int columnIndex, Array x)
          Implements method in interface java.sql.ResultSet
 void updateArray(String columnName, Array x)
          Implements method in interface java.sql.ResultSet
 void updateAsciiStream(int columnIndex, InputStream x)
          Implements method in interface java.sql.ResultSet
 void updateAsciiStream(int columnIndex, InputStream x, int length)
          Implements method in interface java.sql.ResultSet
 void updateAsciiStream(int columnIndex, InputStream x, long y)
          Implements method in interface java.sql.ResultSet
 void updateAsciiStream(String columnName, InputStream x)
          Implements method in interface java.sql.ResultSet
 void updateAsciiStream(String columnName, InputStream x, int length)
          Implements method in interface java.sql.ResultSet
 void updateAsciiStream(String columnName, InputStream x, long y)
          Implements method in interface java.sql.ResultSet
 void updateBigDecimal(int columnIndex, BigDecimal x)
          Implements method in interface java.sql.ResultSet
 void updateBigDecimal(String columnName, BigDecimal x)
          Implements method in interface java.sql.ResultSet
 void updateBinaryStream(int columnIndex, InputStream x)
          Implements method in interface java.sql.ResultSet
 void updateBinaryStream(int columnIndex, InputStream x, int length)
          Implements method in interface java.sql.ResultSet
 void updateBinaryStream(int columnIndex, InputStream x, long y)
          Implements method in interface java.sql.ResultSet
 void updateBinaryStream(String columnName, InputStream x)
          Implements method in interface java.sql.ResultSet
 void updateBinaryStream(String columnName, InputStream x, int length)
          Implements method in interface java.sql.ResultSet
 void updateBinaryStream(String columnName, InputStream x, long y)
          Implements method in interface java.sql.ResultSet
 void updateBlob(int columnIndex, Blob x)
          Implements method in interface java.sql.ResultSet
 void updateBlob(int columnIndex, InputStream x)
          Implements method in interface java.sql.ResultSet
 void updateBlob(int columnIndex, InputStream x, long y)
          Implements method in interface java.sql.ResultSet
 void updateBlob(String columnName, Blob x)
          Implements method in interface java.sql.ResultSet
 void updateBlob(String columnName, InputStream x)
          Implements method in interface java.sql.ResultSet
 void updateBlob(String columnName, InputStream x, long y)
          Implements method in interface java.sql.ResultSet
 void updateBoolean(int columnIndex, boolean x)
          Implements method in interface java.sql.ResultSet
 void updateBoolean(String columnName, boolean x)
          Implements method in interface java.sql.ResultSet
 void updateByte(int columnIndex, byte x)
          Implements method in interface java.sql.ResultSet
 void updateByte(String columnName, byte x)
          Implements method in interface java.sql.ResultSet
 void updateBytes(int columnIndex, byte[] x)
          Implements method in interface java.sql.ResultSet
 void updateBytes(String columnName, byte[] x)
          Implements method in interface java.sql.ResultSet
 void updateCharacterStream(int columnIndex, Reader x)
          Implements method in interface java.sql.ResultSet
 void updateCharacterStream(int columnIndex, Reader x, int length)
          Implements method in interface java.sql.ResultSet
 void updateCharacterStream(int columnIndex, Reader x, long y)
          Implements method in interface java.sql.ResultSet
 void updateCharacterStream(String columnName, Reader x)
          Implements method in interface java.sql.ResultSet
 void updateCharacterStream(String columnNameIndex, Reader x, int length)
          Implements method in interface java.sql.ResultSet
 void updateCharacterStream(String columnName, Reader x, long y)
          Implements method in interface java.sql.ResultSet
 void updateClob(int columnIndex, Clob x)
          Implements method in interface java.sql.ResultSet
 void updateClob(int columnIndex, Reader x)
          Implements method in interface java.sql.ResultSet
 void updateClob(int columnIndex, Reader x, long y)
          Implements method in interface java.sql.ResultSet
 void updateClob(String columnName, Clob x)
          Implements method in interface java.sql.ResultSet
 void updateClob(String columnName, Reader x)
          Implements method in interface java.sql.ResultSet
 void updateClob(String columnName, Reader x, long y)
          Implements method in interface java.sql.ResultSet
 void updateDate(int columnIndex, Date x)
          Implements method in interface java.sql.ResultSet
 void updateDate(String columnName, Date x)
          Implements method in interface java.sql.ResultSet
 void updateDouble(int columnIndex, double x)
          Implements method in interface java.sql.ResultSet
 void updateDouble(String columnName, double x)
          Implements method in interface java.sql.ResultSet
 void updateFloat(int columnIndex, float x)
          Implements method in interface java.sql.ResultSet
 void updateFloat(String columnName, float x)
          Implements method in interface java.sql.ResultSet
 void updateInt(int columnIndex, int x)
          Implements method in interface java.sql.ResultSet
 void updateInt(String columnName, int x)
          Implements method in interface java.sql.ResultSet
 void updateLong(int columnIndex, long x)
          Implements method in interface java.sql.ResultSet
 void updateLong(String columnName, long x)
          Implements method in interface java.sql.ResultSet
 void updateNCharacterStream(int columnIndex, Reader x)
          Implements method in interface java.sql.ResultSet
 void updateNCharacterStream(int columnIndex, Reader x, long y)
          Implements method in interface java.sql.ResultSet
 void updateNCharacterStream(String columnName, Reader x)
          Implements method in interface java.sql.ResultSet
 void updateNCharacterStream(String columnName, Reader x, long y)
          Implements method in interface java.sql.ResultSet
 void updateNClob(int columnIndex, NClob x)
          Implements method in interface java.sql.ResultSet
 void updateNClob(int columnIndex, Reader x)
          Implements method in interface java.sql.ResultSet
 void updateNClob(int columnIndex, Reader x, long y)
          Implements method in interface java.sql.ResultSet
 void updateNClob(String columnName, NClob x)
          Implements method in interface java.sql.ResultSet
 void updateNClob(String columnName, Reader x)
          Implements method in interface java.sql.ResultSet
 void updateNClob(String columnName, Reader x, long y)
          Implements method in interface java.sql.ResultSet
 void updateNString(int columnIndex, String x)
          Implements method in interface java.sql.ResultSet
 void updateNString(String columnName, String x)
          Implements method in interface java.sql.ResultSet
 void updateNull(int columnIndex)
          Implements method in interface java.sql.ResultSet
 void updateNull(String columnName)
          Implements method in interface java.sql.ResultSet
 void updateObject(int columnIndex, Object x)
          Implements method in interface java.sql.ResultSet
 void updateObject(int columnIndex, Object x, int scale)
          Implements method in interface java.sql.ResultSet
 void updateObject(String columnName, Object x)
          Implements method in interface java.sql.ResultSet
 void updateObject(String columnName, Object x, int scale)
          Implements method in interface java.sql.ResultSet
 void updateRef(int columnIndex, Ref x)
          Implements method in interface java.sql.ResultSet
 void updateRef(String columnName, Ref x)
          Implements method in interface java.sql.ResultSet
 void updateRow()
          Implements method in interface java.sql.ResultSet
 void updateRowId(int columnIndex, RowId x)
          Implements method in interface java.sql.ResultSet
 void updateRowId(String columnName, RowId x)
          Implements method in interface java.sql.ResultSet
 void updateShort(int columnIndex, short x)
          Implements method in interface java.sql.ResultSet
 void updateShort(String columnName, short x)
          Implements method in interface java.sql.ResultSet
 void updateSQLXML(int columnIndex, SQLXML xmlObject)
          Implements method in interface java.sql.ResultSet
 void updateSQLXML(String columnName, SQLXML xmlObject)
          Implements method in interface java.sql.ResultSet
 void updateString(int columnIndex, String x)
          Implements method in interface java.sql.ResultSet
 void updateString(String columnName, String x)
          Implements method in interface java.sql.ResultSet
 void updateTime(int columnIndex, Time x)
          Implements method in interface java.sql.ResultSet
 void updateTime(String columnName, Time x)
          Implements method in interface java.sql.ResultSet
 void updateTimestamp(int columnIndex, Timestamp x)
          Implements method in interface java.sql.ResultSet
 void updateTimestamp(String columnName, Timestamp x)
          Implements method in interface java.sql.ResultSet
 boolean wasNull()
          Implements method in interface java.sql.ResultSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetImpl

protected ResultSetImpl(StatementImpl stm,
                        ResultSet rs)
Constructs a new ResultSetImpl object.

Method Detail

absolute

public boolean absolute(int row)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
absolute in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.absolute(int)

afterLast

public void afterLast()
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
afterLast in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.afterLast()

beforeFirst

public void beforeFirst()
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
beforeFirst in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.beforeFirst()

cancelRowUpdates

public void cancelRowUpdates()
                      throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
cancelRowUpdates in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.cancelRowUpdates()

clearWarnings

public void clearWarnings()
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
clearWarnings in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.clearWarnings()

close

public void close()
           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
close in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.close()

deleteRow

public void deleteRow()
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
deleteRow in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.deleteRow()

findColumn

public int findColumn(String columnName)
               throws SQLException
Implements method in interface java.sql.ResultSet

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

first

public boolean first()
              throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
first in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.first()

getArray

public Array getArray(int i)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getArray in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getArray(int)

getArray

public Array getArray(String colName)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getArray in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getArray(int)

getAsciiStream

public InputStream getAsciiStream(int columnIndex)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getAsciiStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getAsciiStream(int)

getAsciiStream

public InputStream getAsciiStream(String columnName)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getAsciiStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getAsciiStream(int)

getBigDecimal

public BigDecimal getBigDecimal(int columnIndex)
                         throws SQLException
Implements method in interface java.sql.ResultSet

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

getBigDecimal

public BigDecimal getBigDecimal(int columnIndex,
                                int scale)
                         throws SQLException
Deprecated. 

Implements method in interface java.sql.ResultSet

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

getBigDecimal

public BigDecimal getBigDecimal(String columnName)
                         throws SQLException
Implements method in interface java.sql.ResultSet

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

getBigDecimal

public BigDecimal getBigDecimal(String columnName,
                                int scale)
                         throws SQLException
Deprecated. 

Implements method in interface java.sql.ResultSet

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

getBinaryStream

public InputStream getBinaryStream(int columnIndex)
                            throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getBinaryStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getBinaryStream(int)

getBinaryStream

public InputStream getBinaryStream(String columnName)
                            throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getBinaryStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getBinaryStream(int)

getBlob

public Blob getBlob(int i)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getBlob in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getBlob(int)

getBlob

public Blob getBlob(String colName)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getBlob in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getBlob(int)

getBoolean

public boolean getBoolean(int columnIndex)
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getBoolean in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getBoolean(int)

getBoolean

public boolean getBoolean(String columnName)
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getBoolean in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getBoolean(int)

getByte

public byte getByte(int columnIndex)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getByte in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getByte(int)

getByte

public byte getByte(String columnName)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getByte in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getByte(int)

getBytes

public byte[] getBytes(int columnIndex)
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getBytes in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getBytes(int)

getBytes

public byte[] getBytes(String columnName)
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getBytes in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getBytes(int)

getCharacterStream

public Reader getCharacterStream(int columnIndex)
                          throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getCharacterStream(int)

getCharacterStream

public Reader getCharacterStream(String columnName)
                          throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getCharacterStream(int)

getClob

public Clob getClob(int i)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getClob in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getClob(int)

getClob

public Clob getClob(String colName)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getClob in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getClob(int)

getConcurrency

public int getConcurrency()
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getConcurrency in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getConcurrency()

getCursorName

public String getCursorName()
                     throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getCursorName in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getCursorName()

getDate

public Date getDate(int columnIndex)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getDate in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getDate(int)

getDate

public Date getDate(int columnIndex,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getDate in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getDate(int)

getDate

public Date getDate(String columnName)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getDate in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getDate(int)

getDate

public Date getDate(String columnName,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getDate in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getDate(int)

getDouble

public double getDouble(int columnIndex)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getDouble in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getDouble(int)

getDouble

public double getDouble(String columnName)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getDouble in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getDouble(int)

getFetchDirection

public int getFetchDirection()
                      throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getFetchDirection in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getFetchDirection()

getFetchSize

public int getFetchSize()
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getFetchSize in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getFetchSize()

getFloat

public float getFloat(int columnIndex)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getFloat in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getFloat(int)

getFloat

public float getFloat(String columnName)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getFloat in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getFloat(int)

getHoldability

public int getHoldability()
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getHoldability in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getHoldability()

getInt

public int getInt(int columnIndex)
           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getInt in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getInt(int)

getInt

public int getInt(String columnName)
           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getInt in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getInt(int)

getLong

public long getLong(int columnIndex)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getLong in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getLong(int)

getLong

public long getLong(String columnName)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getLong in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getLong(int)

getMetaData

public ResultSetMetaData getMetaData()
                              throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getMetaData in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getMetaData()

getNCharacterStream

public Reader getNCharacterStream(int columnIndex)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getNCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getNCharacterStream(int)

getNCharacterStream

public Reader getNCharacterStream(String columnName)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getNCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getNCharacterStream(int)

getNClob

public NClob getNClob(int columnIndex)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getNClob in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getNClob(int)

getNClob

public NClob getNClob(String columnName)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getNClob in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getNClob(int)

getNString

public String getNString(int columnIndex)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getNString in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getNString(int)

getNString

public String getNString(String columnName)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getNString in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getNString(int)

getObject

public Object getObject(int columnIndex)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getObject in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getObject(int)

getObject

public Object getObject(int i,
                        Map map)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getObject in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getObject(int)

getObject

public Object getObject(String columnName)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getObject in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getObject(int)

getObject

public Object getObject(String colName,
                        Map map)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getObject in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getObject(int)

getRef

public Ref getRef(int i)
           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getRef in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getRef(int)

getRef

public Ref getRef(String colName)
           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getRef in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getRef(int)

getRow

public int getRow()
           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getRow in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getRow()

getRowId

public RowId getRowId(int columnIndex)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getRowId in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getRowId(int)

getRowId

public RowId getRowId(String columnName)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getRowId in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getRowId(int)

getShort

public short getShort(int columnIndex)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getShort in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getShort(int)

getShort

public short getShort(String columnName)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getShort in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getShort(int)

getSQLXML

public SQLXML getSQLXML(int columnIndex)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getSQLXML in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getSQLXML(int)

getSQLXML

public SQLXML getSQLXML(String columnName)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getSQLXML in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getSQLXML(int)

getStatement

public Statement getStatement()
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getStatement in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getStatement()

getString

public String getString(int columnIndex)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getString in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getString(int)

getString

public String getString(String columnName)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getString in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getString(int)

getTime

public Time getTime(int columnIndex)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getTime in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getTime(int)

getTime

public Time getTime(int columnIndex,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getTime in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getTime(int)

getTime

public Time getTime(String columnName)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getTime in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getTime(int)

getTime

public Time getTime(String columnName,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getTime in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getTime(int)

getTimestamp

public Timestamp getTimestamp(int columnIndex)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getTimestamp in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getTimestamp(int)

getTimestamp

public Timestamp getTimestamp(int columnIndex,
                              Calendar cal)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getTimestamp in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getTimestamp(int)

getTimestamp

public Timestamp getTimestamp(String columnName)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getTimestamp in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getTimestamp(int)

getTimestamp

public Timestamp getTimestamp(String columnName,
                              Calendar cal)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getTimestamp in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getTimestamp(int)

getType

public int getType()
            throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getType in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getType()

getUnicodeStream

public InputStream getUnicodeStream(int columnIndex)
                             throws SQLException
Deprecated. 

Implements method in interface java.sql.ResultSet

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

getUnicodeStream

public InputStream getUnicodeStream(String columnName)
                             throws SQLException
Deprecated. 

Implements method in interface java.sql.ResultSet

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

getURL

public URL getURL(int columnIndex)
           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getURL in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getURL(int)

getURL

public URL getURL(String columnName)
           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getURL in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getURL(int)

getWarnings

public SQLWarning getWarnings()
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
getWarnings in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.getWarnings()

insertRow

public void insertRow()
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
insertRow in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.insertRow()

isAfterLast

public boolean isAfterLast()
                    throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
isAfterLast in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.isAfterLast()

isBeforeFirst

public boolean isBeforeFirst()
                      throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
isBeforeFirst in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.isBeforeFirst()

isClosed

public boolean isClosed()
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
isClosed in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.isClosed()

isFirst

public boolean isFirst()
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
isFirst in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.isFirst()

isLast

public boolean isLast()
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
isLast in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.isLast()

isWrapperFor

public boolean isWrapperFor(Class iface)
                     throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
isWrapperFor in interface Wrapper
Throws:
SQLException
See Also:
Wrapper.isWrapperFor(java.lang.Class)

last

public boolean last()
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
last in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.last()

moveToCurrentRow

public void moveToCurrentRow()
                      throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
moveToCurrentRow in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.moveToCurrentRow()

moveToInsertRow

public void moveToInsertRow()
                     throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
moveToInsertRow in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.moveToInsertRow()

next

public boolean next()
             throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
next in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.next()

previous

public boolean previous()
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
previous in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.previous()

refreshRow

public void refreshRow()
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
refreshRow in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.refreshRow()

relative

public boolean relative(int rows)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
relative in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.relative(int)

rowDeleted

public boolean rowDeleted()
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
rowDeleted in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.rowDeleted()

rowInserted

public boolean rowInserted()
                    throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
rowInserted in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.rowInserted()

rowUpdated

public boolean rowUpdated()
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
rowUpdated in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.rowUpdated()

setFetchDirection

public void setFetchDirection(int direction)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
setFetchDirection in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.setFetchDirection(int)

setFetchSize

public void setFetchSize(int rows)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
setFetchSize in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.setFetchSize(int)

updateArray

public void updateArray(int columnIndex,
                        Array x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateArray

public void updateArray(String columnName,
                        Array x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateAsciiStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)

updateAsciiStream

public void updateAsciiStream(String columnName,
                              InputStream x)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateAsciiStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x,
                              long y)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateAsciiStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)

updateAsciiStream

public void updateAsciiStream(String columnName,
                              InputStream x,
                              long y)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateAsciiStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x,
                              int length)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateAsciiStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)

updateAsciiStream

public void updateAsciiStream(String columnName,
                              InputStream x,
                              int length)
                       throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateAsciiStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)

updateBigDecimal

public void updateBigDecimal(int columnIndex,
                             BigDecimal x)
                      throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBigDecimal in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBigDecimal(int, java.math.BigDecimal)

updateBigDecimal

public void updateBigDecimal(String columnName,
                             BigDecimal x)
                      throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBigDecimal in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBigDecimal(int, java.math.BigDecimal)

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x)
                        throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBinaryStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(String columnName,
                               InputStream x)
                        throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBinaryStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x,
                               long y)
                        throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBinaryStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x,
                               int length)
                        throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBinaryStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(String columnName,
                               InputStream x,
                               int length)
                        throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBinaryStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)

updateBinaryStream

public void updateBinaryStream(String columnName,
                               InputStream x,
                               long y)
                        throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBinaryStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)

updateBlob

public void updateBlob(int columnIndex,
                       Blob x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateBlob

public void updateBlob(String columnName,
                       Blob x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateBlob

public void updateBlob(int columnIndex,
                       InputStream x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateBlob

public void updateBlob(String columnName,
                       InputStream x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateBlob

public void updateBlob(int columnIndex,
                       InputStream x,
                       long y)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateBlob

public void updateBlob(String columnName,
                       InputStream x,
                       long y)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateBoolean

public void updateBoolean(int columnIndex,
                          boolean x)
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBoolean in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBoolean(int, boolean)

updateBoolean

public void updateBoolean(String columnName,
                          boolean x)
                   throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBoolean in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBoolean(int, boolean)

updateByte

public void updateByte(int columnIndex,
                       byte x)
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateByte in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateByte(int, byte)

updateByte

public void updateByte(String columnName,
                       byte x)
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateByte in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateByte(int, byte)

updateBytes

public void updateBytes(int columnIndex,
                        byte[] x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBytes in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBytes(int, byte[])

updateBytes

public void updateBytes(String columnName,
                        byte[] x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateBytes in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateBytes(int, byte[])

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x,
                                  int length)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, int)

updateCharacterStream

public void updateCharacterStream(String columnNameIndex,
                                  Reader x,
                                  int length)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, int)

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, int)

updateCharacterStream

public void updateCharacterStream(String columnName,
                                  Reader x)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, int)

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x,
                                  long y)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, int)

updateCharacterStream

public void updateCharacterStream(String columnName,
                                  Reader x,
                                  long y)
                           throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateCharacterStream(int, java.io.Reader, int)

updateClob

public void updateClob(int columnIndex,
                       Clob x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateClob

public void updateClob(String columnName,
                       Clob x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateClob

public void updateClob(int columnIndex,
                       Reader x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateClob

public void updateClob(String columnName,
                       Reader x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateClob

public void updateClob(int columnIndex,
                       Reader x,
                       long y)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateClob

public void updateClob(String columnName,
                       Reader x,
                       long y)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateDate

public void updateDate(int columnIndex,
                       Date x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateDate

public void updateDate(String columnName,
                       Date x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateDouble

public void updateDouble(int columnIndex,
                         double x)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateDouble in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateDouble(int, double)

updateDouble

public void updateDouble(String columnName,
                         double x)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateDouble in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateDouble(int, double)

updateFloat

public void updateFloat(int columnIndex,
                        float x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateFloat in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateFloat(int, float)

updateFloat

public void updateFloat(String columnName,
                        float x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateFloat in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateFloat(int, float)

updateInt

public void updateInt(int columnIndex,
                      int x)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateInt in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateInt(int, int)

updateInt

public void updateInt(String columnName,
                      int x)
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateInt in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateInt(int, int)

updateLong

public void updateLong(int columnIndex,
                       long x)
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateLong in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateLong(int, long)

updateLong

public void updateLong(String columnName,
                       long x)
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateLong in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateLong(int, long)

updateNCharacterStream

public void updateNCharacterStream(int columnIndex,
                                   Reader x)
                            throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateNCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateNCharacterStream(int, java.io.Reader, long)

updateNCharacterStream

public void updateNCharacterStream(String columnName,
                                   Reader x)
                            throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateNCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateNCharacterStream(int, java.io.Reader, long)

updateNCharacterStream

public void updateNCharacterStream(int columnIndex,
                                   Reader x,
                                   long y)
                            throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateNCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateNCharacterStream(int, java.io.Reader, long)

updateNCharacterStream

public void updateNCharacterStream(String columnName,
                                   Reader x,
                                   long y)
                            throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateNCharacterStream in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateNCharacterStream(int, java.io.Reader, long)

updateNClob

public void updateNClob(int columnIndex,
                        NClob x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateNClob

public void updateNClob(String columnName,
                        NClob x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateNClob

public void updateNClob(int columnIndex,
                        Reader x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateNClob

public void updateNClob(String columnName,
                        Reader x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateNClob

public void updateNClob(int columnIndex,
                        Reader x,
                        long y)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateNClob

public void updateNClob(String columnName,
                        Reader x,
                        long y)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateNString

public void updateNString(int columnIndex,
                          String x)
                   throws SQLException
Implements method in interface java.sql.ResultSet

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

updateNString

public void updateNString(String columnName,
                          String x)
                   throws SQLException
Implements method in interface java.sql.ResultSet

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

updateNull

public void updateNull(int columnIndex)
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateNull in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateNull(int)

updateNull

public void updateNull(String columnName)
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateNull in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateNull(int)

updateObject

public void updateObject(int columnIndex,
                         Object x)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateObject in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateObject(int, java.lang.Object, int)

updateObject

public void updateObject(int columnIndex,
                         Object x,
                         int scale)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateObject in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateObject(int, java.lang.Object, int)

updateObject

public void updateObject(String columnName,
                         Object x)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateObject in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateObject(int, java.lang.Object, int)

updateObject

public void updateObject(String columnName,
                         Object x,
                         int scale)
                  throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateObject in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateObject(int, java.lang.Object, int)

updateRef

public void updateRef(int columnIndex,
                      Ref x)
               throws SQLException
Implements method in interface java.sql.ResultSet

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

updateRef

public void updateRef(String columnName,
                      Ref x)
               throws SQLException
Implements method in interface java.sql.ResultSet

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

updateRow

public void updateRow()
               throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateRow in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateRow()

updateRowId

public void updateRowId(int columnIndex,
                        RowId x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateRowId

public void updateRowId(String columnName,
                        RowId x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

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

updateShort

public void updateShort(int columnIndex,
                        short x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateShort in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateShort(int, short)

updateSQLXML

public void updateSQLXML(int columnIndex,
                         SQLXML xmlObject)
                  throws SQLException
Implements method in interface java.sql.ResultSet

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

updateSQLXML

public void updateSQLXML(String columnName,
                         SQLXML xmlObject)
                  throws SQLException
Implements method in interface java.sql.ResultSet

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

updateShort

public void updateShort(String columnName,
                        short x)
                 throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
updateShort in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.updateShort(int, short)

updateString

public void updateString(int columnIndex,
                         String x)
                  throws SQLException
Implements method in interface java.sql.ResultSet

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

updateString

public void updateString(String columnName,
                         String x)
                  throws SQLException
Implements method in interface java.sql.ResultSet

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

updateTime

public void updateTime(String columnName,
                       Time x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateTime

public void updateTime(int columnIndex,
                       Time x)
                throws SQLException
Implements method in interface java.sql.ResultSet

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

updateTimestamp

public void updateTimestamp(int columnIndex,
                            Timestamp x)
                     throws SQLException
Implements method in interface java.sql.ResultSet

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

updateTimestamp

public void updateTimestamp(String columnName,
                            Timestamp x)
                     throws SQLException
Implements method in interface java.sql.ResultSet

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

wasNull

public boolean wasNull()
                throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
wasNull in interface ResultSet
Throws:
SQLException
See Also:
ResultSet.wasNull()

unwrap

public Object unwrap(Class iface)
              throws SQLException
Implements method in interface java.sql.ResultSet

Specified by:
unwrap in interface Wrapper
Throws:
SQLException
See Also:
Wrapper.unwrap(java.lang.Class)


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.