java.io.Serializable, javax.sql.rowset.JoinableCachedRowSetImpl@Deprecated
public abstract class BaseRowSet
extends java.lang.Object
implements java.io.Serializable, javax.sql.rowset.Joinable
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | absolute(int i) | Deprecated. ResultSet
 Moves the cursor to the given row number in this RowSet object | 
| void | addRowSetListener(javax.sql.RowSetListener rsl) | Deprecated. RowSet
 Registers the given listener so that it will be notified of events
 that occur on this RowSet object. | 
| void | afterLast() | Deprecated. ResultSet
 Moves the cursor to the end of this RowSet object, just after the last
 row. | 
| void | beforeFirst() | Deprecated. ResultSet
 Moves the cursor to the front of this ResultSet object, just before
 the first row. | 
| void | clearParameters() | Deprecated. RowSet
 Clears the parameters set for this RowSet object's command. | 
| void | clearWarnings() | Deprecated. ResultSet
 Clears all warnings reported on this RowSet object. | 
| boolean | columnUpdated(int idx) | Deprecated. CachedRowSet
 Indicates whether the designated column in the current row of this RowSet
 object has been updated. | 
| boolean | columnUpdated(java.lang.String columnName) | Deprecated. CachedRowSet
 Indicates whether the designated column in the current row of this RowSet
 object has been updated. | 
| int | findColumn(java.lang.String s) | Deprecated. ResultSet
 Map the column name to a column index. | 
| boolean | first() | Deprecated. ResultSet
 Moves the cursor to the first row in this RowSet object. | 
| java.sql.Array | getArray(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an Array value. | 
| java.sql.Array | getArray(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an Array value. | 
| java.io.InputStream | getAsciiStream(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an InputStream value. | 
| java.io.InputStream | getAsciiStream(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an InputStream value. | 
| java.math.BigDecimal | getBigDecimal(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a BigDecimal value. | 
| java.math.BigDecimal | getBigDecimal(int i,
             int x) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a BigDecimal value. | 
| java.math.BigDecimal | getBigDecimal(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a BigDecimal value. | 
| java.math.BigDecimal | getBigDecimal(java.lang.String s,
             int n) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a BigDecimal value. | 
| java.io.InputStream | getBinaryStream(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an InputStream value. | 
| java.io.InputStream | getBinaryStream(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a an InputStream. | 
| java.sql.Blob | getBlob(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Blob value. | 
| java.sql.Blob | getBlob(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Blob value. | 
| boolean | getBoolean(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a boolean value. | 
| boolean | getBoolean(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a boolean value. | 
| byte | getByte(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a byte value. | 
| byte | getByte(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a byte value. | 
| byte[] | getBytes(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a byte array value. | 
| byte[] | getBytes(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a byte array value. | 
| java.io.Reader | getCharacterStream(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Reader value. | 
| java.io.Reader | getCharacterStream(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Reader value. | 
| java.sql.Clob | getClob(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Clob value. | 
| java.sql.Clob | getClob(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Clob value. | 
| java.lang.String | getCommand() | Deprecated. RowSet
 Retrieves this RowSet object's command property. | 
| int | getConcurrency() | Deprecated. ResultSet
 Retrieves the concurrency mode of this RowSet object. | 
| java.sql.Connection | getConnection() | Deprecated. WebLogic Extension - Returns a connection associated with this RowSet | 
| java.lang.String | getCursorName() | Deprecated. ResultSet
 Retrieves the name of the SQL cursor used by this RowSet object. | 
| javax.sql.DataSource | getDataSource() | Deprecated. WebLogic extension - Returns the data source associated with the RowSet. | 
| java.lang.String | getDataSourceName() | Deprecated. RowSet
 Retrieves the logical name that identifies the data source for this
 RowSet object. | 
| java.sql.Date | getDate(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Date value. | 
| java.sql.Date | getDate(int i,
       java.util.Calendar c) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Date value. | 
| java.sql.Date | getDate(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Date value. | 
| java.sql.Date | getDate(java.lang.String s,
       java.util.Calendar c) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Date value. | 
| double | getDouble(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a double value. | 
| double | getDouble(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a double value. | 
| boolean | getEscapeProcessing() | Deprecated. RowSet
 Retrieves whether escape processing is enabled for this RowSet object. | 
| int | getFetchDirection() | Deprecated. ResultSet
 Retrieves the fetch direction for this RowSet object. | 
| int | getFetchSize() | Deprecated. RowSet
 Retrieves the fetch size for this RowSet object. | 
| float | getFloat(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a float value. | 
| float | getFloat(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a float value. | 
| int | getHoldability() | Deprecated. ResultSet
 Retrieves the holdability value. | 
| int | getInt(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a int value. | 
| int | getInt(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a int value. | 
| int[] | getKeyColumns() | Deprecated. CachedRowSet
 Returns an array containing one or more column numbers indicating the
 columns that form a key that uniquely identifies a row in this
 RowSet object. | 
| long | getLong(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a long value. | 
| long | getLong(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a long value. | 
| int[] | getMatchColumnIndexes() | Deprecated. Joinable
 Retrieves the indexes of the match columns that were set for this
 RowSet object. | 
| java.lang.String[] | getMatchColumnNames() | Deprecated. Joinable
 Retrieves the indexes of the match columns that were set for this
 RowSet object . | 
| int | getMaxFieldSize() | Deprecated. RowSet
 Retrieves the maximum number of bytes that may be returned for certain
 column values. | 
| int | getMaxRows() | Deprecated. RowSet
 Retrieves the maximum number of rows that this RowSet object can contain. | 
| java.sql.ResultSetMetaData | getMetaData() | Deprecated. ResultSet
 Retrieves the number, types and properties of this RowSet object's columns. | 
| java.io.Reader | getNCharacterStream(int columnIndex) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a Reader object. | 
| java.io.Reader | getNCharacterStream(java.lang.String colName) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a Reader object. | 
| java.sql.NClob | getNClob(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a NClob object. | 
| java.sql.NClob | getNClob(java.lang.String colName) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a NClob object. | 
| java.lang.String | getNString(int columnIndex) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a String object. | 
| java.lang.String | getNString(java.lang.String colName) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a String object. | 
| java.lang.Object | getObject(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an Object value. | 
| java.lang.Object | getObject(int i,
         java.util.Map m) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an Object value. | 
| java.lang.Object | getObject(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an Object value. | 
| java.lang.Object | getObject(java.lang.String s,
         java.util.Map m) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an Object value. | 
| java.lang.String | getPassword() | Deprecated. RowSet
 Retrieves the password used to create a database connection. | 
| int | getQueryTimeout() | Deprecated. RowSet
 Retrieves the maximum number of seconds the driver will wait for
 a statement to execute. | 
| java.sql.Ref | getRef(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Ref value. | 
| java.sql.Ref | getRef(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Ref value. | 
| int | getRow() | Deprecated. ResultSet
 Retrieves the current row number. | 
| java.sql.RowId | getRowId(int columnIndex) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a java.sql.RowId object. | 
| java.sql.RowId | getRowId(java.lang.String columnName) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a java.sql.RowId object. | 
| javax.sql.rowset.RowSetWarning | getRowSetWarnings() | Deprecated. CachedRowSet
 Retrieves the first warning reported by calls on this RowSet object. | 
| short | getShort(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a short value. | 
| short | getShort(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a short value. | 
| boolean | getShowDeleted() | Deprecated. CachedRowSet
 Retrieves a boolean indicating whether rows marked for deletion appear
 in the set of current rows. | 
| java.sql.SQLXML | getSQLXML(int columnIndex) | Deprecated. ResultSet
 Updates the designated column with a SQLXML value. | 
| java.sql.SQLXML | getSQLXML(java.lang.String colName) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of
 this RowSet object as a SQLXML object. | 
| java.sql.Statement | getStatement() | Deprecated. ResultSet
 Retrieves the Statement object that produced this RowSet object. | 
| java.lang.String | getString(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a String value | 
| java.lang.String | getString(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a String value. | 
| javax.sql.rowset.spi.SyncProvider | getSyncProvider() | Deprecated. CachedRowSet
 Retrieves the SyncProvider implementation for this CachedRowSet object. | 
| java.lang.String | getTableName() | Deprecated. CachedRowSet
 Returns an identifier for the object (table) that was used to create
 this RowSet object | 
| java.sql.Time | getTime(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Time value. | 
| java.sql.Time | getTime(int i,
       java.util.Calendar c) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Time value. | 
| java.sql.Time | getTime(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Time value. | 
| java.sql.Time | getTime(java.lang.String s,
       java.util.Calendar c) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Time value. | 
| java.sql.Timestamp | getTimestamp(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Timestamp value. | 
| java.sql.Timestamp | getTimestamp(int i,
            java.util.Calendar c) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Timestamp value. | 
| java.sql.Timestamp | getTimestamp(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Timestamp value. | 
| java.sql.Timestamp | getTimestamp(java.lang.String s,
            java.util.Calendar c) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as a Timestamp value. | 
| int | getTransactionIsolation() | Deprecated. RowSet
 Retrieves the transaction isolation level set for this RowSet object. | 
| int | getType() | Deprecated. ResultSet
 Retrieves the type of this ResultSet object. | 
| java.util.Map | getTypeMap() | Deprecated. RowSet
 Retrieves the Map object associated with this RowSet object, which
 specifies the custom mapping of SQL user-defined types, if any. | 
| java.io.InputStream | getUnicodeStream(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an InputStream value. | 
| java.io.InputStream | getUnicodeStream(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an InputStream value. | 
| java.lang.String | getUrl() | Deprecated. RowSet
 Retrieves the url property this RowSet object will use to create a
 connection if it uses the DriverManager instead of a DataSource object
 to establish the connection. | 
| java.net.URL | getURL(int i) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an URL value. | 
| java.net.URL | getURL(java.lang.String s) | Deprecated. ResultSet
 Retrieves the value of the designated column in the current row of this
 RowSet object as an URL value. | 
| java.lang.String | getUsername() | Deprecated. RowSet
 Retrieves the username used to create a database connection for
 this RowSet object. | 
| java.sql.SQLWarning | getWarnings() | Deprecated. ResultSet
 Retrieves the first warning reported by calls on this RowSet object. | 
| boolean | isAfterLast() | Deprecated. ResultSet
 Retrieves whether the cursor is after the last row in this RowSet object. | 
| boolean | isBeforeFirst() | Deprecated. ResultSet
 Retrieves whether the cursor is before the first row in this RowSet object. | 
| boolean | isClosed() | Deprecated. ResultSet
 Is the RowSet closed? | 
| boolean | isFirst() | Deprecated. ResultSet
 Retrieves whether the cursor is on the first row of this RowSet object. | 
| boolean | isLast() | Deprecated. ResultSet
 Retrieves whether the cursor is on the last row of this ResultSet object. | 
| boolean | isReadOnly() | Deprecated. RowSet
 Retrieves whether this RowSet object is read-only. | 
| boolean | last() | Deprecated. ResultSet
 Moves the cursor to the last row in this RowSet object. | 
| boolean | next() | Deprecated. ResultSet
 Moves the cursor down one row from its current position. | 
| boolean | previous() | Deprecated. ResultSet
 Moves the cursor to the previous row in this RowSet object. | 
| boolean | relative(int i) | Deprecated. ResultSet
 Moves the cursor a relative number of rows, either positive or negative. | 
| void | removeRowSetListener(javax.sql.RowSetListener rsl) | Deprecated. RowSet
 Removes the specified listener from the list of components that
 will be notified when an event occurs on this RowSet object. | 
| boolean | rowDeleted() | Deprecated. ResultSet
 Retrieves whether a row has been deleted. | 
| boolean | rowInserted() | Deprecated. ResultSet
 Retrieves whether the current row has had an insertion. | 
| boolean | rowUpdated() | Deprecated. ResultSet
 Retrieves whether the current row has been updated. | 
| void | setArray(int i,
        java.sql.Array x) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Array value. | 
| void | setAsciiStream(int parameterIndex,
              java.io.InputStream x) | Deprecated. ResultSet
 Sets the designated parameter in this RowSet object's command to the
 given input stream. | 
| void | setAsciiStream(int i,
              java.io.InputStream is,
              int x) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java InputStream value. | 
| void | setAsciiStream(java.lang.String parameterName,
              java.io.InputStream x) | Deprecated. ResultSet
 Sets the designated parameter to the given input stream. | 
| void | setAsciiStream(java.lang.String parameterName,
              java.io.InputStream x,
              int length) | Deprecated. ResultSet
 Sets the designated parameter to the given input stream. | 
| void | setBigDecimal(int i,
             java.math.BigDecimal bd) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java BigDecimal value. | 
| void | setBigDecimal(java.lang.String parameterName,
             java.math.BigDecimal x) | Deprecated. ResultSet
 Sets the designated parameter to the given java.math.BigDecimal value. | 
| void | setBinaryStream(int parameterIndex,
               java.io.InputStream x) | Deprecated. ResultSet
 Sets the designated parameter in this RowSet object's command to the
 given input stream. | 
| void | setBinaryStream(int i,
               java.io.InputStream is,
               int x) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java InputStream value. | 
| void | setBinaryStream(java.lang.String parameterName,
               java.io.InputStream x) | Deprecated. ResultSet
 Sets the designated parameter to the given input stream. | 
| void | setBinaryStream(java.lang.String parameterName,
               java.io.InputStream x,
               int length) | Deprecated. ResultSet
 Sets the designated parameter to the given input stream, which will have
 the specified number of bytes. | 
| void | setBlob(int parameterIndex,
       java.io.InputStream inputStream) | Deprecated. ResultSet
 Sets the designated parameter to a InputStream object. | 
| void | setBlob(int parameterIndex,
       java.io.InputStream inputStream,
       long length) | Deprecated. ResultSet
 Sets the designated parameter to a InputStream object. | 
| void | setBlob(int i,
       java.sql.Blob b) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Blob value. | 
| void | setBlob(java.lang.String parameterName,
       java.io.InputStream inputStream) | Deprecated. ResultSet
 Sets the designated parameter to a InputStream object. | 
| void | setBlob(java.lang.String parameterName,
       java.io.InputStream inputStream,
       long length) | Deprecated. ResultSet
 Sets the designated parameter to a InputStream object. | 
| void | setBlob(java.lang.String parameterName,
       java.sql.Blob x) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.Blob object. | 
| void | setBoolean(int i,
          boolean b) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java boolean value. | 
| void | setBoolean(java.lang.String parameterName,
          boolean x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java boolean value. | 
| void | setByte(int i,
       byte b) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java byte value. | 
| void | setByte(java.lang.String parameterName,
       byte x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java byte value. | 
| void | setBytes(int i,
        byte[] b) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java array of bytes value. | 
| void | setBytes(java.lang.String parameterName,
        byte[] x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java array of bytes. | 
| void | setCharacterStream(int parameterIndex,
                  java.io.Reader reader) | Deprecated. ResultSet
 Sets the designated parameter in this RowSet object's command to the
 given Reader object. | 
| void | setCharacterStream(int i,
                  java.io.Reader r,
                  int x) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given  java.io.Reader. | 
| void | setCharacterStream(java.lang.String parameterName,
                  java.io.Reader reader) | Deprecated. ResultSet
 Sets the designated parameter to the given Reader object. | 
| void | setCharacterStream(java.lang.String parameterName,
                  java.io.Reader reader,
                  int length) | Deprecated. ResultSet
 Sets the designated parameter to the given Reader object, which is the
 given number of characters long. | 
| void | setClob(int parameterIndex,
       java.io.Reader reader) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setClob(int parameterIndex,
       java.io.Reader reader,
       long length) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setClob(int i,
       java.sql.Clob c) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Clob value. | 
| void | setClob(java.lang.String parameterName,
       java.io.Reader reader) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setClob(java.lang.String parameterName,
       java.io.Reader reader,
       long length) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setClob(java.lang.String parameterName,
       java.sql.Clob x) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.Clob object. | 
| void | setCommand(java.lang.String s) | Deprecated. RowSet
 Sets this RowSet object's command property to the given SQL query. | 
| void | setConcurrency(int c) | Deprecated. ResultSet
 Sets the concurrency of this RowSet object to the given concurrency level. | 
| void | setDataSource(javax.sql.DataSource dataSource) | Deprecated. WebLogic extension - Sets the data source associated with the RowSet. | 
| void | setDataSourceName(java.lang.String s) | Deprecated. RowSet
 The value of the data source name property can be used to do a lookup
 of a DataSource object that has been registered with a naming service. | 
| void | setDate(int i,
       java.sql.Date d) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Date value. | 
| void | setDate(int i,
       java.sql.Date d,
       java.util.Calendar c) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Date value. | 
| void | setDate(java.lang.String parameterName,
       java.sql.Date x) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.Date value using the
 default time zone of the virtual machine that is running the application. | 
| void | setDate(java.lang.String parameterName,
       java.sql.Date x,
       java.util.Calendar cal) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.Date value, using the
 given Calendar object. | 
| void | setDouble(int i,
         double d) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java double value. | 
| void | setDouble(java.lang.String parameterName,
         double x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java double value. | 
| void | setEscapeProcessing(boolean b) | Deprecated. RowSet
 Sets escape processing for this RowSet object on or off. | 
| void | setFetchDirection(int i) | Deprecated. ResultSet
 Gives a hint as to the direction in which the rows in this RowSet object
 will be processed. | 
| void | setFetchSize(int i) | Deprecated. RowSet
 Gives the JDBC driver a hint as to the number of rows that should be
 fetched from the database when more rows are needed for this RowSet
 object. | 
| void | setFloat(int i,
        float f) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java float value. | 
| void | setFloat(java.lang.String parameterName,
        float x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java float value. | 
| void | setInt(int i,
      int x) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java int value. | 
| void | setInt(java.lang.String parameterName,
      int x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java int value. | 
| void | setKeyColumns(int[] keys) | Deprecated. CachedRowSet
 Sets this RowSet object's keyCols field with the given array of
 column numbers, which forms a key for uniquely identifying a row in this
 CachedRowSet object. | 
| void | setLong(int i,
       long l) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java long value. | 
| void | setLong(java.lang.String parameterName,
       long x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java long value. | 
| void | setMatchColumn(int columnIdx) | Deprecated. Joinable
 Sets the designated column as the match column for this RowSet object. | 
| void | setMatchColumn(int[] columnIdxes) | Deprecated. Joinable
 Sets the designated column as the match column for this RowSet object. | 
| void | setMatchColumn(java.lang.String columnName) | Deprecated. Joinable
 Sets the designated column as the match column for this RowSet object. | 
| void | setMatchColumn(java.lang.String[] columnNames) | Deprecated. Joinable
 Sets the designated column as the match column for this RowSet object. | 
| void | setMaxFieldSize(int x) | Deprecated. RowSet
 Sets the maximum number of bytes that can be returned for a column value
 to the given number of bytes. | 
| void | setMaxRows(int n) | Deprecated. RowSet
 Sets the maximum number of rows that this RowSet object can contain to the specified number. | 
| void | setMetaData(javax.sql.RowSetMetaData md) | Deprecated. CachedRowSet
 Sets the metadata for this RowSet object with the given RowSetMetaData
 object. | 
| void | setNCharacterStream(int parameterIndex,
                   java.io.Reader value) | Deprecated. ResultSet
 Sets the designated parameter in this RowSet object's command to
 a Reader object. | 
| void | setNCharacterStream(int i,
                   java.io.Reader r,
                   long x) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | setNCharacterStream(java.lang.String parameterName,
                   java.io.Reader value) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setNCharacterStream(java.lang.String parameterName,
                   java.io.Reader value,
                   long length) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setNClob(int parameterIndex,
        java.io.Reader reader) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setNClob(int parameterIndex,
        java.io.Reader reader,
        long length) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setNClob(int i,
        java.sql.NClob c) | Deprecated. ResultSet
 Updates the designated column with a NClob value. | 
| void | setNClob(java.lang.String parameterName,
        java.io.Reader reader) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setNClob(java.lang.String parameterName,
        java.io.Reader reader,
        long length) | Deprecated. ResultSet
 Sets the designated parameter to a Reader object. | 
| void | setNClob(java.lang.String parameterName,
        java.sql.NClob value) | Deprecated. ResultSet
 Sets the designated parameter to a java.sql.NClob object. | 
| void | setNString(int i,
          java.lang.String s) | Deprecated. ResultSet
 Updates the designated column with a String value. | 
| void | setNString(java.lang.String parameterName,
          java.lang.String value) | Deprecated. ResultSet
 Sets the designated paramter to the given String object. | 
| void | setNull(int i,
       int x) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to SQL NULL. | 
| void | setNull(int i,
       int x,
       java.lang.String s) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to SQL NULL. | 
| void | setNull(java.lang.String parameterName,
       int sqlType) | Deprecated. ResultSet
 Sets the designated parameter to SQL NULL. | 
| void | setNull(java.lang.String parameterName,
       int sqlType,
       java.lang.String typeName) | Deprecated. ResultSet
 Sets the designated parameter to SQL NULL. | 
| void | setObject(int i,
         java.lang.Object o) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Object. | 
| void | setObject(int i,
         java.lang.Object o,
         int x) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Object value. | 
| void | setObject(int i,
         java.lang.Object o,
         int x,
         int scale) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Object value. | 
| void | setObject(java.lang.String parameterName,
         java.lang.Object x) | Deprecated. ResultSet
 Sets the value of the designated parameter with the given object. | 
| void | setObject(java.lang.String parameterName,
         java.lang.Object x,
         int targetSqlType) | Deprecated. ResultSet
 Sets the value of the designated parameter with the given object. | 
| void | setObject(java.lang.String parameterName,
         java.lang.Object x,
         int targetSqlType,
         int scaleOrLength) | Deprecated. ResultSet
 Sets the value of the designated parameter with the given object. | 
| void | setPassword(java.lang.String p) | Deprecated. RowSet
 Sets the database password for this RowSet object to the given String. | 
| void | setQueryTimeout(int t) | Deprecated. RowSet
 Sets the maximum time the driver will wait for a statement to execute
 to the given number of seconds. | 
| void | setReadOnly(boolean b) | Deprecated. RowSet
 Sets whether this RowSet object is read-only to the given boolean. | 
| void | setRef(int i,
      java.sql.Ref r) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Ref value. | 
| void | setRowId(int i,
        java.sql.RowId rowid) | Deprecated. ResultSet
 Updates the designated column with a RowId value. | 
| void | setRowId(java.lang.String parameterName,
        java.sql.RowId x) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.RowId object. | 
| void | setShort(int i,
        short s) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java short value. | 
| void | setShort(java.lang.String parameterName,
        short x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java short value. | 
| void | setShowDeleted(boolean b) | Deprecated. CachedRowSet
 Sets the property showDeleted to the given boolean value, which
 determines whether rows marked for deletion appear in the set of current
 rows. | 
| void | setSQLXML(int i,
         java.sql.SQLXML sqlxml) | Deprecated. ResultSet
 Updates the designated column with a SQLXML value. | 
| void | setSQLXML(java.lang.String parameterName,
         java.sql.SQLXML xmlObject) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.SQLXML object. | 
| void | setString(int i,
         java.lang.String s) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java String value. | 
| void | setString(java.lang.String parameterName,
         java.lang.String x) | Deprecated. ResultSet
 Sets the designated parameter to the given Java String value. | 
| void | setSyncProvider(java.lang.String providerName) | Deprecated. CachedRowSet
 Sets the SyncProvider implementation for this CachedRowSet object. | 
| void | setTableName(java.lang.String tabName) | Deprecated. CachedRowSet
 Sets the identifier for the table from which this CachedRowSet object was
 derived to the given table name. | 
| void | setTime(int i,
       java.sql.Time t) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Time value. | 
| void | setTime(int i,
       java.sql.Time t,
       java.util.Calendar c) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Time value. | 
| void | setTime(java.lang.String parameterName,
       java.sql.Time x) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.Time value. | 
| void | setTime(java.lang.String parameterName,
       java.sql.Time x,
       java.util.Calendar cal) | Deprecated. ResultSet
 Sets the designated parameter in this RowSet object's command with the
 given java.sql.Time value. | 
| void | setTimestamp(int i,
            java.sql.Timestamp t) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Timestamp value. | 
| void | setTimestamp(int i,
            java.sql.Timestamp t,
            java.util.Calendar c) | Deprecated. RowSet
 Sets the designated parameter in this RowSet object's command to the
 given Java Timestamp value. | 
| void | setTimestamp(java.lang.String parameterName,
            java.sql.Timestamp x) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.Timestamp value. | 
| void | setTimestamp(java.lang.String parameterName,
            java.sql.Timestamp x,
            java.util.Calendar cal) | Deprecated. ResultSet
 Sets the designated parameter to the given java.sql.Timestamp value,
 using the given Calendar object. | 
| void | setTransactionIsolation(int i) | Deprecated. RowSet
 Sets the transaction isolation level for this RowSet obejct. | 
| void | setType(int t) | Deprecated. ResultSet
 Sets the type of this RowSet object to the given type. | 
| void | setTypeMap(java.util.Map m) | Deprecated. RowSet
 Installs the given java.util.Map object as the default type map for this
 RowSet object. | 
| void | setUrl(java.lang.String u) | Deprecated. RowSet
 Sets the URL this RowSet object will use when it uses the DriverManager
 to create a connection. | 
| void | setURL(int parameterIndex,
      java.net.URL x) | Deprecated. RowSet
 Sets the designated parameter to the given java.net.URL value. | 
| void | setUsername(java.lang.String un) | Deprecated. RowSet
 Sets the username property for this RowSet object to the given String. | 
| abstract int | size() | Deprecated. Returns the number of rows in this RowSet object | 
| void | unsetMatchColumn(int columnIdx) | Deprecated. Joinable
 Unsets the designated columns as the match column for this RowSet object. | 
| void | unsetMatchColumn(int[] columnIdxes) | Deprecated. Joinable
 Unsets the designated columns as the match column for this RowSet object. | 
| void | unsetMatchColumn(java.lang.String columnName) | Deprecated. Joinable
 Unsets the designated columns as the match column for this RowSet object. | 
| void | unsetMatchColumn(java.lang.String[] columnNames) | Deprecated. Joinable
 Unsets the designated columns as the match column for this RowSet object. | 
| void | updateArray(int a,
           java.sql.Array b) | Deprecated. ResultSet
 Updates the designated column with an Array value. | 
| void | updateArray(java.lang.String s,
           java.sql.Array b) | Deprecated. ResultSet
 Updates the designated column with an Array value. | 
| void | updateAsciiStream(int columnIndex,
                 java.io.InputStream x) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateAsciiStream(int i,
                 java.io.InputStream is,
                 int n) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateAsciiStream(int columnIndex,
                 java.io.InputStream x,
                 long length) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateAsciiStream(java.lang.String columnLabel,
                 java.io.InputStream x) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateAsciiStream(java.lang.String s,
                 java.io.InputStream is,
                 int x) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateAsciiStream(java.lang.String columnLabel,
                 java.io.InputStream x,
                 long length) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBigDecimal(int i,
                java.math.BigDecimal bd) | Deprecated. ResultSet
 Updates the designated column with a BigDecimal value. | 
| void | updateBigDecimal(java.lang.String s,
                java.math.BigDecimal bd) | Deprecated. ResultSet
 Updates the designated column with a BigDecimal value. | 
| void | updateBinaryStream(int columnIndex,
                  java.io.InputStream x) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBinaryStream(int i,
                  java.io.InputStream is,
                  int n) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBinaryStream(int columnIndex,
                  java.io.InputStream x,
                  long length) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBinaryStream(java.lang.String columnLabel,
                  java.io.InputStream x) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBinaryStream(java.lang.String s,
                  java.io.InputStream is,
                  int x) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBinaryStream(java.lang.String columnLabel,
                  java.io.InputStream x,
                  long length) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBlob(int columnIndex,
          java.io.InputStream inputStream) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBlob(int columnIndex,
          java.io.InputStream inputStream,
          long length) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBlob(int a,
          java.sql.Blob b) | Deprecated. ResultSet
 Updates the designated column with a Blob value. | 
| void | updateBlob(java.lang.String columnLabel,
          java.io.InputStream inputStream) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBlob(java.lang.String columnLabel,
          java.io.InputStream inputStream,
          long length) | Deprecated. ResultSet
 Updates the designated column with a InputStream value. | 
| void | updateBlob(java.lang.String s,
          java.sql.Blob b) | Deprecated. ResultSet
 Updates the designated column with a Blob value. | 
| void | updateBoolean(int i,
             boolean b) | Deprecated. ResultSet
 Updates the designated column with a boolean value. | 
| void | updateBoolean(java.lang.String s,
             boolean b) | Deprecated. ResultSet
 Updates the designated column with a boolean value. | 
| void | updateByte(int i,
          byte b) | Deprecated. ResultSet
 Updates the designated column with a byte value. | 
| void | updateByte(java.lang.String s,
          byte b) | Deprecated. ResultSet
 Updates the designated column with a byte value. | 
| void | updateBytes(int i,
           byte[] b) | Deprecated. ResultSet
 Updates the designated column with a byte array value. | 
| void | updateBytes(java.lang.String s,
           byte[] b) | Deprecated. ResultSet
 Updates the designated column with a byte array value. | 
| void | updateCharacterStream(int columnIndex,
                     java.io.Reader x) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateCharacterStream(int i,
                     java.io.Reader r,
                     int n) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateCharacterStream(int columnIndex,
                     java.io.Reader x,
                     long length) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateCharacterStream(java.lang.String columnLabel,
                     java.io.Reader x) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateCharacterStream(java.lang.String s,
                     java.io.Reader r,
                     int x) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateCharacterStream(java.lang.String columnLabel,
                     java.io.Reader x,
                     long length) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateClob(int columnIndex,
          java.io.Reader reader) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateClob(int columnIndex,
          java.io.Reader reader,
          long length) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateClob(int a,
          java.sql.Clob b) | Deprecated. ResultSet
 Updates the designated column with a Clob value. | 
| void | updateClob(java.lang.String columnLabel,
          java.io.Reader x) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateClob(java.lang.String columnLabel,
          java.io.Reader x,
          long length) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateClob(java.lang.String s,
          java.sql.Clob b) | Deprecated. ResultSet
 Updates the designated column with a Clob value. | 
| void | updateDate(int i,
          java.sql.Date d) | Deprecated. ResultSet
 Updates the designated column with a Date value. | 
| void | updateDate(java.lang.String s,
          java.sql.Date d) | Deprecated. ResultSet
 Updates the designated column with a Date value. | 
| void | updateDouble(int i,
            double d) | Deprecated. ResultSet
 Updates the designated column with a double value. | 
| void | updateDouble(java.lang.String s,
            double d) | Deprecated. ResultSet
 Updates the designated column with a double value. | 
| void | updateFloat(int i,
           float f) | Deprecated. ResultSet
 Updates the designated column with a float value. | 
| void | updateFloat(java.lang.String s,
           float f) | Deprecated. ResultSet
 Updates the designated column with a float value. | 
| void | updateInt(int i,
         int x) | Deprecated. ResultSet
 Updates the designated column with a int value. | 
| void | updateInt(java.lang.String s,
         int x) | Deprecated. ResultSet
 Updates the designated column with a int value. | 
| void | updateLong(int i,
          long l) | Deprecated. ResultSet
 Updates the designated column with a long value. | 
| void | updateLong(java.lang.String s,
          long l) | Deprecated. ResultSet
 Updates the designated column with a long value. | 
| void | updateNCharacterStream(int columnIndex,
                      java.io.Reader x) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNCharacterStream(int i,
                      java.io.Reader r,
                      int n) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNCharacterStream(int columnIndex,
                      java.io.Reader x,
                      long length) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNCharacterStream(java.lang.String columnLabel,
                      java.io.Reader reader) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNCharacterStream(java.lang.String s,
                      java.io.Reader r,
                      int n) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNCharacterStream(java.lang.String columnLabel,
                      java.io.Reader reader,
                      long length) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNClob(int columnIndex,
           java.io.Reader reader) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNClob(int columnIndex,
           java.io.Reader reader,
           long length) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNClob(int columnIndex,
           java.sql.NClob nClob) | Deprecated. ResultSet
 Updates the designated column with a NClob value. | 
| void | updateNClob(java.lang.String columnLabel,
           java.io.Reader reader) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNClob(java.lang.String columnLabel,
           java.io.Reader reader,
           long length) | Deprecated. ResultSet
 Updates the designated column with a Reader value. | 
| void | updateNClob(java.lang.String columnName,
           java.sql.NClob nClob) | Deprecated. ResultSet
 Updates the designated column with a NClob value. | 
| void | updateNString(int columnIndex,
             java.lang.String nString) | Deprecated. ResultSet
 Updates the designated column with a String value. | 
| void | updateNString(java.lang.String columnName,
             java.lang.String nString) | Deprecated. ResultSet
 Updates the designated column with a String value. | 
| void | updateNull(int i) | Deprecated. ResultSet
 Updates the designated column with a NULL value. | 
| void | updateNull(java.lang.String s) | Deprecated. ResultSet
 Updates the designated column with a NULL value. | 
| void | updateObject(int i,
            java.lang.Object o) | Deprecated. ResultSet
 Updates the designated column with an Object value. | 
| void | updateObject(int i,
            java.lang.Object o,
            int x) | Deprecated. ResultSet
 Updates the designated column with an Object value. | 
| void | updateObject(java.lang.String s,
            java.lang.Object o) | Deprecated. ResultSet
 Updates the designated column with an Object value. | 
| void | updateObject(java.lang.String s,
            java.lang.Object o,
            int x) | Deprecated. ResultSet
 Updates the designated column with an Object value. | 
| void | updateRef(int a,
         java.sql.Ref b) | Deprecated. ResultSet
 Updates the designated column with a Ref value. | 
| void | updateRef(java.lang.String s,
         java.sql.Ref b) | Deprecated. ResultSet
 Updates the designated column with a Ref value. | 
| void | updateRowId(int columnIndex,
           java.sql.RowId x) | Deprecated. ResultSet
 Updates the designated column with a RowId value. | 
| void | updateRowId(java.lang.String columnName,
           java.sql.RowId x) | Deprecated. ResultSet
 Updates the designated column with a RowId value. | 
| void | updateShort(int i,
           short s) | Deprecated. ResultSet
 Updates the designated column with a short value. | 
| void | updateShort(java.lang.String s,
           short x) | Deprecated. ResultSet
 Updates the designated column with a short value. | 
| void | updateSQLXML(int columnIndex,
            java.sql.SQLXML o) | Deprecated. ResultSet
 Updates the designated column with a SQLXML value. | 
| void | updateSQLXML(java.lang.String columnName,
            java.sql.SQLXML o) | Deprecated. ResultSet
 Updates the designated column with a SQLXML value. | 
| void | updateString(int i,
            java.lang.String s) | Deprecated. ResultSet
 Updates the designated column with a String value. | 
| void | updateString(java.lang.String s,
            java.lang.String n) | Deprecated. ResultSet
 Updates the designated column with a String value. | 
| void | updateTime(int i,
          java.sql.Time t) | Deprecated. ResultSet
 Updates the designated column with a Time value. | 
| void | updateTime(java.lang.String s,
          java.sql.Time t) | Deprecated. ResultSet
 Updates the designated column with a Time value. | 
| void | updateTimestamp(int i,
               java.sql.Timestamp t) | Deprecated. ResultSet
 Updates the designated column with a Timestamp value. | 
| void | updateTimestamp(java.lang.String s,
               java.sql.Timestamp t) | Deprecated. ResultSet
 Updates the designated column with a Timestamp value. | 
| boolean | wasNull() | Deprecated. ResultSet
 Reports whether the last column read had a value of SQL NULL. | 
public abstract int size()
public int getRow()
public boolean absolute(int i)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean relative(int i)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void beforeFirst()
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean first()
              throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean next()
             throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean previous()
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean last()
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void afterLast()
               throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isBeforeFirst()
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isAfterLast()
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isFirst()
                throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isLast()
               throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowUpdated()
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowInserted()
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowDeleted()
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean columnUpdated(int idx)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean columnUpdated(java.lang.String columnName)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.ResultSetMetaData getMetaData()
                                       throws java.sql.SQLException
java.sql.SQLExceptionpublic void setMetaData(javax.sql.RowSetMetaData md)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isReadOnly()
public void setReadOnly(boolean b)
public void setTableName(java.lang.String tabName)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getTableName()
                              throws java.sql.SQLException
java.sql.SQLExceptionpublic int[] getKeyColumns()
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic void setKeyColumns(int[] keys)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean getShowDeleted()
                       throws java.sql.SQLException
java.sql.SQLExceptionpublic void setShowDeleted(boolean b)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.SQLWarning getWarnings()
                                throws java.sql.SQLException
java.sql.SQLExceptionpublic void clearWarnings()
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic javax.sql.rowset.RowSetWarning getRowSetWarnings()
public java.lang.String getCursorName()
                               throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Statement getStatement()
                                throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getDataSourceName()
public void setDataSourceName(java.lang.String s)
public javax.sql.DataSource getDataSource()
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDataSource(javax.sql.DataSource dataSource)
public java.lang.String getUrl()
public void setUrl(java.lang.String u)
public java.lang.String getUsername()
public void setUsername(java.lang.String un)
public java.lang.String getPassword()
public void setPassword(java.lang.String p)
public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
java.sql.SQLExceptionpublic int getTransactionIsolation()
public void setTransactionIsolation(int i)
                             throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getCommand()
public void setCommand(java.lang.String s)
public int getQueryTimeout()
public void setQueryTimeout(int t)
public int getMaxRows()
public void setMaxRows(int n)
public int getMaxFieldSize()
public void setMaxFieldSize(int x)
public boolean getEscapeProcessing()
public void setEscapeProcessing(boolean b)
public int getConcurrency()
public void setConcurrency(int c)
public int getType()
public void setType(int t)
public int getFetchDirection()
public void setFetchDirection(int i)
                       throws java.sql.SQLException
java.sql.SQLExceptionpublic int getFetchSize()
public void setFetchSize(int i)
public java.util.Map getTypeMap()
public void setTypeMap(java.util.Map m)
public void clearParameters()
public void setString(int i,
                      java.lang.String s)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBoolean(int i,
                       boolean b)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void setLong(int i,
                    long l)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setInt(int i,
                   int x)
            throws java.sql.SQLException
java.sql.SQLExceptionpublic void setShort(int i,
                     short s)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDouble(int i,
                      double d)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setFloat(int i,
                     float f)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBigDecimal(int i,
                          java.math.BigDecimal bd)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(int i,
                            java.io.InputStream is,
                            int x)
                     throws java.sql.SQLException
java.sql.SQLExceptionpublic void setByte(int i,
                    byte b)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBytes(int i,
                     byte[] b)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNull(int i,
                    int x)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNull(int i,
                    int x,
                    java.lang.String s)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(int i,
                      java.lang.Object o)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(int i,
                      java.lang.Object o,
                      int x)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(int i,
                      java.lang.Object o,
                      int x,
                      int scale)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDate(int i,
                    java.sql.Date d)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDate(int i,
                    java.sql.Date d,
                    java.util.Calendar c)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTime(int i,
                    java.sql.Time t)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTime(int i,
                    java.sql.Time t,
                    java.util.Calendar c)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTimestamp(int i,
                         java.sql.Timestamp t)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTimestamp(int i,
                         java.sql.Timestamp t,
                         java.util.Calendar c)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(int i,
                           java.io.InputStream is,
                           int x)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(int i,
                               java.io.Reader r,
                               int x)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(int i,
                    java.sql.Blob b)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(int i,
                    java.sql.Clob c)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setArray(int i,
                     java.sql.Array x)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setRef(int i,
                   java.sql.Ref r)
            throws java.sql.SQLException
java.sql.SQLExceptionpublic int findColumn(java.lang.String s)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean wasNull()
public java.lang.String getString(int i)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getString(java.lang.String s)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean getBoolean(int i)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean getBoolean(java.lang.String s)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic long getLong(int i)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic long getLong(java.lang.String s)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic int getInt(int i)
           throws java.sql.SQLException
java.sql.SQLExceptionpublic int getInt(java.lang.String s)
           throws java.sql.SQLException
java.sql.SQLExceptionpublic short getShort(int i)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic short getShort(java.lang.String s)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic byte getByte(int i)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic byte getByte(java.lang.String s)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic double getDouble(int i)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic double getDouble(java.lang.String s)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic float getFloat(int i)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic float getFloat(java.lang.String s)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int i)
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String s)
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int i,
                                          int x)
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String s,
                                          int n)
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic byte[] getBytes(int i)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic byte[] getBytes(java.lang.String s)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getObject(int i)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String s)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Date getDate(int i)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String s)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Time getTime(int i)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String s)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int i)
                                throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String s)
                                throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Date getDate(int i,
                             java.util.Calendar c)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String s,
                             java.util.Calendar c)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Time getTime(int i,
                             java.util.Calendar c)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String s,
                             java.util.Calendar c)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int i,
                                       java.util.Calendar c)
                                throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String s,
                                       java.util.Calendar c)
                                throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.InputStream getBinaryStream(int i)
                                    throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.InputStream getBinaryStream(java.lang.String s)
                                    throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.Reader getCharacterStream(int i)
                                  throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.Reader getCharacterStream(java.lang.String s)
                                  throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Blob getBlob(int i)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Blob getBlob(java.lang.String s)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Clob getClob(int i)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getObject(int i,
                                  java.util.Map m)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String s,
                                  java.util.Map m)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.InputStream getAsciiStream(int i)
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.InputStream getAsciiStream(java.lang.String s)
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.InputStream getUnicodeStream(int i)
                                     throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.InputStream getUnicodeStream(java.lang.String s)
                                     throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Clob getClob(java.lang.String s)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Array getArray(int i)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Array getArray(java.lang.String s)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Ref getRef(int i)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Ref getRef(java.lang.String s)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic java.net.URL getURL(int i)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic java.net.URL getURL(java.lang.String s)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNull(int i)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNull(java.lang.String s)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateObject(int i,
                         java.lang.Object o)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateObject(java.lang.String s,
                         java.lang.Object o)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateObject(int i,
                         java.lang.Object o,
                         int x)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateObject(java.lang.String s,
                         java.lang.Object o,
                         int x)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateString(int i,
                         java.lang.String s)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateString(java.lang.String s,
                         java.lang.String n)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBoolean(int i,
                          boolean b)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBoolean(java.lang.String s,
                          boolean b)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateLong(int i,
                       long l)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateLong(java.lang.String s,
                       long l)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateInt(int i,
                      int x)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateInt(java.lang.String s,
                      int x)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateShort(int i,
                        short s)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateShort(java.lang.String s,
                        short x)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateByte(int i,
                       byte b)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateByte(java.lang.String s,
                       byte b)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateDouble(int i,
                         double d)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateDouble(java.lang.String s,
                         double d)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateFloat(int i,
                        float f)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateFloat(java.lang.String s,
                        float f)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBytes(int i,
                        byte[] b)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBytes(java.lang.String s,
                        byte[] b)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBigDecimal(int i,
                             java.math.BigDecimal bd)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBigDecimal(java.lang.String s,
                             java.math.BigDecimal bd)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateDate(int i,
                       java.sql.Date d)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateDate(java.lang.String s,
                       java.sql.Date d)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateTime(int i,
                       java.sql.Time t)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateTime(java.lang.String s,
                       java.sql.Time t)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateTimestamp(int i,
                            java.sql.Timestamp t)
                     throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateTimestamp(java.lang.String s,
                            java.sql.Timestamp t)
                     throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAsciiStream(int i,
                              java.io.InputStream is,
                              int n)
                       throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAsciiStream(java.lang.String s,
                              java.io.InputStream is,
                              int x)
                       throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBinaryStream(int i,
                               java.io.InputStream is,
                               int n)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBinaryStream(java.lang.String s,
                               java.io.InputStream is,
                               int x)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateCharacterStream(int i,
                                  java.io.Reader r,
                                  int n)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateCharacterStream(java.lang.String s,
                                  java.io.Reader r,
                                  int x)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(int a,
                       java.sql.Blob b)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(java.lang.String s,
                       java.sql.Blob b)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(int a,
                       java.sql.Clob b)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(java.lang.String s,
                       java.sql.Clob b)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateRef(int a,
                      java.sql.Ref b)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateRef(java.lang.String s,
                      java.sql.Ref b)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateArray(int a,
                        java.sql.Array b)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateArray(java.lang.String s,
                        java.sql.Array b)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void addRowSetListener(javax.sql.RowSetListener rsl)
public void removeRowSetListener(javax.sql.RowSetListener rsl)
public javax.sql.rowset.spi.SyncProvider getSyncProvider()
                                                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSyncProvider(java.lang.String providerName)
                     throws java.sql.SQLException
java.sql.SQLExceptionpublic int[] getMatchColumnIndexes()
                            throws java.sql.SQLException
getMatchColumnIndexes in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic java.lang.String[] getMatchColumnNames()
                                       throws java.sql.SQLException
getMatchColumnNames in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic void setMatchColumn(int columnIdx)
                    throws java.sql.SQLException
setMatchColumn in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic void setMatchColumn(java.lang.String columnName)
                    throws java.sql.SQLException
setMatchColumn in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic void setMatchColumn(int[] columnIdxes)
                    throws java.sql.SQLException
setMatchColumn in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic void setMatchColumn(java.lang.String[] columnNames)
                    throws java.sql.SQLException
setMatchColumn in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic void unsetMatchColumn(int columnIdx)
                      throws java.sql.SQLException
unsetMatchColumn in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic void unsetMatchColumn(java.lang.String columnName)
                      throws java.sql.SQLException
unsetMatchColumn in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic void unsetMatchColumn(int[] columnIdxes)
                      throws java.sql.SQLException
unsetMatchColumn in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic void unsetMatchColumn(java.lang.String[] columnNames)
                      throws java.sql.SQLException
unsetMatchColumn in interface javax.sql.rowset.Joinablejava.sql.SQLExceptionpublic java.sql.RowId getRowId(int columnIndex)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.RowId getRowId(java.lang.String columnName)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic int getHoldability()
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isClosed()
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.NClob getNClob(int i)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.NClob getNClob(java.lang.String colName)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.SQLXML getSQLXML(int columnIndex)
                          throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(int columnIndex)
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(java.lang.String colName)
                                   throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getNString(int columnIndex)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getNString(java.lang.String colName)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.SQLXML getSQLXML(java.lang.String colName)
                          throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateRowId(int columnIndex,
                        java.sql.RowId x)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateRowId(java.lang.String columnName,
                        java.sql.RowId x)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNString(int columnIndex,
                          java.lang.String nString)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNString(java.lang.String columnName,
                          java.lang.String nString)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNClob(int columnIndex,
                        java.sql.NClob nClob)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNClob(java.lang.String columnName,
                        java.sql.NClob nClob)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateSQLXML(int columnIndex,
                         java.sql.SQLXML o)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateSQLXML(java.lang.String columnName,
                         java.sql.SQLXML o)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNCharacterStream(int i,
                                   java.io.Reader r,
                                   int n)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNCharacterStream(java.lang.String s,
                                   java.io.Reader r,
                                   int n)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(int i,
                     java.sql.NClob c)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNCharacterStream(int i,
                                java.io.Reader r,
                                long x)
                         throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNString(int i,
                       java.lang.String s)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSQLXML(int i,
                      java.sql.SQLXML sqlxml)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setRowId(int i,
                     java.sql.RowId rowid)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSQLXML(java.lang.String parameterName,
                      java.sql.SQLXML xmlObject)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setRowId(java.lang.String parameterName,
                     java.sql.RowId x)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNString(java.lang.String parameterName,
                       java.lang.String value)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(java.lang.String parameterName,
                     java.sql.NClob value)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNCharacterStream(java.lang.String parameterName,
                                java.io.Reader value,
                                long length)
                         throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAsciiStream(int columnIndex,
                              java.io.InputStream x)
                       throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAsciiStream(int columnIndex,
                              java.io.InputStream x,
                              long length)
                       throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAsciiStream(java.lang.String columnLabel,
                              java.io.InputStream x)
                       throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAsciiStream(java.lang.String columnLabel,
                              java.io.InputStream x,
                              long length)
                       throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBinaryStream(int columnIndex,
                               java.io.InputStream x)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBinaryStream(int columnIndex,
                               java.io.InputStream x,
                               long length)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBinaryStream(java.lang.String columnLabel,
                               java.io.InputStream x)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBinaryStream(java.lang.String columnLabel,
                               java.io.InputStream x,
                               long length)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(int columnIndex,
                       java.io.InputStream inputStream)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(int columnIndex,
                       java.io.InputStream inputStream,
                       long length)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(java.lang.String columnLabel,
                       java.io.InputStream inputStream)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(java.lang.String columnLabel,
                       java.io.InputStream inputStream,
                       long length)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateCharacterStream(int columnIndex,
                                  java.io.Reader x)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateCharacterStream(int columnIndex,
                                  java.io.Reader x,
                                  long length)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateCharacterStream(java.lang.String columnLabel,
                                  java.io.Reader x)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateCharacterStream(java.lang.String columnLabel,
                                  java.io.Reader x,
                                  long length)
                           throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(int columnIndex,
                       java.io.Reader reader)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(int columnIndex,
                       java.io.Reader reader,
                       long length)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(java.lang.String columnLabel,
                       java.io.Reader x)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(java.lang.String columnLabel,
                       java.io.Reader x,
                       long length)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNCharacterStream(int columnIndex,
                                   java.io.Reader x)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNCharacterStream(int columnIndex,
                                   java.io.Reader x,
                                   long length)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNCharacterStream(java.lang.String columnLabel,
                                   java.io.Reader reader)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNCharacterStream(java.lang.String columnLabel,
                                   java.io.Reader reader,
                                   long length)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNClob(int columnIndex,
                        java.io.Reader reader)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNClob(int columnIndex,
                        java.io.Reader reader,
                        long length)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNClob(java.lang.String columnLabel,
                        java.io.Reader reader)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNClob(java.lang.String columnLabel,
                        java.io.Reader reader,
                        long length)
                 throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(int parameterIndex,
                           java.io.InputStream x)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(java.lang.String parameterName,
                           java.io.InputStream x)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(java.lang.String parameterName,
                           java.io.InputStream x,
                           int length)
                    throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBigDecimal(java.lang.String parameterName,
                          java.math.BigDecimal x)
                   throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(int parameterIndex,
                            java.io.InputStream x)
                     throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(java.lang.String parameterName,
                            java.io.InputStream x)
                     throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(java.lang.String parameterName,
                            java.io.InputStream x,
                            int length)
                     throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(int parameterIndex,
                    java.io.InputStream inputStream)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(int parameterIndex,
                    java.io.InputStream inputStream,
                    long length)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(java.lang.String parameterName,
                    java.sql.Blob x)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(java.lang.String parameterName,
                    java.io.InputStream inputStream)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(java.lang.String parameterName,
                    java.io.InputStream inputStream,
                    long length)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBoolean(java.lang.String parameterName,
                       boolean x)
                throws java.sql.SQLException
java.sql.SQLExceptionpublic void setByte(java.lang.String parameterName,
                    byte x)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBytes(java.lang.String parameterName,
                     byte[] x)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(int parameterIndex,
                               java.io.Reader reader)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(java.lang.String parameterName,
                               java.io.Reader reader)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(java.lang.String parameterName,
                               java.io.Reader reader,
                               int length)
                        throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(int parameterIndex,
                    java.io.Reader reader)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(int parameterIndex,
                    java.io.Reader reader,
                    long length)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(java.lang.String parameterName,
                    java.sql.Clob x)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(java.lang.String parameterName,
                    java.io.Reader reader)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(java.lang.String parameterName,
                    java.io.Reader reader,
                    long length)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDate(java.lang.String parameterName,
                    java.sql.Date x)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDate(java.lang.String parameterName,
                    java.sql.Date x,
                    java.util.Calendar cal)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDouble(java.lang.String parameterName,
                      double x)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setFloat(java.lang.String parameterName,
                     float x)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setInt(java.lang.String parameterName,
                   int x)
            throws java.sql.SQLException
java.sql.SQLExceptionpublic void setLong(java.lang.String parameterName,
                    long x)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNCharacterStream(int parameterIndex,
                                java.io.Reader value)
                         throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNCharacterStream(java.lang.String parameterName,
                                java.io.Reader value)
                         throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(int parameterIndex,
                     java.io.Reader reader)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(int parameterIndex,
                     java.io.Reader reader,
                     long length)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(java.lang.String parameterName,
                     java.io.Reader reader)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(java.lang.String parameterName,
                     java.io.Reader reader,
                     long length)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNull(java.lang.String parameterName,
                    int sqlType)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNull(java.lang.String parameterName,
                    int sqlType,
                    java.lang.String typeName)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(java.lang.String parameterName,
                      java.lang.Object x)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(java.lang.String parameterName,
                      java.lang.Object x,
                      int targetSqlType)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(java.lang.String parameterName,
                      java.lang.Object x,
                      int targetSqlType,
                      int scaleOrLength)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setShort(java.lang.String parameterName,
                     short x)
              throws java.sql.SQLException
java.sql.SQLExceptionpublic void setString(java.lang.String parameterName,
                      java.lang.String x)
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTime(java.lang.String parameterName,
                    java.sql.Time x)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTime(java.lang.String parameterName,
                    java.sql.Time x,
                    java.util.Calendar cal)
             throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTimestamp(java.lang.String parameterName,
                         java.sql.Timestamp x)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTimestamp(java.lang.String parameterName,
                         java.sql.Timestamp x,
                         java.util.Calendar cal)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic void setURL(int parameterIndex,
                   java.net.URL x)
            throws java.sql.SQLException
java.sql.SQLException