Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.jdbc.rowset
Class BaseRowSet

java.lang.Object
  extended by weblogic.jdbc.rowset.BaseRowSet

All Implemented Interfaces:
Serializable, Joinable
Direct Known Subclasses:
CachedRowSetImpl

Deprecated. 12.1.2.0 Use the reference implementation classes in the J2SE JRE/SDK.

public abstract class BaseRowSet
extends Object
implements Serializable, Joinable

BaseRowSet is an base class for all JDBC RowSet implementations.

See Also:
Serialized Form

Method Summary
 boolean absolute(int i)
          Deprecated. ResultSet Moves the cursor to the given row number in this RowSet object
 void addRowSetListener(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(String columnName)
          Deprecated. CachedRowSet Indicates whether the designated column in the current row of this RowSet object has been updated.
 int findColumn(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.
 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.
 Array getArray(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Array value.
 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.
 InputStream getAsciiStream(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value.
 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.
 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.
 BigDecimal getBigDecimal(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a BigDecimal value.
 BigDecimal getBigDecimal(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.
 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.
 InputStream getBinaryStream(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a an InputStream.
 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.
 Blob getBlob(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(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(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(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a byte array value.
 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.
 Reader getCharacterStream(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Reader value.
 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.
 Clob getClob(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Clob value.
 String getCommand()
          Deprecated. RowSet Retrieves this RowSet object's command property.
 int getConcurrency()
          Deprecated. ResultSet Retrieves the concurrency mode of this RowSet object.
 Connection getConnection()
          Deprecated. WebLogic Extension - Returns a connection associated with this RowSet
 String getCursorName()
          Deprecated. ResultSet Retrieves the name of the SQL cursor used by this RowSet object.
 DataSource getDataSource()
          Deprecated. WebLogic extension - Returns the data source associated with the RowSet.
 String getDataSourceName()
          Deprecated. RowSet Retrieves the logical name that identifies the data source for this RowSet object.
 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.
 Date getDate(int i, Calendar c)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Date value.
 Date getDate(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Date value.
 Date getDate(String s, 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(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(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(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(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.
 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.
 ResultSetMetaData getMetaData()
          Deprecated. ResultSet Retrieves the number, types and properties of this RowSet object's columns.
 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.
 Reader getNCharacterStream(String colName)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Reader object.
 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.
 NClob getNClob(String colName)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a NClob object.
 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.
 String getNString(String colName)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a String object.
 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.
 Object getObject(int i, Map m)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Object value.
 Object getObject(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Object value.
 Object getObject(String s, Map m)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Object value.
 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.
 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.
 Ref getRef(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.
 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.
 RowId getRowId(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.
 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(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.
 SQLXML getSQLXML(int columnIndex)
          Deprecated. ResultSet Updates the designated column with a SQLXML value.
 SQLXML getSQLXML(String colName)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a SQLXML object.
 Statement getStatement()
          Deprecated. ResultSet Retrieves the Statement object that produced this RowSet object.
 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
 String getString(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a String value.
 SyncProvider getSyncProvider()
          Deprecated. CachedRowSet Retrieves the SyncProvider implementation for this CachedRowSet object.
 String getTableName()
          Deprecated. CachedRowSet Returns an identifier for the object (table) that was used to create this RowSet object
 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.
 Time getTime(int i, Calendar c)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Time value.
 Time getTime(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Time value.
 Time getTime(String s, Calendar c)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Time value.
 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.
 Timestamp getTimestamp(int i, Calendar c)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Timestamp value.
 Timestamp getTimestamp(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Timestamp value.
 Timestamp getTimestamp(String s, 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.
 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.
 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.
 InputStream getUnicodeStream(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value.
 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.
 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.
 URL getURL(String s)
          Deprecated. ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an URL value.
 String getUsername()
          Deprecated. RowSet Retrieves the username used to create a database connection for this RowSet object.
 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(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, Array x)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Array value.
 void setAsciiStream(int parameterIndex, InputStream x)
          Deprecated. ResultSet Sets the designated parameter in this RowSet object's command to the given input stream.
 void setAsciiStream(int i, InputStream is, int x)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java InputStream value.
 void setAsciiStream(String parameterName, InputStream x)
          Deprecated. ResultSet Sets the designated parameter to the given input stream.
 void setAsciiStream(String parameterName, InputStream x, int length)
          Deprecated. ResultSet Sets the designated parameter to the given input stream.
 void setBigDecimal(int i, BigDecimal bd)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java BigDecimal value.
 void setBigDecimal(String parameterName, BigDecimal x)
          Deprecated. ResultSet Sets the designated parameter to the given java.math.BigDecimal value.
 void setBinaryStream(int parameterIndex, InputStream x)
          Deprecated. ResultSet Sets the designated parameter in this RowSet object's command to the given input stream.
 void setBinaryStream(int i, InputStream is, int x)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java InputStream value.
 void setBinaryStream(String parameterName, InputStream x)
          Deprecated. ResultSet Sets the designated parameter to the given input stream.
 void setBinaryStream(String parameterName, 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 i, Blob b)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Blob value.
 void setBlob(int parameterIndex, InputStream inputStream)
          Deprecated. ResultSet Sets the designated parameter to a InputStream object.
 void setBlob(int parameterIndex, InputStream inputStream, long length)
          Deprecated. ResultSet Sets the designated parameter to a InputStream object.
 void setBlob(String parameterName, Blob x)
          Deprecated. ResultSet Sets the designated parameter to the given java.sql.Blob object.
 void setBlob(String parameterName, InputStream inputStream)
          Deprecated. ResultSet Sets the designated parameter to a InputStream object.
 void setBlob(String parameterName, InputStream inputStream, long length)
          Deprecated. ResultSet Sets the designated parameter to a InputStream 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(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(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(String parameterName, byte[] x)
          Deprecated. ResultSet Sets the designated parameter to the given Java array of bytes.
 void setCharacterStream(int parameterIndex, Reader reader)
          Deprecated. ResultSet Sets the designated parameter in this RowSet object's command to the given Reader object.
 void setCharacterStream(int i, Reader r, int x)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given java.io.Reader.
 void setCharacterStream(String parameterName, Reader reader)
          Deprecated. ResultSet Sets the designated parameter to the given Reader object.
 void setCharacterStream(String parameterName, 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 i, Clob c)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Clob value.
 void setClob(int parameterIndex, Reader reader)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setClob(int parameterIndex, Reader reader, long length)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setClob(String parameterName, Clob x)
          Deprecated. ResultSet Sets the designated parameter to the given java.sql.Clob object.
 void setClob(String parameterName, Reader reader)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setClob(String parameterName, Reader reader, long length)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setCommand(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(DataSource dataSource)
          Deprecated. WebLogic extension - Sets the data source associated with the RowSet.
 void setDataSourceName(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, Date d)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java Date value.
 void setDate(int i, Date d, Calendar c)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java Date value.
 void setDate(String parameterName, 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(String parameterName, Date x, 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(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(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(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(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(String columnName)
          Deprecated. Joinable Sets the designated column as the match column for this RowSet object.
 void setMatchColumn(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(RowSetMetaData md)
          Deprecated. CachedRowSet Sets the metadata for this RowSet object with the given RowSetMetaData object.
 void setNCharacterStream(int parameterIndex, Reader value)
          Deprecated. ResultSet Sets the designated parameter in this RowSet object's command to a Reader object.
 void setNCharacterStream(int i, Reader r, long x)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void setNCharacterStream(String parameterName, Reader value)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setNCharacterStream(String parameterName, Reader value, long length)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setNClob(int i, NClob c)
          Deprecated. ResultSet Updates the designated column with a NClob value.
 void setNClob(int parameterIndex, Reader reader)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setNClob(int parameterIndex, Reader reader, long length)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setNClob(String parameterName, NClob value)
          Deprecated. ResultSet Sets the designated parameter to a java.sql.NClob object.
 void setNClob(String parameterName, Reader reader)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setNClob(String parameterName, Reader reader, long length)
          Deprecated. ResultSet Sets the designated parameter to a Reader object.
 void setNString(int i, String s)
          Deprecated. ResultSet Updates the designated column with a String value.
 void setNString(String parameterName, 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, String s)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to SQL NULL.
 void setNull(String parameterName, int sqlType)
          Deprecated. ResultSet Sets the designated parameter to SQL NULL.
 void setNull(String parameterName, int sqlType, String typeName)
          Deprecated. ResultSet Sets the designated parameter to SQL NULL.
 void setObject(int i, Object o)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java Object.
 void setObject(int i, 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, 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(String parameterName, Object x)
          Deprecated. ResultSet Sets the value of the designated parameter with the given object.
 void setObject(String parameterName, Object x, int targetSqlType)
          Deprecated. ResultSet Sets the value of the designated parameter with the given object.
 void setObject(String parameterName, Object x, int targetSqlType, int scaleOrLength)
          Deprecated. ResultSet Sets the value of the designated parameter with the given object.
 void setPassword(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, Ref r)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Ref value.
 void setRowId(int i, RowId rowid)
          Deprecated. ResultSet Updates the designated column with a RowId value.
 void setRowId(String parameterName, 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(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, SQLXML sqlxml)
          Deprecated. ResultSet Updates the designated column with a SQLXML value.
 void setSQLXML(String parameterName, SQLXML xmlObject)
          Deprecated. ResultSet Sets the designated parameter to the given java.sql.SQLXML object.
 void setString(int i, String s)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java String value.
 void setString(String parameterName, String x)
          Deprecated. ResultSet Sets the designated parameter to the given Java String value.
 void setSyncProvider(String providerName)
          Deprecated. CachedRowSet Sets the SyncProvider implementation for this CachedRowSet object.
 void setTableName(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, Time t)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java Time value.
 void setTime(int i, Time t, Calendar c)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java Time value.
 void setTime(String parameterName, Time x)
          Deprecated. ResultSet Sets the designated parameter to the given java.sql.Time value.
 void setTime(String parameterName, Time x, 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, Timestamp t)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java Timestamp value.
 void setTimestamp(int i, Timestamp t, Calendar c)
          Deprecated. RowSet Sets the designated parameter in this RowSet object's command to the given Java Timestamp value.
 void setTimestamp(String parameterName, Timestamp x)
          Deprecated. ResultSet Sets the designated parameter to the given java.sql.Timestamp value.
 void setTimestamp(String parameterName, Timestamp x, 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(Map m)
          Deprecated. RowSet Installs the given java.util.Map object as the default type map for this RowSet object.
 void setURL(int parameterIndex, URL x)
          Deprecated. RowSet Sets the designated parameter to the given java.net.URL value.
 void setUrl(String u)
          Deprecated. RowSet Sets the URL this RowSet object will use when it uses the DriverManager to create a connection.
 void setUsername(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(String columnName)
          Deprecated. Joinable Unsets the designated columns as the match column for this RowSet object.
 void unsetMatchColumn(String[] columnNames)
          Deprecated. Joinable Unsets the designated columns as the match column for this RowSet object.
 void updateArray(int a, Array b)
          Deprecated. ResultSet Updates the designated column with an Array value.
 void updateArray(String s, Array b)
          Deprecated. ResultSet Updates the designated column with an Array value.
 void updateAsciiStream(int columnIndex, InputStream x)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateAsciiStream(int i, InputStream is, int n)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateAsciiStream(int columnIndex, InputStream x, long length)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateAsciiStream(String columnLabel, InputStream x)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateAsciiStream(String s, InputStream is, int x)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateAsciiStream(String columnLabel, InputStream x, long length)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBigDecimal(int i, BigDecimal bd)
          Deprecated. ResultSet Updates the designated column with a BigDecimal value.
 void updateBigDecimal(String s, BigDecimal bd)
          Deprecated. ResultSet Updates the designated column with a BigDecimal value.
 void updateBinaryStream(int columnIndex, InputStream x)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBinaryStream(int i, InputStream is, int n)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBinaryStream(int columnIndex, InputStream x, long length)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBinaryStream(String columnLabel, InputStream x)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBinaryStream(String s, InputStream is, int x)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBinaryStream(String columnLabel, InputStream x, long length)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBlob(int a, Blob b)
          Deprecated. ResultSet Updates the designated column with a Blob value.
 void updateBlob(int columnIndex, InputStream inputStream)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBlob(int columnIndex, InputStream inputStream, long length)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBlob(String s, Blob b)
          Deprecated. ResultSet Updates the designated column with a Blob value.
 void updateBlob(String columnLabel, InputStream inputStream)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBlob(String columnLabel, InputStream inputStream, long length)
          Deprecated. ResultSet Updates the designated column with a InputStream value.
 void updateBoolean(int i, boolean b)
          Deprecated. ResultSet Updates the designated column with a boolean value.
 void updateBoolean(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(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(String s, byte[] b)
          Deprecated. ResultSet Updates the designated column with a byte array value.
 void updateCharacterStream(int columnIndex, Reader x)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateCharacterStream(int i, Reader r, int n)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateCharacterStream(int columnIndex, Reader x, long length)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateCharacterStream(String columnLabel, Reader x)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateCharacterStream(String s, Reader r, int x)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateCharacterStream(String columnLabel, Reader x, long length)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateClob(int a, Clob b)
          Deprecated. ResultSet Updates the designated column with a Clob value.
 void updateClob(int columnIndex, Reader reader)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateClob(int columnIndex, Reader reader, long length)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateClob(String s, Clob b)
          Deprecated. ResultSet Updates the designated column with a Clob value.
 void updateClob(String columnLabel, Reader x)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateClob(String columnLabel, Reader x, long length)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateDate(int i, Date d)
          Deprecated. ResultSet Updates the designated column with a Date value.
 void updateDate(String s, 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(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(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(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(String s, long l)
          Deprecated. ResultSet Updates the designated column with a long value.
 void updateNCharacterStream(int columnIndex, Reader x)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNCharacterStream(int i, Reader r, int n)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNCharacterStream(int columnIndex, Reader x, long length)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNCharacterStream(String columnLabel, Reader reader)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNCharacterStream(String s, Reader r, int n)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNCharacterStream(String columnLabel, Reader reader, long length)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNClob(int columnIndex, NClob nClob)
          Deprecated. ResultSet Updates the designated column with a NClob value.
 void updateNClob(int columnIndex, Reader reader)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNClob(int columnIndex, Reader reader, long length)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNClob(String columnName, NClob nClob)
          Deprecated. ResultSet Updates the designated column with a NClob value.
 void updateNClob(String columnLabel, Reader reader)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNClob(String columnLabel, Reader reader, long length)
          Deprecated. ResultSet Updates the designated column with a Reader value.
 void updateNString(int columnIndex, String nString)
          Deprecated. ResultSet Updates the designated column with a String value.
 void updateNString(String columnName, 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(String s)
          Deprecated. ResultSet Updates the designated column with a NULL value.
 void updateObject(int i, Object o)
          Deprecated. ResultSet Updates the designated column with an Object value.
 void updateObject(int i, Object o, int x)
          Deprecated. ResultSet Updates the designated column with an Object value.
 void updateObject(String s, Object o)
          Deprecated. ResultSet Updates the designated column with an Object value.
 void updateObject(String s, Object o, int x)
          Deprecated. ResultSet Updates the designated column with an Object value.
 void updateRef(int a, Ref b)
          Deprecated. ResultSet Updates the designated column with a Ref value.
 void updateRef(String s, Ref b)
          Deprecated. ResultSet Updates the designated column with a Ref value.
 void updateRowId(int columnIndex, RowId x)
          Deprecated. ResultSet Updates the designated column with a RowId value.
 void updateRowId(String columnName, 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(String s, short x)
          Deprecated. ResultSet Updates the designated column with a short value.
 void updateSQLXML(int columnIndex, SQLXML o)
          Deprecated. ResultSet Updates the designated column with a SQLXML value.
 void updateSQLXML(String columnName, SQLXML o)
          Deprecated. ResultSet Updates the designated column with a SQLXML value.
 void updateString(int i, String s)
          Deprecated. ResultSet Updates the designated column with a String value.
 void updateString(String s, String n)
          Deprecated. ResultSet Updates the designated column with a String value.
 void updateTime(int i, Time t)
          Deprecated. ResultSet Updates the designated column with a Time value.
 void updateTime(String s, Time t)
          Deprecated. ResultSet Updates the designated column with a Time value.
 void updateTimestamp(int i, Timestamp t)
          Deprecated. ResultSet Updates the designated column with a Timestamp value.
 void updateTimestamp(String s, 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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

size

public abstract int size()
Deprecated. 
Returns the number of rows in this RowSet object

getRow

public int getRow()
Deprecated. 
ResultSet Retrieves the current row number. The first row is number 1, the second number 2, and so on.

absolute

public boolean absolute(int i)
                 throws SQLException
Deprecated. 
ResultSet Moves the cursor to the given row number in this RowSet object
Throws:
SQLException

relative

public boolean relative(int i)
                 throws SQLException
Deprecated. 
ResultSet Moves the cursor a relative number of rows, either positive or negative. Attempting to move beyond the first/last row in the result set positions the cursor before/after the the first/last row. Calling relative(0) is valid, but does not change the cursor position.
Throws:
SQLException

beforeFirst

public void beforeFirst()
                 throws SQLException
Deprecated. 
ResultSet Moves the cursor to the front of this ResultSet object, just before the first row. This method has no effect if the result set contains no rows.
Throws:
SQLException

first

public boolean first()
              throws SQLException
Deprecated. 
ResultSet Moves the cursor to the first row in this RowSet object.
Throws:
SQLException

next

public boolean next()
             throws SQLException
Deprecated. 
ResultSet Moves the cursor down one row from its current position. A RowSet cursor is initially positioned before the first row; the first call to the method next makes the first row the current row; the second call makes the second row the current row, and so on.
Throws:
SQLException

previous

public boolean previous()
                 throws SQLException
Deprecated. 
ResultSet Moves the cursor to the previous row in this RowSet object.
Throws:
SQLException

last

public boolean last()
             throws SQLException
Deprecated. 
ResultSet Moves the cursor to the last row in this RowSet object.
Throws:
SQLException

afterLast

public void afterLast()
               throws SQLException
Deprecated. 
ResultSet Moves the cursor to the end of this RowSet object, just after the last row. This method has no effect if the result set contains no rows.
Throws:
SQLException

isBeforeFirst

public boolean isBeforeFirst()
                      throws SQLException
Deprecated. 
ResultSet Retrieves whether the cursor is before the first row in this RowSet object.
Throws:
SQLException

isAfterLast

public boolean isAfterLast()
                    throws SQLException
Deprecated. 
ResultSet Retrieves whether the cursor is after the last row in this RowSet object.
Throws:
SQLException

isFirst

public boolean isFirst()
                throws SQLException
Deprecated. 
ResultSet Retrieves whether the cursor is on the first row of this RowSet object.
Throws:
SQLException

isLast

public boolean isLast()
               throws SQLException
Deprecated. 
ResultSet Retrieves whether the cursor is on the last row of this ResultSet object. Note: Calling the method isLast may be expensive because the JDBC driver might need to fetch ahead one row in order to determine whether the current row is the last row in the result set.
Throws:
SQLException

rowUpdated

public boolean rowUpdated()
                   throws SQLException
Deprecated. 
ResultSet Retrieves whether the current row has been updated. The value returned depends on whether or not the result set can detect updates.
Throws:
SQLException

rowInserted

public boolean rowInserted()
                    throws SQLException
Deprecated. 
ResultSet Retrieves whether the current row has had an insertion. The value returned depends on whether or not this ResultSet object can detect visible inserts.
Throws:
SQLException

rowDeleted

public boolean rowDeleted()
                   throws SQLException
Deprecated. 
ResultSet Retrieves whether a row has been deleted. A deleted row may leave a visible "hole" in a result set. This method can be used to detect holes in a result set. The value returned depends on whether or not this RowSet object can detect deletions.
Throws:
SQLException

columnUpdated

public boolean columnUpdated(int idx)
                      throws SQLException
Deprecated. 
CachedRowSet Indicates whether the designated column in the current row of this RowSet object has been updated.
Throws:
SQLException

columnUpdated

public boolean columnUpdated(String columnName)
                      throws SQLException
Deprecated. 
CachedRowSet Indicates whether the designated column in the current row of this RowSet object has been updated.
Throws:
SQLException

getMetaData

public ResultSetMetaData getMetaData()
                              throws SQLException
Deprecated. 
ResultSet Retrieves the number, types and properties of this RowSet object's columns.
Throws:
SQLException

setMetaData

public void setMetaData(RowSetMetaData md)
                 throws SQLException
Deprecated. 
CachedRowSet Sets the metadata for this RowSet object with the given RowSetMetaData object. When a RowSetReader object is reading the contents of a rowset, it creates a RowSetMetaData object and initializes it using the methods in the RowSetMetaData implementation. The reference implementation uses the RowSetMetaDataImpl class. When the reader has completed reading the rowset contents, this method is called internally to pass the RowSetMetaData object to the rowset.
Throws:
SQLException

isReadOnly

public boolean isReadOnly()
Deprecated. 
RowSet Retrieves whether this RowSet object is read-only. If updates are possible, the default is for a rowset to be updatable.

setReadOnly

public void setReadOnly(boolean b)
Deprecated. 
RowSet Sets whether this RowSet object is read-only to the given boolean.

setTableName

public void setTableName(String tabName)
                  throws SQLException
Deprecated. 
CachedRowSet Sets the identifier for the table from which this CachedRowSet object was derived to the given table name.
Throws:
SQLException

getTableName

public String getTableName()
                    throws SQLException
Deprecated. 
CachedRowSet Returns an identifier for the object (table) that was used to create this RowSet object
Throws:
SQLException

getKeyColumns

public int[] getKeyColumns()
                    throws SQLException
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.
Throws:
SQLException

setKeyColumns

public void setKeyColumns(int[] keys)
                   throws SQLException
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.
Throws:
SQLException

getShowDeleted

public boolean getShowDeleted()
                       throws SQLException
Deprecated. 
CachedRowSet Retrieves a boolean indicating whether rows marked for deletion appear in the set of current rows. If true is returned, deleted rows are visible with the current rows. If false is returned, rows are not visible with the set of current rows. The default value is false.
Throws:
SQLException

setShowDeleted

public void setShowDeleted(boolean b)
                    throws SQLException
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. If the value is set to true, deleted rows are immediately visible with the set of current rows. If the value is set to false, the deleted rows are set as invisible with the current set of rows
Throws:
SQLException

getWarnings

public SQLWarning getWarnings()
                       throws SQLException
Deprecated. 
ResultSet Retrieves the first warning reported by calls on this RowSet object.
Throws:
SQLException

clearWarnings

public void clearWarnings()
                   throws SQLException
Deprecated. 
ResultSet Clears all warnings reported on this RowSet object.
Throws:
SQLException

getRowSetWarnings

public RowSetWarning getRowSetWarnings()
Deprecated. 
CachedRowSet Retrieves the first warning reported by calls on this RowSet object. Subsequent warnings on this RowSet object will be chained to the RowSetWarning object that this method returns. The warning chain is automatically cleared each time a new row is read. This method may not be called on a RowSet object that has been closed; doing so will cause a SQLException to be thrown.

getCursorName

public String getCursorName()
                     throws SQLException
Deprecated. 
ResultSet Retrieves the name of the SQL cursor used by this RowSet object.
Throws:
SQLException

getStatement

public Statement getStatement()
                       throws SQLException
Deprecated. 
ResultSet Retrieves the Statement object that produced this RowSet object.
Throws:
SQLException

getDataSourceName

public String getDataSourceName()
Deprecated. 
RowSet Retrieves the logical name that identifies the data source for this RowSet object. Users should set either the url property or the data source name property. The rowset will use the property that was set more recently to get a connection.

setDataSourceName

public void setDataSourceName(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. After being retrieved, the DataSource object can be used to create a connection to the data source that it represents.

getDataSource

public DataSource getDataSource()
                         throws SQLException
Deprecated. 
WebLogic extension - Returns the data source associated with the RowSet.
Throws:
SQLException

setDataSource

public void setDataSource(DataSource dataSource)
Deprecated. 
WebLogic extension - Sets the data source associated with the RowSet.

getUrl

public 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.

setUrl

public void setUrl(String u)
Deprecated. 
RowSet Sets the URL this RowSet object will use when it uses the DriverManager to create a connection.

getUsername

public String getUsername()
Deprecated. 
RowSet Retrieves the username used to create a database connection for this RowSet object.

setUsername

public void setUsername(String un)
Deprecated. 
RowSet Sets the username property for this RowSet object to the given String.

getPassword

public String getPassword()
Deprecated. 
RowSet Retrieves the password used to create a database connection.

setPassword

public void setPassword(String p)
Deprecated. 
RowSet Sets the database password for this RowSet object to the given String.

getConnection

public Connection getConnection()
                         throws SQLException
Deprecated. 
WebLogic Extension - Returns a connection associated with this RowSet
Throws:
SQLException

getTransactionIsolation

public int getTransactionIsolation()
Deprecated. 
RowSet Retrieves the transaction isolation level set for this RowSet object.

setTransactionIsolation

public void setTransactionIsolation(int i)
                             throws SQLException
Deprecated. 
RowSet Sets the transaction isolation level for this RowSet obejct.
Throws:
SQLException

getCommand

public String getCommand()
Deprecated. 
RowSet Retrieves this RowSet object's command property. The command property contains a command string, which must be an SQL query, that can be executed to fill the rowset with data. The default value is null

setCommand

public void setCommand(String s)
Deprecated. 
RowSet Sets this RowSet object's command property to the given SQL query. This property is optional when a rowset gets its data from a data source that does not support commands, such as a spreadsheet.

getQueryTimeout

public int getQueryTimeout()
Deprecated. 
RowSet Retrieves the maximum number of seconds the driver will wait for a statement to execute.

setQueryTimeout

public 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.

getMaxRows

public int getMaxRows()
Deprecated. 
RowSet Retrieves the maximum number of rows that this RowSet object can contain.

setMaxRows

public void setMaxRows(int n)
Deprecated. 
RowSet Sets the maximum number of rows that this RowSet object can contain to the specified number.

getMaxFieldSize

public int getMaxFieldSize()
Deprecated. 
RowSet Retrieves the maximum number of bytes that may be returned for certain column values.

setMaxFieldSize

public 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.

getEscapeProcessing

public boolean getEscapeProcessing()
Deprecated. 
RowSet Retrieves whether escape processing is enabled for this RowSet object. If escape scanning is enabled, which is the default, the driver will do escape substitution before sending an SQL statement to the database.

setEscapeProcessing

public void setEscapeProcessing(boolean b)
Deprecated. 
RowSet Sets escape processing for this RowSet object on or off. If escape scanning is on (the default), the driver will do escape substitution before sending an SQL statement to the database.

getConcurrency

public int getConcurrency()
Deprecated. 
ResultSet Retrieves the concurrency mode of this RowSet object. The concurrency used is determined by the Statement object that created the result set.

setConcurrency

public void setConcurrency(int c)
Deprecated. 
ResultSet Sets the concurrency of this RowSet object to the given concurrency level. This method is used to change the concurrency level of a rowset, which is by default ResultSet.CONCUR_READ_ONLY.

getType

public int getType()
Deprecated. 
ResultSet Retrieves the type of this ResultSet object. The type is determined by the Statement object that created the result set.

setType

public void setType(int t)
Deprecated. 
ResultSet Sets the type of this RowSet object to the given type. This method is used to change the type of a rowset, which is by default read-only and non-scrollable.

getFetchDirection

public int getFetchDirection()
Deprecated. 
ResultSet Retrieves the fetch direction for this RowSet object.

setFetchDirection

public void setFetchDirection(int i)
                       throws SQLException
Deprecated. 
ResultSet Gives a hint as to the direction in which the rows in this RowSet object will be processed. The initial value is determined by the Statement object that produced this ResultSet object. The fetch direction may be changed at any time.
Throws:
SQLException

getFetchSize

public int getFetchSize()
Deprecated. 
RowSet Retrieves the fetch size for this RowSet object.

setFetchSize

public 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. If the fetch size specified is zero, the JDBC driver ignores the value and is free to make its own best guess as to what the fetch size should be. The default value is set by the Statement object that created the result set. The fetch size may be changed at any time.

getTypeMap

public 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. The default is for the type map to be empty.

setTypeMap

public void setTypeMap(Map m)
Deprecated. 
RowSet Installs the given java.util.Map object as the default type map for this RowSet object. This type map will be used unless another type map is supplied as a method parameter.

clearParameters

public void clearParameters()
Deprecated. 
RowSet Clears the parameters set for this RowSet object's command.

setString

public void setString(int i,
                      String s)
               throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java String value.
Throws:
SQLException

setBoolean

public void setBoolean(int i,
                       boolean b)
                throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java boolean value.
Throws:
SQLException

setLong

public void setLong(int i,
                    long l)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java long value.
Throws:
SQLException

setInt

public void setInt(int i,
                   int x)
            throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java int value.
Throws:
SQLException

setShort

public void setShort(int i,
                     short s)
              throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java short value.
Throws:
SQLException

setDouble

public void setDouble(int i,
                      double d)
               throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java double value.
Throws:
SQLException

setFloat

public void setFloat(int i,
                     float f)
              throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java float value.
Throws:
SQLException

setBigDecimal

public void setBigDecimal(int i,
                          BigDecimal bd)
                   throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java BigDecimal value.
Throws:
SQLException

setBinaryStream

public void setBinaryStream(int i,
                            InputStream is,
                            int x)
                     throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java InputStream value.
Throws:
SQLException

setByte

public void setByte(int i,
                    byte b)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java byte value.
Throws:
SQLException

setBytes

public void setBytes(int i,
                     byte[] b)
              throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java array of bytes value.
Throws:
SQLException

setNull

public void setNull(int i,
                    int x)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to SQL NULL.
Throws:
SQLException

setNull

public void setNull(int i,
                    int x,
                    String s)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to SQL NULL.
Throws:
SQLException

setObject

public void setObject(int i,
                      Object o)
               throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Object.
Throws:
SQLException

setObject

public void setObject(int i,
                      Object o,
                      int x)
               throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Object value.
Throws:
SQLException

setObject

public void setObject(int i,
                      Object o,
                      int x,
                      int scale)
               throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Object value.
Throws:
SQLException

setDate

public void setDate(int i,
                    Date d)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Date value.
Throws:
SQLException

setDate

public void setDate(int i,
                    Date d,
                    Calendar c)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Date value.
Throws:
SQLException

setTime

public void setTime(int i,
                    Time t)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Time value.
Throws:
SQLException

setTime

public void setTime(int i,
                    Time t,
                    Calendar c)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Time value.
Throws:
SQLException

setTimestamp

public void setTimestamp(int i,
                         Timestamp t)
                  throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Timestamp value.
Throws:
SQLException

setTimestamp

public void setTimestamp(int i,
                         Timestamp t,
                         Calendar c)
                  throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java Timestamp value.
Throws:
SQLException

setAsciiStream

public void setAsciiStream(int i,
                           InputStream is,
                           int x)
                    throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Java InputStream value.
Throws:
SQLException

setCharacterStream

public void setCharacterStream(int i,
                               Reader r,
                               int x)
                        throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given java.io.Reader.
Throws:
SQLException

setBlob

public void setBlob(int i,
                    Blob b)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Blob value.
Throws:
SQLException

setClob

public void setClob(int i,
                    Clob c)
             throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Clob value.
Throws:
SQLException

setArray

public void setArray(int i,
                     Array x)
              throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Array value.
Throws:
SQLException

setRef

public void setRef(int i,
                   Ref r)
            throws SQLException
Deprecated. 
RowSet Sets the designated parameter in this RowSet object's command to the given Ref value.
Throws:
SQLException

findColumn

public int findColumn(String s)
               throws SQLException
Deprecated. 
ResultSet Map the column name to a column index.
Throws:
SQLException

wasNull

public boolean wasNull()
Deprecated. 
ResultSet Reports whether the last column read had a value of SQL NULL. Note that you must first call one of the getter methods on a column to try to read its value and then call the method wasNull to see if the value read was SQL NULL.

getString

public String getString(int i)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a String value
Throws:
SQLException

getString

public String getString(String s)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a String value.
Throws:
SQLException

getBoolean

public boolean getBoolean(int i)
                   throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a boolean value.
Throws:
SQLException

getBoolean

public boolean getBoolean(String s)
                   throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a boolean value.
Throws:
SQLException

getLong

public long getLong(int i)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a long value.
Throws:
SQLException

getLong

public long getLong(String s)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a long value.
Throws:
SQLException

getInt

public int getInt(int i)
           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a int value.
Throws:
SQLException

getInt

public int getInt(String s)
           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a int value.
Throws:
SQLException

getShort

public short getShort(int i)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a short value.
Throws:
SQLException

getShort

public short getShort(String s)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a short value.
Throws:
SQLException

getByte

public byte getByte(int i)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a byte value.
Throws:
SQLException

getByte

public byte getByte(String s)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a byte value.
Throws:
SQLException

getDouble

public double getDouble(int i)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a double value.
Throws:
SQLException

getDouble

public double getDouble(String s)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a double value.
Throws:
SQLException

getFloat

public float getFloat(int i)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a float value.
Throws:
SQLException

getFloat

public float getFloat(String s)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a float value.
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int i)
                         throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a BigDecimal value.
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(String s)
                         throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a BigDecimal value.
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int i,
                                int x)
                         throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a BigDecimal value.
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(String s,
                                int n)
                         throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a BigDecimal value.
Throws:
SQLException

getBytes

public byte[] getBytes(int i)
                throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a byte array value.
Throws:
SQLException

getBytes

public byte[] getBytes(String s)
                throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a byte array value.
Throws:
SQLException

getObject

public Object getObject(int i)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Object value.
Throws:
SQLException

getObject

public Object getObject(String s)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Object value.
Throws:
SQLException

getDate

public Date getDate(int i)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Date value.
Throws:
SQLException

getDate

public Date getDate(String s)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Date value.
Throws:
SQLException

getTime

public Time getTime(int i)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Time value.
Throws:
SQLException

getTime

public Time getTime(String s)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Time value.
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(int i)
                       throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Timestamp value.
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(String s)
                       throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Timestamp value.
Throws:
SQLException

getDate

public Date getDate(int i,
                    Calendar c)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Date value.
Throws:
SQLException

getDate

public Date getDate(String s,
                    Calendar c)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Date value.
Throws:
SQLException

getTime

public Time getTime(int i,
                    Calendar c)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Time value.
Throws:
SQLException

getTime

public Time getTime(String s,
                    Calendar c)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Time value.
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(int i,
                              Calendar c)
                       throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Timestamp value.
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(String s,
                              Calendar c)
                       throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Timestamp value.
Throws:
SQLException

getBinaryStream

public InputStream getBinaryStream(int i)
                            throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value.
Throws:
SQLException

getBinaryStream

public InputStream getBinaryStream(String s)
                            throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a an InputStream.
Throws:
SQLException

getCharacterStream

public Reader getCharacterStream(int i)
                          throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Reader value.
Throws:
SQLException

getCharacterStream

public Reader getCharacterStream(String s)
                          throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Reader value.
Throws:
SQLException

getBlob

public Blob getBlob(int i)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Blob value.
Throws:
SQLException

getBlob

public Blob getBlob(String s)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Blob value.
Throws:
SQLException

getClob

public Clob getClob(int i)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Clob value.
Throws:
SQLException

getObject

public Object getObject(int i,
                        Map m)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Object value.
Throws:
SQLException

getObject

public Object getObject(String s,
                        Map m)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Object value.
Throws:
SQLException

getAsciiStream

public InputStream getAsciiStream(int i)
                           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value.
Throws:
SQLException

getAsciiStream

public InputStream getAsciiStream(String s)
                           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value.
Throws:
SQLException

getUnicodeStream

public InputStream getUnicodeStream(int i)
                             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value.
Throws:
SQLException

getUnicodeStream

public InputStream getUnicodeStream(String s)
                             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value.
Throws:
SQLException

getClob

public Clob getClob(String s)
             throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Clob value.
Throws:
SQLException

getArray

public Array getArray(int i)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Array value.
Throws:
SQLException

getArray

public Array getArray(String s)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an Array value.
Throws:
SQLException

getRef

public Ref getRef(int i)
           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Ref value.
Throws:
SQLException

getRef

public Ref getRef(String s)
           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Ref value.
Throws:
SQLException

getURL

public URL getURL(int i)
           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an URL value.
Throws:
SQLException

getURL

public URL getURL(String s)
           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as an URL value.
Throws:
SQLException

updateNull

public void updateNull(int i)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a NULL value.
Throws:
SQLException

updateNull

public void updateNull(String s)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a NULL value.
Throws:
SQLException

updateObject

public void updateObject(int i,
                         Object o)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with an Object value.
Throws:
SQLException

updateObject

public void updateObject(String s,
                         Object o)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with an Object value.
Throws:
SQLException

updateObject

public void updateObject(int i,
                         Object o,
                         int x)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with an Object value.
Throws:
SQLException

updateObject

public void updateObject(String s,
                         Object o,
                         int x)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with an Object value.
Throws:
SQLException

updateString

public void updateString(int i,
                         String s)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with a String value.
Throws:
SQLException

updateString

public void updateString(String s,
                         String n)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with a String value.
Throws:
SQLException

updateBoolean

public void updateBoolean(int i,
                          boolean b)
                   throws SQLException
Deprecated. 
ResultSet Updates the designated column with a boolean value.
Throws:
SQLException

updateBoolean

public void updateBoolean(String s,
                          boolean b)
                   throws SQLException
Deprecated. 
ResultSet Updates the designated column with a boolean value.
Throws:
SQLException

updateLong

public void updateLong(int i,
                       long l)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a long value.
Throws:
SQLException

updateLong

public void updateLong(String s,
                       long l)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a long value.
Throws:
SQLException

updateInt

public void updateInt(int i,
                      int x)
               throws SQLException
Deprecated. 
ResultSet Updates the designated column with a int value.
Throws:
SQLException

updateInt

public void updateInt(String s,
                      int x)
               throws SQLException
Deprecated. 
ResultSet Updates the designated column with a int value.
Throws:
SQLException

updateShort

public void updateShort(int i,
                        short s)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a short value.
Throws:
SQLException

updateShort

public void updateShort(String s,
                        short x)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a short value.
Throws:
SQLException

updateByte

public void updateByte(int i,
                       byte b)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a byte value.
Throws:
SQLException

updateByte

public void updateByte(String s,
                       byte b)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a byte value.
Throws:
SQLException

updateDouble

public void updateDouble(int i,
                         double d)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with a double value.
Throws:
SQLException

updateDouble

public void updateDouble(String s,
                         double d)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with a double value.
Throws:
SQLException

updateFloat

public void updateFloat(int i,
                        float f)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a float value.
Throws:
SQLException

updateFloat

public void updateFloat(String s,
                        float f)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a float value.
Throws:
SQLException

updateBytes

public void updateBytes(int i,
                        byte[] b)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a byte array value.
Throws:
SQLException

updateBytes

public void updateBytes(String s,
                        byte[] b)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a byte array value.
Throws:
SQLException

updateBigDecimal

public void updateBigDecimal(int i,
                             BigDecimal bd)
                      throws SQLException
Deprecated. 
ResultSet Updates the designated column with a BigDecimal value.
Throws:
SQLException

updateBigDecimal

public void updateBigDecimal(String s,
                             BigDecimal bd)
                      throws SQLException
Deprecated. 
ResultSet Updates the designated column with a BigDecimal value.
Throws:
SQLException

updateDate

public void updateDate(int i,
                       Date d)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Date value.
Throws:
SQLException

updateDate

public void updateDate(String s,
                       Date d)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Date value.
Throws:
SQLException

updateTime

public void updateTime(int i,
                       Time t)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Time value.
Throws:
SQLException

updateTime

public void updateTime(String s,
                       Time t)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Time value.
Throws:
SQLException

updateTimestamp

public void updateTimestamp(int i,
                            Timestamp t)
                     throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Timestamp value.
Throws:
SQLException

updateTimestamp

public void updateTimestamp(String s,
                            Timestamp t)
                     throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Timestamp value.
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(int i,
                              InputStream is,
                              int n)
                       throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(String s,
                              InputStream is,
                              int x)
                       throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(int i,
                               InputStream is,
                               int n)
                        throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(String s,
                               InputStream is,
                               int x)
                        throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(int i,
                                  Reader r,
                                  int n)
                           throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(String s,
                                  Reader r,
                                  int x)
                           throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateBlob

public void updateBlob(int a,
                       Blob b)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Blob value.
Throws:
SQLException

updateBlob

public void updateBlob(String s,
                       Blob b)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Blob value.
Throws:
SQLException

updateClob

public void updateClob(int a,
                       Clob b)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Clob value.
Throws:
SQLException

updateClob

public void updateClob(String s,
                       Clob b)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Clob value.
Throws:
SQLException

updateRef

public void updateRef(int a,
                      Ref b)
               throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Ref value.
Throws:
SQLException

updateRef

public void updateRef(String s,
                      Ref b)
               throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Ref value.
Throws:
SQLException

updateArray

public void updateArray(int a,
                        Array b)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with an Array value.
Throws:
SQLException

updateArray

public void updateArray(String s,
                        Array b)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with an Array value.
Throws:
SQLException

addRowSetListener

public void addRowSetListener(RowSetListener rsl)
Deprecated. 
RowSet Registers the given listener so that it will be notified of events that occur on this RowSet object.

removeRowSetListener

public void removeRowSetListener(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.

getSyncProvider

public SyncProvider getSyncProvider()
                             throws SQLException
Deprecated. 
CachedRowSet Retrieves the SyncProvider implementation for this CachedRowSet object.
Throws:
SQLException

setSyncProvider

public void setSyncProvider(String providerName)
                     throws SQLException
Deprecated. 
CachedRowSet Sets the SyncProvider implementation for this CachedRowSet object.
Throws:
SQLException

getMatchColumnIndexes

public int[] getMatchColumnIndexes()
                            throws SQLException
Deprecated. 
Joinable Retrieves the indexes of the match columns that were set for this RowSet object.
Specified by:
getMatchColumnIndexes in interface Joinable
Throws:
SQLException

getMatchColumnNames

public String[] getMatchColumnNames()
                             throws SQLException
Deprecated. 
Joinable Retrieves the indexes of the match columns that were set for this RowSet object .
Specified by:
getMatchColumnNames in interface Joinable
Throws:
SQLException

setMatchColumn

public void setMatchColumn(int columnIdx)
                    throws SQLException
Deprecated. 
Joinable Sets the designated column as the match column for this RowSet object.
Specified by:
setMatchColumn in interface Joinable
Throws:
SQLException

setMatchColumn

public void setMatchColumn(String columnName)
                    throws SQLException
Deprecated. 
Joinable Sets the designated column as the match column for this RowSet object.
Specified by:
setMatchColumn in interface Joinable
Throws:
SQLException

setMatchColumn

public void setMatchColumn(int[] columnIdxes)
                    throws SQLException
Deprecated. 
Joinable Sets the designated column as the match column for this RowSet object.
Specified by:
setMatchColumn in interface Joinable
Throws:
SQLException

setMatchColumn

public void setMatchColumn(String[] columnNames)
                    throws SQLException
Deprecated. 
Joinable Sets the designated column as the match column for this RowSet object.
Specified by:
setMatchColumn in interface Joinable
Throws:
SQLException

unsetMatchColumn

public void unsetMatchColumn(int columnIdx)
                      throws SQLException
Deprecated. 
Joinable Unsets the designated columns as the match column for this RowSet object.
Specified by:
unsetMatchColumn in interface Joinable
Throws:
SQLException

unsetMatchColumn

public void unsetMatchColumn(String columnName)
                      throws SQLException
Deprecated. 
Joinable Unsets the designated columns as the match column for this RowSet object.
Specified by:
unsetMatchColumn in interface Joinable
Throws:
SQLException

unsetMatchColumn

public void unsetMatchColumn(int[] columnIdxes)
                      throws SQLException
Deprecated. 
Joinable Unsets the designated columns as the match column for this RowSet object.
Specified by:
unsetMatchColumn in interface Joinable
Throws:
SQLException

unsetMatchColumn

public void unsetMatchColumn(String[] columnNames)
                      throws SQLException
Deprecated. 
Joinable Unsets the designated columns as the match column for this RowSet object.
Specified by:
unsetMatchColumn in interface Joinable
Throws:
SQLException

getRowId

public RowId getRowId(int columnIndex)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a java.sql.RowId object.
Throws:
SQLException

getRowId

public RowId getRowId(String columnName)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a java.sql.RowId object.
Throws:
SQLException

getHoldability

public int getHoldability()
                   throws SQLException
Deprecated. 
ResultSet Retrieves the holdability value.
Throws:
SQLException

isClosed

public boolean isClosed()
                 throws SQLException
Deprecated. 
ResultSet Is the RowSet closed?
Throws:
SQLException

getNClob

public NClob getNClob(int i)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a NClob object.
Throws:
SQLException

getNClob

public NClob getNClob(String colName)
               throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a NClob object.
Throws:
SQLException

getSQLXML

public SQLXML getSQLXML(int columnIndex)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a SQLXML value.
Throws:
SQLException

getNCharacterStream

public Reader getNCharacterStream(int columnIndex)
                           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Reader object.
Throws:
SQLException

getNCharacterStream

public Reader getNCharacterStream(String colName)
                           throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a Reader object.
Throws:
SQLException

getNString

public String getNString(int columnIndex)
                  throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a String object.
Throws:
SQLException

getNString

public String getNString(String colName)
                  throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a String object.
Throws:
SQLException

getSQLXML

public SQLXML getSQLXML(String colName)
                 throws SQLException
Deprecated. 
ResultSet Retrieves the value of the designated column in the current row of this RowSet object as a SQLXML object.
Throws:
SQLException

updateRowId

public void updateRowId(int columnIndex,
                        RowId x)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a RowId value.
Throws:
SQLException

updateRowId

public void updateRowId(String columnName,
                        RowId x)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a RowId value.
Throws:
SQLException

updateNString

public void updateNString(int columnIndex,
                          String nString)
                   throws SQLException
Deprecated. 
ResultSet Updates the designated column with a String value.
Throws:
SQLException

updateNString

public void updateNString(String columnName,
                          String nString)
                   throws SQLException
Deprecated. 
ResultSet Updates the designated column with a String value.
Throws:
SQLException

updateNClob

public void updateNClob(int columnIndex,
                        NClob nClob)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a NClob value.
Throws:
SQLException

updateNClob

public void updateNClob(String columnName,
                        NClob nClob)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a NClob value.
Throws:
SQLException

updateSQLXML

public void updateSQLXML(int columnIndex,
                         SQLXML o)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with a SQLXML value.
Throws:
SQLException

updateSQLXML

public void updateSQLXML(String columnName,
                         SQLXML o)
                  throws SQLException
Deprecated. 
ResultSet Updates the designated column with a SQLXML value.
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(int i,
                                   Reader r,
                                   int n)
                            throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(String s,
                                   Reader r,
                                   int n)
                            throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

setNClob

public void setNClob(int i,
                     NClob c)
              throws SQLException
Deprecated. 
ResultSet Updates the designated column with a NClob value.
Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(int i,
                                Reader r,
                                long x)
                         throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

setNString

public void setNString(int i,
                       String s)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a String value.
Throws:
SQLException

setSQLXML

public void setSQLXML(int i,
                      SQLXML sqlxml)
               throws SQLException
Deprecated. 
ResultSet Updates the designated column with a SQLXML value.
Throws:
SQLException

setRowId

public void setRowId(int i,
                     RowId rowid)
              throws SQLException
Deprecated. 
ResultSet Updates the designated column with a RowId value.
Throws:
SQLException

setSQLXML

public void setSQLXML(String parameterName,
                      SQLXML xmlObject)
               throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.sql.SQLXML object.
Throws:
SQLException

setRowId

public void setRowId(String parameterName,
                     RowId x)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.sql.RowId object.
Throws:
SQLException

setNString

public void setNString(String parameterName,
                       String value)
                throws SQLException
Deprecated. 
ResultSet Sets the designated paramter to the given String object.
Throws:
SQLException

setNClob

public void setNClob(String parameterName,
                     NClob value)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a java.sql.NClob object.
Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(String parameterName,
                                Reader value,
                                long length)
                         throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x)
                       throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x,
                              long length)
                       throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(String columnLabel,
                              InputStream x)
                       throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateAsciiStream

public void updateAsciiStream(String columnLabel,
                              InputStream x,
                              long length)
                       throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x)
                        throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x,
                               long length)
                        throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(String columnLabel,
                               InputStream x)
                        throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBinaryStream

public void updateBinaryStream(String columnLabel,
                               InputStream x,
                               long length)
                        throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBlob

public void updateBlob(int columnIndex,
                       InputStream inputStream)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBlob

public void updateBlob(int columnIndex,
                       InputStream inputStream,
                       long length)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBlob

public void updateBlob(String columnLabel,
                       InputStream inputStream)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateBlob

public void updateBlob(String columnLabel,
                       InputStream inputStream,
                       long length)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a InputStream value.
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x)
                           throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x,
                                  long length)
                           throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(String columnLabel,
                                  Reader x)
                           throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateCharacterStream

public void updateCharacterStream(String columnLabel,
                                  Reader x,
                                  long length)
                           throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateClob

public void updateClob(int columnIndex,
                       Reader reader)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateClob

public void updateClob(int columnIndex,
                       Reader reader,
                       long length)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateClob

public void updateClob(String columnLabel,
                       Reader x)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateClob

public void updateClob(String columnLabel,
                       Reader x,
                       long length)
                throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(int columnIndex,
                                   Reader x)
                            throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(int columnIndex,
                                   Reader x,
                                   long length)
                            throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(String columnLabel,
                                   Reader reader)
                            throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNCharacterStream

public void updateNCharacterStream(String columnLabel,
                                   Reader reader,
                                   long length)
                            throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNClob

public void updateNClob(int columnIndex,
                        Reader reader)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNClob

public void updateNClob(int columnIndex,
                        Reader reader,
                        long length)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNClob

public void updateNClob(String columnLabel,
                        Reader reader)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

updateNClob

public void updateNClob(String columnLabel,
                        Reader reader,
                        long length)
                 throws SQLException
Deprecated. 
ResultSet Updates the designated column with a Reader value.
Throws:
SQLException

setAsciiStream

public void setAsciiStream(int parameterIndex,
                           InputStream x)
                    throws SQLException
Deprecated. 
ResultSet Sets the designated parameter in this RowSet object's command to the given input stream.
Throws:
SQLException

setAsciiStream

public void setAsciiStream(String parameterName,
                           InputStream x)
                    throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given input stream.
Throws:
SQLException

setAsciiStream

public void setAsciiStream(String parameterName,
                           InputStream x,
                           int length)
                    throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given input stream. which will have the specified number of bytes.
Throws:
SQLException

setBigDecimal

public void setBigDecimal(String parameterName,
                          BigDecimal x)
                   throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.math.BigDecimal value.
Throws:
SQLException

setBinaryStream

public void setBinaryStream(int parameterIndex,
                            InputStream x)
                     throws SQLException
Deprecated. 
ResultSet Sets the designated parameter in this RowSet object's command to the given input stream.
Throws:
SQLException

setBinaryStream

public void setBinaryStream(String parameterName,
                            InputStream x)
                     throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given input stream.
Throws:
SQLException

setBinaryStream

public void setBinaryStream(String parameterName,
                            InputStream x,
                            int length)
                     throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given input stream, which will have the specified number of bytes.
Throws:
SQLException

setBlob

public void setBlob(int parameterIndex,
                    InputStream inputStream)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a InputStream object.
Throws:
SQLException

setBlob

public void setBlob(int parameterIndex,
                    InputStream inputStream,
                    long length)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a InputStream object.
Throws:
SQLException

setBlob

public void setBlob(String parameterName,
                    Blob x)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.sql.Blob object.
Throws:
SQLException

setBlob

public void setBlob(String parameterName,
                    InputStream inputStream)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a InputStream object.
Throws:
SQLException

setBlob

public void setBlob(String parameterName,
                    InputStream inputStream,
                    long length)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a InputStream object.
Throws:
SQLException

setBoolean

public void setBoolean(String parameterName,
                       boolean x)
                throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java boolean value.
Throws:
SQLException

setByte

public void setByte(String parameterName,
                    byte x)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java byte value.
Throws:
SQLException

setBytes

public void setBytes(String parameterName,
                     byte[] x)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java array of bytes.
Throws:
SQLException

setCharacterStream

public void setCharacterStream(int parameterIndex,
                               Reader reader)
                        throws SQLException
Deprecated. 
ResultSet Sets the designated parameter in this RowSet object's command to the given Reader object.
Throws:
SQLException

setCharacterStream

public void setCharacterStream(String parameterName,
                               Reader reader)
                        throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Reader object.
Throws:
SQLException

setCharacterStream

public void setCharacterStream(String parameterName,
                               Reader reader,
                               int length)
                        throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Reader object, which is the given number of characters long.
Throws:
SQLException

setClob

public void setClob(int parameterIndex,
                    Reader reader)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setClob

public void setClob(int parameterIndex,
                    Reader reader,
                    long length)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setClob

public void setClob(String parameterName,
                    Clob x)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.sql.Clob object.
Throws:
SQLException

setClob

public void setClob(String parameterName,
                    Reader reader)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setClob

public void setClob(String parameterName,
                    Reader reader,
                    long length)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setDate

public void setDate(String parameterName,
                    Date x)
             throws SQLException
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.
Throws:
SQLException

setDate

public void setDate(String parameterName,
                    Date x,
                    Calendar cal)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
Throws:
SQLException

setDouble

public void setDouble(String parameterName,
                      double x)
               throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java double value.
Throws:
SQLException

setFloat

public void setFloat(String parameterName,
                     float x)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java float value.
Throws:
SQLException

setInt

public void setInt(String parameterName,
                   int x)
            throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java int value.
Throws:
SQLException

setLong

public void setLong(String parameterName,
                    long x)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java long value.
Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(int parameterIndex,
                                Reader value)
                         throws SQLException
Deprecated. 
ResultSet Sets the designated parameter in this RowSet object's command to a Reader object.
Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(String parameterName,
                                Reader value)
                         throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setNClob

public void setNClob(int parameterIndex,
                     Reader reader)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setNClob

public void setNClob(int parameterIndex,
                     Reader reader,
                     long length)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setNClob

public void setNClob(String parameterName,
                     Reader reader)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setNClob

public void setNClob(String parameterName,
                     Reader reader,
                     long length)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to a Reader object.
Throws:
SQLException

setNull

public void setNull(String parameterName,
                    int sqlType)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to SQL NULL.
Throws:
SQLException

setNull

public void setNull(String parameterName,
                    int sqlType,
                    String typeName)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to SQL NULL.
Throws:
SQLException

setObject

public void setObject(String parameterName,
                      Object x)
               throws SQLException
Deprecated. 
ResultSet Sets the value of the designated parameter with the given object.
Throws:
SQLException

setObject

public void setObject(String parameterName,
                      Object x,
                      int targetSqlType)
               throws SQLException
Deprecated. 
ResultSet Sets the value of the designated parameter with the given object.
Throws:
SQLException

setObject

public void setObject(String parameterName,
                      Object x,
                      int targetSqlType,
                      int scaleOrLength)
               throws SQLException
Deprecated. 
ResultSet Sets the value of the designated parameter with the given object.
Throws:
SQLException

setShort

public void setShort(String parameterName,
                     short x)
              throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java short value.
Throws:
SQLException

setString

public void setString(String parameterName,
                      String x)
               throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given Java String value.
Throws:
SQLException

setTime

public void setTime(String parameterName,
                    Time x)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.sql.Time value.
Throws:
SQLException

setTime

public void setTime(String parameterName,
                    Time x,
                    Calendar cal)
             throws SQLException
Deprecated. 
ResultSet Sets the designated parameter in this RowSet object's command with the given java.sql.Time value.
Throws:
SQLException

setTimestamp

public void setTimestamp(String parameterName,
                         Timestamp x)
                  throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.sql.Timestamp value.
Throws:
SQLException

setTimestamp

public void setTimestamp(String parameterName,
                         Timestamp x,
                         Calendar cal)
                  throws SQLException
Deprecated. 
ResultSet Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
Throws:
SQLException

setURL

public void setURL(int parameterIndex,
                   URL x)
            throws SQLException
Deprecated. 
RowSet Sets the designated parameter to the given java.net.URL value.
Throws:
SQLException

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09