|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.jdbc.rowset.BaseRowSet
public abstract class BaseRowSet
BaseRowSet is an base class for all JDBC RowSet implementations.
Constructor Summary | |
---|---|
BaseRowSet()
Deprecated. |
Method Summary | |
---|---|
boolean |
absolute(int i)
Deprecated. Moves the cursor to the given row number in this RowSet object |
void |
afterLast()
Deprecated. Moves the cursor to the end of this RowSet object, just after the last row. |
void |
beforeFirst()
Deprecated. Moves the cursor to the front of this ResultSet object, just before the first row. |
void |
clearParameters()
Deprecated. Clears the parameters set for this RowSet object's command. |
void |
clearWarnings()
Deprecated. Clears all warnings reported on this RowSet object. |
boolean |
columnUpdated(int idx)
Deprecated. Indicates whether the designated column in the current row of this RowSet object has been updated. |
boolean |
columnUpdated(String columnName)
Deprecated. Indicates whether the designated column in the current row of this RowSet object has been updated. |
int |
findColumn(String s)
Deprecated. Map the column name to a column index. |
boolean |
first()
Deprecated. Moves the cursor to the first row in this RowSet object. |
Array |
getArray(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as an Array value. |
Array |
getArray(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as an Array value. |
InputStream |
getAsciiStream(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value. |
InputStream |
getAsciiStream(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value. |
BigDecimal |
getBigDecimal(int i)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a BigDecimal value. |
BigDecimal |
getBigDecimal(String s)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a BigDecimal value. |
InputStream |
getBinaryStream(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value. |
InputStream |
getBinaryStream(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a an InputStream. |
Blob |
getBlob(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Blob value. |
Blob |
getBlob(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Blob value. |
boolean |
getBoolean(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a boolean value. |
boolean |
getBoolean(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a boolean value. |
byte |
getByte(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a byte value. |
byte |
getByte(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a byte value. |
byte[] |
getBytes(int i)
Deprecated. 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. 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. Retrieves the value of the designated column in the current row of this RowSet object as a Reader value. |
Reader |
getCharacterStream(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Reader value. |
Clob |
getClob(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Clob value. |
Clob |
getClob(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Clob value. |
String |
getCommand()
Deprecated. Retrieves this RowSet object's command property. |
int |
getConcurrency()
Deprecated. Retrieves the concurrency mode of this RowSet object. |
Connection |
getConnection()
Deprecated. WebLogic Extension - Returns a connection associated with this RowSet |
String |
getCursorName()
Deprecated. 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. Retrieves the logical name that identifies the data source for this RowSet object. |
Date |
getDate(int i)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a Date value. |
Date |
getDate(String s)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a Date value. |
double |
getDouble(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a double value. |
double |
getDouble(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a double value. |
boolean |
getEscapeProcessing()
Deprecated. Retrieves whether escape processing is enabled for this RowSet object. |
int |
getFetchDirection()
Deprecated. Retrieves the fetch direction for this RowSet object. |
int |
getFetchSize()
Deprecated. Retrieves the fetch size for this RowSet object. |
float |
getFloat(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a float value. |
float |
getFloat(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a float value. |
int |
getHoldability()
Deprecated. Retrieves the holdability value. |
int |
getInt(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a int value. |
int |
getInt(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a int value. |
int[] |
getKeyColumns()
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a long value. |
long |
getLong(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a long value. |
int[] |
getMatchColumnIndexes()
Deprecated. Retrieves the indexes of the match columns that were set for this RowSet object. |
String[] |
getMatchColumnNames()
Deprecated. Retrieves the indexes of the match columns that were set for this RowSet object . |
int |
getMaxFieldSize()
Deprecated. Retrieves the maximum number of bytes that may be returned for certain column values. |
int |
getMaxRows()
Deprecated. Retrieves the maximum number of rows that this RowSet object can contain. |
ResultSetMetaData |
getMetaData()
Deprecated. Retrieves the number, types and properties of this RowSet object's columns. |
Reader |
getNCharacterStream(int columnIndex)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Reader object. |
Reader |
getNCharacterStream(String colName)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Reader object. |
NClob |
getNClob(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a NClob object. |
NClob |
getNClob(String colName)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a NClob object. |
String |
getNString(int columnIndex)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a String object. |
String |
getNString(String colName)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a String object. |
Object |
getObject(int i)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as an Object value. |
Object |
getObject(String s)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as an Object value. |
String |
getPassword()
Deprecated. Retrieves the password used to create a database connection. |
int |
getQueryTimeout()
Deprecated. Retrieves the maximum number of seconds the driver will wait for a statement to execute. |
Ref |
getRef(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Ref value. |
Ref |
getRef(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a Ref value. |
RowId |
getRowId(int columnIndex)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a java.sql.RowId object. |
RowSetWarning |
getRowSetWarnings()
Deprecated. Retrieves the first warning reported by calls on this RowSet object. |
short |
getShort(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a short value. |
short |
getShort(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a short value. |
boolean |
getShowDeleted()
Deprecated. Retrieves a boolean indicating whether rows marked for deletion appear in the set of current rows. |
SQLXML |
getSQLXML(int columnIndex)
Deprecated. Updates the designated column with a SQLXML value. |
SQLXML |
getSQLXML(String colName)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a SQLXML object. |
Statement |
getStatement()
Deprecated. Retrieves the Statement object that produced this RowSet object. |
String |
getString(int i)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a String value |
String |
getString(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as a String value. |
SyncProvider |
getSyncProvider()
Deprecated. Retrieves the SyncProvider implementation for this CachedRowSet object. |
String |
getTableName()
Deprecated. Returns an identifier for the object (table) that was used to create this RowSet object |
Time |
getTime(int i)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a Time value. |
Time |
getTime(String s)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a Time value. |
Timestamp |
getTimestamp(int i)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a Timestamp value. |
Timestamp |
getTimestamp(String s)
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as a Timestamp value. |
int |
getTransactionIsolation()
Deprecated. Retrieves the transaction isolation level set for this RowSet object. |
int |
getType()
Deprecated. Retrieves the type of this ResultSet object. |
Map |
getTypeMap()
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value. |
InputStream |
getUnicodeStream(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as an InputStream value. |
String |
getUrl()
Deprecated. 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. Retrieves the value of the designated column in the current row of this RowSet object as an URL value. |
URL |
getURL(String s)
Deprecated. Retrieves the value of the designated column in the current row of this RowSet object as an URL value. |
String |
getUsername()
Deprecated. Retrieves the username used to create a database connection for this RowSet object. |
SQLWarning |
getWarnings()
Deprecated. Retrieves the first warning reported by calls on this RowSet object. |
boolean |
isAfterLast()
Deprecated. Retrieves whether the cursor is after the last row in this RowSet object. |
boolean |
isBeforeFirst()
Deprecated. Retrieves whether the cursor is before the first row in this RowSet object. |
boolean |
isClosed()
Deprecated. Is the RowSet closed? |
boolean |
isFirst()
Deprecated. Retrieves whether the cursor is on the first row of this RowSet object. |
boolean |
isLast()
Deprecated. Retrieves whether the cursor is on the last row of this ResultSet object. |
boolean |
isReadOnly()
Deprecated. Retrieves whether this RowSet object is read-only. |
boolean |
last()
Deprecated. Moves the cursor to the last row in this RowSet object. |
boolean |
next()
Deprecated. Moves the cursor down one row from its current position. |
boolean |
previous()
Deprecated. Moves the cursor to the previous row in this RowSet object. |
boolean |
relative(int i)
Deprecated. Moves the cursor a relative number of rows, either positive or negative. |
boolean |
rowDeleted()
Deprecated. Retrieves whether a row has been deleted. |
boolean |
rowInserted()
Deprecated. Retrieves whether the current row has had an insertion. |
boolean |
rowUpdated()
Deprecated. Retrieves whether the current row has been updated. |
void |
setArray(int i,
Array x)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Array value. |
void |
setAsciiStream(int parameterIndex,
InputStream x)
Deprecated. Sets the designated parameter in this RowSet object's command to the given input stream. |
void |
setAsciiStream(int i,
InputStream is,
int x)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java InputStream value. |
void |
setAsciiStream(String parameterName,
InputStream x)
Deprecated. Sets the designated parameter to the given input stream. |
void |
setAsciiStream(String parameterName,
InputStream x,
int length)
Deprecated. Sets the designated parameter to the given input stream. |
void |
setBigDecimal(int i,
BigDecimal bd)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java BigDecimal value. |
void |
setBigDecimal(String parameterName,
BigDecimal x)
Deprecated. Sets the designated parameter to the given java.math.BigDecimal value. |
void |
setBinaryStream(int parameterIndex,
InputStream x)
Deprecated. Sets the designated parameter in this RowSet object's command to the given input stream. |
void |
setBinaryStream(int i,
InputStream is,
int x)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java InputStream value. |
void |
setBinaryStream(String parameterName,
InputStream x)
Deprecated. Sets the designated parameter to the given input stream. |
void |
setBinaryStream(String parameterName,
InputStream x,
int length)
Deprecated. Sets the designated parameter to the given input stream, which will have the specified number of bytes. |
void |
setBlob(int i,
Blob b)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Blob value. |
void |
setBlob(int parameterIndex,
InputStream inputStream)
Deprecated. Sets the designated parameter to a InputStream object. |
void |
setBlob(int parameterIndex,
InputStream inputStream,
long length)
Deprecated. Sets the designated parameter to a InputStream object. |
void |
setBlob(String parameterName,
Blob x)
Deprecated. Sets the designated parameter to the given java.sql.Blob object. |
void |
setBlob(String parameterName,
InputStream inputStream)
Deprecated. Sets the designated parameter to a InputStream object. |
void |
setBlob(String parameterName,
InputStream inputStream,
long length)
Deprecated. Sets the designated parameter to a InputStream object. |
void |
setBoolean(int i,
boolean b)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java boolean value. |
void |
setBoolean(String parameterName,
boolean x)
Deprecated. Sets the designated parameter to the given Java boolean value. |
void |
setByte(int i,
byte b)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java byte value. |
void |
setByte(String parameterName,
byte x)
Deprecated. Sets the designated parameter to the given Java byte value. |
void |
setBytes(int i,
byte[] b)
Deprecated. 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. Sets the designated parameter to the given Java array of bytes. |
void |
setCharacterStream(int parameterIndex,
Reader reader)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Reader object. |
void |
setCharacterStream(int i,
Reader r,
int x)
Deprecated. Sets the designated parameter in this RowSet object's command to the given java.io.Reader. |
void |
setCharacterStream(String parameterName,
Reader reader)
Deprecated. Sets the designated parameter to the given Reader object. |
void |
setCharacterStream(String parameterName,
Reader reader,
int length)
Deprecated. Sets the designated parameter to the given Reader object, which is the given number of characters long. |
void |
setClob(int i,
Clob c)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Clob value. |
void |
setClob(int parameterIndex,
Reader reader)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setClob(int parameterIndex,
Reader reader,
long length)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setClob(String parameterName,
Clob x)
Deprecated. Sets the designated parameter to the given java.sql.Clob object. |
void |
setClob(String parameterName,
Reader reader)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setClob(String parameterName,
Reader reader,
long length)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setCommand(String s)
Deprecated. Sets this RowSet object's command property to the given SQL query. |
void |
setConcurrency(int c)
Deprecated. 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. 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. 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. Sets the designated parameter in this RowSet object's command to the given Java Date value. |
void |
setDate(String parameterName,
Date x)
Deprecated. 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. Sets the designated parameter to the given java.sql.Date value, using the given Calendar object. |
void |
setDouble(int i,
double d)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java double value. |
void |
setDouble(String parameterName,
double x)
Deprecated. Sets the designated parameter to the given Java double value. |
void |
setEscapeProcessing(boolean b)
Deprecated. Sets escape processing for this RowSet object on or off. |
void |
setFetchDirection(int i)
Deprecated. Gives a hint as to the direction in which the rows in this RowSet object will be processed. |
void |
setFetchSize(int i)
Deprecated. 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. Sets the designated parameter in this RowSet object's command to the given Java float value. |
void |
setFloat(String parameterName,
float x)
Deprecated. Sets the designated parameter to the given Java float value. |
void |
setInt(int i,
int x)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java int value. |
void |
setInt(String parameterName,
int x)
Deprecated. Sets the designated parameter to the given Java int value. |
protected void |
setIsClosed(boolean value)
Deprecated. |
void |
setKeyColumns(int[] keys)
Deprecated. 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. Sets the designated parameter in this RowSet object's command to the given Java long value. |
void |
setLong(String parameterName,
long x)
Deprecated. Sets the designated parameter to the given Java long value. |
void |
setMatchColumn(int columnIdx)
Deprecated. Sets the designated column as the match column for this RowSet object. |
void |
setMatchColumn(int[] columnIdxes)
Deprecated. Sets the designated column as the match column for this RowSet object. |
void |
setMatchColumn(String columnName)
Deprecated. Sets the designated column as the match column for this RowSet object. |
void |
setMatchColumn(String[] columnNames)
Deprecated. Sets the designated column as the match column for this RowSet object. |
void |
setMaxFieldSize(int x)
Deprecated. 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. Sets the maximum number of rows that this RowSet object can contain to the specified number. |
void |
setMetaData(RowSetMetaData md)
Deprecated. Sets the metadata for this RowSet object with the given RowSetMetaData object. |
void |
setNCharacterStream(int parameterIndex,
Reader value)
Deprecated. Sets the designated parameter in this RowSet object's command to a Reader object. |
void |
setNCharacterStream(int i,
Reader r,
long x)
Deprecated. Updates the designated column with a Reader value. |
void |
setNCharacterStream(String parameterName,
Reader value)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setNCharacterStream(String parameterName,
Reader value,
long length)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setNClob(int i,
NClob c)
Deprecated. Updates the designated column with a NClob value. |
void |
setNClob(int parameterIndex,
Reader reader)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setNClob(int parameterIndex,
Reader reader,
long length)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setNClob(String parameterName,
NClob value)
Deprecated. Sets the designated parameter to a java.sql.NClob object. |
void |
setNClob(String parameterName,
Reader reader)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setNClob(String parameterName,
Reader reader,
long length)
Deprecated. Sets the designated parameter to a Reader object. |
void |
setNString(int i,
String s)
Deprecated. Updates the designated column with a String value. |
void |
setNString(String parameterName,
String value)
Deprecated. Sets the designated paramter to the given String object. |
void |
setNull(int i,
int x)
Deprecated. Sets the designated parameter in this RowSet object's command to SQL NULL. |
void |
setNull(int i,
int x,
String s)
Deprecated. Sets the designated parameter in this RowSet object's command to SQL NULL. |
void |
setNull(String parameterName,
int sqlType)
Deprecated. Sets the designated parameter to SQL NULL. |
void |
setNull(String parameterName,
int sqlType,
String typeName)
Deprecated. Sets the designated parameter to SQL NULL. |
void |
setObject(int i,
Object o)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java Object. |
void |
setObject(int i,
Object o,
int x)
Deprecated. 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. Sets the designated parameter in this RowSet object's command to the given Java Object value. |
void |
setObject(String parameterName,
Object x)
Deprecated. Sets the value of the designated parameter with the given object. |
void |
setObject(String parameterName,
Object x,
int targetSqlType)
Deprecated. Sets the value of the designated parameter with the given object. |
void |
setObject(String parameterName,
Object x,
int targetSqlType,
int scaleOrLength)
Deprecated. Sets the value of the designated parameter with the given object. |
void |
setPassword(String p)
Deprecated. Sets the database password for this RowSet object to the given String. |
void |
setQueryTimeout(int t)
Deprecated. Sets the maximum time the driver will wait for a statement to execute to the given number of seconds. |
void |
setReadOnly(boolean b)
Deprecated. Sets whether this RowSet object is read-only to the given boolean. |
void |
setRef(int i,
Ref r)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Ref value. |
void |
setRowId(int i,
RowId rowid)
Deprecated. Updates the designated column with a RowId value. |
void |
setRowId(String parameterName,
RowId x)
Deprecated. Sets the designated parameter to the given java.sql.RowId object. |
void |
setShort(int i,
short s)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java short value. |
void |
setShort(String parameterName,
short x)
Deprecated. Sets the designated parameter to the given Java short value. |
void |
setShowDeleted(boolean b)
Deprecated. 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. Updates the designated column with a SQLXML value. |
void |
setSQLXML(String parameterName,
SQLXML xmlObject)
Deprecated. Sets the designated parameter to the given java.sql.SQLXML object. |
void |
setString(int i,
String s)
Deprecated. Sets the designated parameter in this RowSet object's command to the given Java String value. |
void |
setString(String parameterName,
String x)
Deprecated. Sets the designated parameter to the given Java String value. |
void |
setSyncProvider(String providerName)
Deprecated. Sets the SyncProvider implementation for this CachedRowSet object. |
void |
setTableName(String tabName)
Deprecated. 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. 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. Sets the designated parameter in this RowSet object's command to the given Java Time value. |
void |
setTime(String parameterName,
Time x)
Deprecated. Sets the designated parameter to the given java.sql.Time value. |
void |
setTime(String parameterName,
Time x,
Calendar cal)
Deprecated. Sets the designated parameter in this RowSet object's command with the given java.sql.Time value. |
void |
setTimestamp(int i,
Timestamp t)
Deprecated. 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. Sets the designated parameter in this RowSet object's command to the given Java Timestamp value. |
void |
setTimestamp(String parameterName,
Timestamp x)
Deprecated. Sets the designated parameter to the given java.sql.Timestamp value. |
void |
setTimestamp(String parameterName,
Timestamp x,
Calendar cal)
Deprecated. Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object. |
void |
setTransactionIsolation(int i)
Deprecated. Sets the transaction isolation level for this RowSet obejct. |
void |
setType(int t)
Deprecated. Sets the type of this RowSet object to the given type. |
void |
setTypeMap(Map m)
Deprecated. Installs the given java.util.Map object as the default type map for this RowSet object. |
void |
setURL(int parameterIndex,
URL x)
Deprecated. Sets the designated parameter to the given java.net.URL value. |
void |
setUrl(String u)
Deprecated. Sets the URL this RowSet object will use when it uses the DriverManager to create a connection. |
void |
setUsername(String un)
Deprecated. 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. Unsets the designated columns as the match column for this RowSet object. |
void |
unsetMatchColumn(int[] columnIdxes)
Deprecated. Unsets the designated columns as the match column for this RowSet object. |
void |
unsetMatchColumn(String columnName)
Deprecated. Unsets the designated columns as the match column for this RowSet object. |
void |
unsetMatchColumn(String[] columnNames)
Deprecated. Unsets the designated columns as the match column for this RowSet object. |
void |
updateArray(int a,
Array b)
Deprecated. Updates the designated column with an Array value. |
void |
updateArray(String s,
Array b)
Deprecated. Updates the designated column with an Array value. |
void |
updateAsciiStream(int columnIndex,
InputStream x)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateAsciiStream(int i,
InputStream is,
int n)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateAsciiStream(int columnIndex,
InputStream x,
long length)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateAsciiStream(String columnLabel,
InputStream x)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateAsciiStream(String s,
InputStream is,
int x)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateAsciiStream(String columnLabel,
InputStream x,
long length)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBigDecimal(int i,
BigDecimal bd)
Deprecated. Updates the designated column with a BigDecimal value. |
void |
updateBigDecimal(String s,
BigDecimal bd)
Deprecated. Updates the designated column with a BigDecimal value. |
void |
updateBinaryStream(int columnIndex,
InputStream x)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBinaryStream(int i,
InputStream is,
int n)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBinaryStream(int columnIndex,
InputStream x,
long length)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBinaryStream(String columnLabel,
InputStream x)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBinaryStream(String s,
InputStream is,
int x)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBinaryStream(String columnLabel,
InputStream x,
long length)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBlob(int a,
Blob b)
Deprecated. Updates the designated column with a Blob value. |
void |
updateBlob(int columnIndex,
InputStream inputStream)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBlob(String s,
Blob b)
Deprecated. Updates the designated column with a Blob value. |
void |
updateBlob(String columnLabel,
InputStream inputStream)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length)
Deprecated. Updates the designated column with a InputStream value. |
void |
updateBoolean(int i,
boolean b)
Deprecated. Updates the designated column with a boolean value. |
void |
updateBoolean(String s,
boolean b)
Deprecated. Updates the designated column with a boolean value. |
void |
updateByte(int i,
byte b)
Deprecated. Updates the designated column with a byte value. |
void |
updateByte(String s,
byte b)
Deprecated. Updates the designated column with a byte value. |
void |
updateBytes(int i,
byte[] b)
Deprecated. Updates the designated column with a byte array value. |
void |
updateBytes(String s,
byte[] b)
Deprecated. Updates the designated column with a byte array value. |
void |
updateCharacterStream(int columnIndex,
Reader x)
Deprecated. Updates the designated column with a Reader value. |
void |
updateCharacterStream(int i,
Reader r,
int n)
Deprecated. Updates the designated column with a Reader value. |
void |
updateCharacterStream(int columnIndex,
Reader x,
long length)
Deprecated. Updates the designated column with a Reader value. |
void |
updateCharacterStream(String columnLabel,
Reader x)
Deprecated. Updates the designated column with a Reader value. |
void |
updateCharacterStream(String s,
Reader r,
int x)
Deprecated. Updates the designated column with a Reader value. |
void |
updateCharacterStream(String columnLabel,
Reader x,
long length)
Deprecated. Updates the designated column with a Reader value. |
void |
updateClob(int a,
Clob b)
Deprecated. Updates the designated column with a Clob value. |
void |
updateClob(int columnIndex,
Reader reader)
Deprecated. Updates the designated column with a Reader value. |
void |
updateClob(int columnIndex,
Reader reader,
long length)
Deprecated. Updates the designated column with a Reader value. |
void |
updateClob(String s,
Clob b)
Deprecated. Updates the designated column with a Clob value. |
void |
updateClob(String columnLabel,
Reader x)
Deprecated. Updates the designated column with a Reader value. |
void |
updateClob(String columnLabel,
Reader x,
long length)
Deprecated. Updates the designated column with a Reader value. |
void |
updateDate(int i,
Date d)
Deprecated. Updates the designated column with a Date value. |
void |
updateDate(String s,
Date d)
Deprecated. Updates the designated column with a Date value. |
void |
updateDouble(int i,
double d)
Deprecated. Updates the designated column with a double value. |
void |
updateDouble(String s,
double d)
Deprecated. Updates the designated column with a double value. |
void |
updateFloat(int i,
float f)
Deprecated. Updates the designated column with a float value. |
void |
updateFloat(String s,
float f)
Deprecated. Updates the designated column with a float value. |
void |
updateInt(int i,
int x)
Deprecated. Updates the designated column with a int value. |
void |
updateInt(String s,
int x)
Deprecated. Updates the designated column with a int value. |
void |
updateLong(int i,
long l)
Deprecated. Updates the designated column with a long value. |
void |
updateLong(String s,
long l)
Deprecated. Updates the designated column with a long value. |
void |
updateNCharacterStream(int columnIndex,
Reader x)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNCharacterStream(int i,
Reader r,
int n)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNCharacterStream(int columnIndex,
Reader x,
long length)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNCharacterStream(String columnLabel,
Reader reader)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNCharacterStream(String s,
Reader r,
int n)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNCharacterStream(String columnLabel,
Reader reader,
long length)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNClob(int columnIndex,
NClob nClob)
Deprecated. Updates the designated column with a NClob value. |
void |
updateNClob(int columnIndex,
Reader reader)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNClob(int columnIndex,
Reader reader,
long length)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNClob(String columnName,
NClob nClob)
Deprecated. Updates the designated column with a NClob value. |
void |
updateNClob(String columnLabel,
Reader reader)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNClob(String columnLabel,
Reader reader,
long length)
Deprecated. Updates the designated column with a Reader value. |
void |
updateNString(int columnIndex,
String nString)
Deprecated. Updates the designated column with a String value. |
void |
updateNString(String columnName,
String nString)
Deprecated. Updates the designated column with a String value. |
void |
updateNull(int i)
Deprecated. Updates the designated column with a NULL value. |
void |
updateNull(String s)
Deprecated. Updates the designated column with a NULL value. |
void |
updateObject(int i,
Object o)
Deprecated. Updates the designated column with an Object value. |
void |
updateObject(int i,
Object o,
int x)
Deprecated. Updates the designated column with an Object value. |
void |
updateObject(String s,
Object o)
Deprecated. Updates the designated column with an Object value. |
void |
updateObject(String s,
Object o,
int x)
Deprecated. Updates the designated column with an Object value. |
void |
updateRef(int a,
Ref b)
Deprecated. Updates the designated column with a Ref value. |
void |
updateRef(String s,
Ref b)
Deprecated. Updates the designated column with a Ref value. |
void |
updateRowId(int columnIndex,
RowId x)
Deprecated. Updates the designated column with a RowId value. |
void |
updateRowId(String columnName,
RowId x)
Deprecated. Updates the designated column with a RowId value. |
void |
updateShort(int i,
short s)
Deprecated. Updates the designated column with a short value. |
void |
updateShort(String s,
short x)
Deprecated. Updates the designated column with a short value. |
void |
updateSQLXML(int columnIndex,
SQLXML o)
Deprecated. Updates the designated column with a SQLXML value. |
void |
updateSQLXML(String columnName,
SQLXML o)
Deprecated. Updates the designated column with a SQLXML value. |
void |
updateString(int i,
String s)
Deprecated. Updates the designated column with a String value. |
void |
updateString(String s,
String n)
Deprecated. Updates the designated column with a String value. |
void |
updateTime(int i,
Time t)
Deprecated. Updates the designated column with a Time value. |
void |
updateTime(String s,
Time t)
Deprecated. Updates the designated column with a Time value. |
void |
updateTimestamp(int i,
Timestamp t)
Deprecated. Updates the designated column with a Timestamp value. |
void |
updateTimestamp(String s,
Timestamp t)
Deprecated. Updates the designated column with a Timestamp value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseRowSet()
Method Detail |
---|
protected void setIsClosed(boolean value)
public abstract int size()
public boolean absolute(int i) throws SQLException
SQLException
public boolean relative(int i) throws SQLException
SQLException
public void beforeFirst() throws SQLException
SQLException
public boolean first() throws SQLException
SQLException
public boolean next() throws SQLException
SQLException
public boolean previous() throws SQLException
SQLException
public boolean last() throws SQLException
SQLException
public void afterLast() throws SQLException
SQLException
public boolean isBeforeFirst() throws SQLException
SQLException
public boolean isAfterLast() throws SQLException
SQLException
public boolean isFirst() throws SQLException
SQLException
public boolean isLast() throws SQLException
SQLException
public boolean rowUpdated() throws SQLException
SQLException
public boolean rowInserted() throws SQLException
SQLException
public boolean rowDeleted() throws SQLException
SQLException
public boolean columnUpdated(int idx) throws SQLException
SQLException
public boolean columnUpdated(String columnName) throws SQLException
SQLException
public ResultSetMetaData getMetaData() throws SQLException
SQLException
public void setMetaData(RowSetMetaData md) throws SQLException
SQLException
public boolean isReadOnly()
public void setReadOnly(boolean b)
public void setTableName(String tabName) throws SQLException
SQLException
public String getTableName() throws SQLException
SQLException
public int[] getKeyColumns() throws SQLException
SQLException
public void setKeyColumns(int[] keys) throws SQLException
SQLException
public boolean getShowDeleted() throws SQLException
SQLException
public void setShowDeleted(boolean b) throws SQLException
SQLException
public SQLWarning getWarnings() throws SQLException
SQLException
public void clearWarnings() throws SQLException
SQLException
public RowSetWarning getRowSetWarnings()
public String getCursorName() throws SQLException
SQLException
public Statement getStatement() throws SQLException
SQLException
public String getDataSourceName()
public void setDataSourceName(String s)
public DataSource getDataSource() throws SQLException
SQLException
public void setDataSource(DataSource dataSource)
public String getUrl()
public void setUrl(String u)
public String getUsername()
public void setUsername(String un)
public String getPassword()
public void setPassword(String p)
public Connection getConnection() throws SQLException
SQLException
public int getTransactionIsolation()
public void setTransactionIsolation(int i) throws SQLException
SQLException
public String getCommand()
public void setCommand(String s)
public int getQueryTimeout()
public void setQueryTimeout(int t)
public int getMaxRows()
public void setMaxRows(int n)
public int getMaxFieldSize()
public void setMaxFieldSize(int x)
public boolean getEscapeProcessing()
public void setEscapeProcessing(boolean b)
public int getConcurrency()
public void setConcurrency(int c)
public int getType()
public void setType(int t)
public int getFetchDirection()
public void setFetchDirection(int i) throws SQLException
SQLException
public int getFetchSize()
public void setFetchSize(int i)
public Map getTypeMap()
public void setTypeMap(Map m)
public void clearParameters()
public void setString(int i, String s) throws SQLException
SQLException
public void setBoolean(int i, boolean b) throws SQLException
SQLException
public void setLong(int i, long l) throws SQLException
SQLException
public void setInt(int i, int x) throws SQLException
SQLException
public void setShort(int i, short s) throws SQLException
SQLException
public void setDouble(int i, double d) throws SQLException
SQLException
public void setFloat(int i, float f) throws SQLException
SQLException
public void setBigDecimal(int i, BigDecimal bd) throws SQLException
SQLException
public void setBinaryStream(int i, InputStream is, int x) throws SQLException
SQLException
public void setByte(int i, byte b) throws SQLException
SQLException
public void setBytes(int i, byte[] b) throws SQLException
SQLException
public void setNull(int i, int x) throws SQLException
SQLException
public void setNull(int i, int x, String s) throws SQLException
SQLException
public void setObject(int i, Object o) throws SQLException
SQLException
public void setObject(int i, Object o, int x) throws SQLException
SQLException
public void setObject(int i, Object o, int x, int scale) throws SQLException
SQLException
public void setDate(int i, Date d) throws SQLException
SQLException
public void setDate(int i, Date d, Calendar c) throws SQLException
SQLException
public void setTime(int i, Time t) throws SQLException
SQLException
public void setTime(int i, Time t, Calendar c) throws SQLException
SQLException
public void setTimestamp(int i, Timestamp t) throws SQLException
SQLException
public void setTimestamp(int i, Timestamp t, Calendar c) throws SQLException
SQLException
public void setAsciiStream(int i, InputStream is, int x) throws SQLException
SQLException
public void setCharacterStream(int i, Reader r, int x) throws SQLException
SQLException
public void setBlob(int i, Blob b) throws SQLException
SQLException
public void setClob(int i, Clob c) throws SQLException
SQLException
public void setArray(int i, Array x) throws SQLException
SQLException
public void setRef(int i, Ref r) throws SQLException
SQLException
public int findColumn(String s) throws SQLException
SQLException
public String getString(int i) throws SQLException
SQLException
public String getString(String s) throws SQLException
SQLException
public boolean getBoolean(int i) throws SQLException
SQLException
public boolean getBoolean(String s) throws SQLException
SQLException
public long getLong(int i) throws SQLException
SQLException
public long getLong(String s) throws SQLException
SQLException
public int getInt(int i) throws SQLException
SQLException
public int getInt(String s) throws SQLException
SQLException
public short getShort(int i) throws SQLException
SQLException
public short getShort(String s) throws SQLException
SQLException
public byte getByte(int i) throws SQLException
SQLException
public byte getByte(String s) throws SQLException
SQLException
public double getDouble(int i) throws SQLException
SQLException
public double getDouble(String s) throws SQLException
SQLException
public float getFloat(int i) throws SQLException
SQLException
public float getFloat(String s) throws SQLException
SQLException
public BigDecimal getBigDecimal(int i) throws SQLException
SQLException
public BigDecimal getBigDecimal(String s) throws SQLException
SQLException
public BigDecimal getBigDecimal(int i, int x) throws SQLException
SQLException
public BigDecimal getBigDecimal(String s, int n) throws SQLException
SQLException
public byte[] getBytes(int i) throws SQLException
SQLException
public byte[] getBytes(String s) throws SQLException
SQLException
public Object getObject(int i) throws SQLException
SQLException
public Object getObject(String s) throws SQLException
SQLException
public Date getDate(int i) throws SQLException
SQLException
public Date getDate(String s) throws SQLException
SQLException
public Time getTime(int i) throws SQLException
SQLException
public Time getTime(String s) throws SQLException
SQLException
public Timestamp getTimestamp(int i) throws SQLException
SQLException
public Timestamp getTimestamp(String s) throws SQLException
SQLException
public Date getDate(int i, Calendar c) throws SQLException
SQLException
public Date getDate(String s, Calendar c) throws SQLException
SQLException
public Time getTime(int i, Calendar c) throws SQLException
SQLException
public Time getTime(String s, Calendar c) throws SQLException
SQLException
public Timestamp getTimestamp(int i, Calendar c) throws SQLException
SQLException
public Timestamp getTimestamp(String s, Calendar c) throws SQLException
SQLException
public InputStream getBinaryStream(int i) throws SQLException
SQLException
public InputStream getBinaryStream(String s) throws SQLException
SQLException
public Reader getCharacterStream(int i) throws SQLException
SQLException
public Reader getCharacterStream(String s) throws SQLException
SQLException
public Blob getBlob(int i) throws SQLException
SQLException
public Blob getBlob(String s) throws SQLException
SQLException
public Clob getClob(int i) throws SQLException
SQLException
public Object getObject(int i, Map m) throws SQLException
SQLException
public Object getObject(String s, Map m) throws SQLException
SQLException
public InputStream getAsciiStream(int i) throws SQLException
SQLException
public InputStream getAsciiStream(String s) throws SQLException
SQLException
public InputStream getUnicodeStream(int i) throws SQLException
SQLException
public InputStream getUnicodeStream(String s) throws SQLException
SQLException
public Clob getClob(String s) throws SQLException
SQLException
public Array getArray(int i) throws SQLException
SQLException
public Array getArray(String s) throws SQLException
SQLException
public Ref getRef(int i) throws SQLException
SQLException
public Ref getRef(String s) throws SQLException
SQLException
public URL getURL(int i) throws SQLException
SQLException
public URL getURL(String s) throws SQLException
SQLException
public void updateNull(int i) throws SQLException
SQLException
public void updateNull(String s) throws SQLException
SQLException
public void updateObject(int i, Object o) throws SQLException
SQLException
public void updateObject(String s, Object o) throws SQLException
SQLException
public void updateObject(int i, Object o, int x) throws SQLException
SQLException
public void updateObject(String s, Object o, int x) throws SQLException
SQLException
public void updateString(int i, String s) throws SQLException
SQLException
public void updateString(String s, String n) throws SQLException
SQLException
public void updateBoolean(int i, boolean b) throws SQLException
SQLException
public void updateBoolean(String s, boolean b) throws SQLException
SQLException
public void updateLong(int i, long l) throws SQLException
SQLException
public void updateLong(String s, long l) throws SQLException
SQLException
public void updateInt(int i, int x) throws SQLException
SQLException
public void updateInt(String s, int x) throws SQLException
SQLException
public void updateShort(int i, short s) throws SQLException
SQLException
public void updateShort(String s, short x) throws SQLException
SQLException
public void updateByte(int i, byte b) throws SQLException
SQLException
public void updateByte(String s, byte b) throws SQLException
SQLException
public void updateDouble(int i, double d) throws SQLException
SQLException
public void updateDouble(String s, double d) throws SQLException
SQLException
public void updateFloat(int i, float f) throws SQLException
SQLException
public void updateFloat(String s, float f) throws SQLException
SQLException
public void updateBytes(int i, byte[] b) throws SQLException
SQLException
public void updateBytes(String s, byte[] b) throws SQLException
SQLException
public void updateBigDecimal(int i, BigDecimal bd) throws SQLException
SQLException
public void updateBigDecimal(String s, BigDecimal bd) throws SQLException
SQLException
public void updateDate(int i, Date d) throws SQLException
SQLException
public void updateDate(String s, Date d) throws SQLException
SQLException
public void updateTime(int i, Time t) throws SQLException
SQLException
public void updateTime(String s, Time t) throws SQLException
SQLException
public void updateTimestamp(int i, Timestamp t) throws SQLException
SQLException
public void updateTimestamp(String s, Timestamp t) throws SQLException
SQLException
public void updateAsciiStream(int i, InputStream is, int n) throws SQLException
SQLException
public void updateAsciiStream(String s, InputStream is, int x) throws SQLException
SQLException
public void updateBinaryStream(int i, InputStream is, int n) throws SQLException
SQLException
public void updateBinaryStream(String s, InputStream is, int x) throws SQLException
SQLException
public void updateCharacterStream(int i, Reader r, int n) throws SQLException
SQLException
public void updateCharacterStream(String s, Reader r, int x) throws SQLException
SQLException
public void updateBlob(int a, Blob b) throws SQLException
SQLException
public void updateBlob(String s, Blob b) throws SQLException
SQLException
public void updateClob(int a, Clob b) throws SQLException
SQLException
public void updateClob(String s, Clob b) throws SQLException
SQLException
public void updateRef(int a, Ref b) throws SQLException
SQLException
public void updateRef(String s, Ref b) throws SQLException
SQLException
public void updateArray(int a, Array b) throws SQLException
SQLException
public void updateArray(String s, Array b) throws SQLException
SQLException
public SyncProvider getSyncProvider() throws SQLException
SQLException
public void setSyncProvider(String providerName) throws SQLException
SQLException
public int[] getMatchColumnIndexes() throws SQLException
getMatchColumnIndexes
in interface Joinable
SQLException
public String[] getMatchColumnNames() throws SQLException
getMatchColumnNames
in interface Joinable
SQLException
public void setMatchColumn(int columnIdx) throws SQLException
setMatchColumn
in interface Joinable
SQLException
public void setMatchColumn(String columnName) throws SQLException
setMatchColumn
in interface Joinable
SQLException
public void setMatchColumn(int[] columnIdxes) throws SQLException
setMatchColumn
in interface Joinable
SQLException
public void setMatchColumn(String[] columnNames) throws SQLException
setMatchColumn
in interface Joinable
SQLException
public void unsetMatchColumn(int columnIdx) throws SQLException
unsetMatchColumn
in interface Joinable
SQLException
public void unsetMatchColumn(String columnName) throws SQLException
unsetMatchColumn
in interface Joinable
SQLException
public void unsetMatchColumn(int[] columnIdxes) throws SQLException
unsetMatchColumn
in interface Joinable
SQLException
public void unsetMatchColumn(String[] columnNames) throws SQLException
unsetMatchColumn
in interface Joinable
SQLException
public RowId getRowId(int columnIndex) throws SQLException
SQLException
public RowId getRowId(String columnName) throws SQLException
SQLException
public int getHoldability() throws SQLException
SQLException
public boolean isClosed() throws SQLException
SQLException
public NClob getNClob(int i) throws SQLException
SQLException
public NClob getNClob(String colName) throws SQLException
SQLException
public SQLXML getSQLXML(int columnIndex) throws SQLException
SQLException
public Reader getNCharacterStream(int columnIndex) throws SQLException
SQLException
public Reader getNCharacterStream(String colName) throws SQLException
SQLException
public String getNString(int columnIndex) throws SQLException
SQLException
public String getNString(String colName) throws SQLException
SQLException
public SQLXML getSQLXML(String colName) throws SQLException
SQLException
public void updateRowId(int columnIndex, RowId x) throws SQLException
SQLException
public void updateRowId(String columnName, RowId x) throws SQLException
SQLException
public void updateNString(int columnIndex, String nString) throws SQLException
SQLException
public void updateNString(String columnName, String nString) throws SQLException
SQLException
public void updateNClob(int columnIndex, NClob nClob) throws SQLException
SQLException
public void updateNClob(String columnName, NClob nClob) throws SQLException
SQLException
public void updateSQLXML(int columnIndex, SQLXML o) throws SQLException
SQLException
public void updateSQLXML(String columnName, SQLXML o) throws SQLException
SQLException
public void updateNCharacterStream(int i, Reader r, int n) throws SQLException
SQLException
public void updateNCharacterStream(String s, Reader r, int n) throws SQLException
SQLException
public void setNClob(int i, NClob c) throws SQLException
SQLException
public void setNCharacterStream(int i, Reader r, long x) throws SQLException
SQLException
public void setNString(int i, String s) throws SQLException
SQLException
public void setSQLXML(int i, SQLXML sqlxml) throws SQLException
SQLException
public void setRowId(int i, RowId rowid) throws SQLException
SQLException
public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException
SQLException
public void setRowId(String parameterName, RowId x) throws SQLException
SQLException
public void setNString(String parameterName, String value) throws SQLException
SQLException
public void setNClob(String parameterName, NClob value) throws SQLException
SQLException
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException
SQLException
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException
SQLException
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException
SQLException
public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException
SQLException
public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException
SQLException
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException
SQLException
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException
SQLException
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException
SQLException
public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException
SQLException
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException
SQLException
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException
SQLException
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
SQLException
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
SQLException
public void updateCharacterStream(int columnIndex, Reader x) throws SQLException
SQLException
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException
SQLException
public void updateCharacterStream(String columnLabel, Reader x) throws SQLException
SQLException
public void updateCharacterStream(String columnLabel, Reader x, long length) throws SQLException
SQLException
public void updateClob(int columnIndex, Reader reader) throws SQLException
SQLException
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException
SQLException
public void updateClob(String columnLabel, Reader x) throws SQLException
SQLException
public void updateClob(String columnLabel, Reader x, long length) throws SQLException
SQLException
public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException
SQLException
public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException
SQLException
public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
SQLException
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
SQLException
public void updateNClob(int columnIndex, Reader reader) throws SQLException
SQLException
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException
SQLException
public void updateNClob(String columnLabel, Reader reader) throws SQLException
SQLException
public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
SQLException
public void setAsciiStream(int parameterIndex, InputStream x) throws SQLException
SQLException
public void setAsciiStream(String parameterName, InputStream x) throws SQLException
SQLException
public void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
SQLException
public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
SQLException
public void setBinaryStream(int parameterIndex, InputStream x) throws SQLException
SQLException
public void setBinaryStream(String parameterName, InputStream x) throws SQLException
SQLException
public void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
SQLException
public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException
SQLException
public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException
SQLException
public void setBlob(String parameterName, Blob x) throws SQLException
SQLException
public void setBlob(String parameterName, InputStream inputStream) throws SQLException
SQLException
public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
SQLException
public void setBoolean(String parameterName, boolean x) throws SQLException
SQLException
public void setByte(String parameterName, byte x) throws SQLException
SQLException
public void setBytes(String parameterName, byte[] x) throws SQLException
SQLException
public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException
SQLException
public void setCharacterStream(String parameterName, Reader reader) throws SQLException
SQLException
public void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
SQLException
public void setClob(int parameterIndex, Reader reader) throws SQLException
SQLException
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException
SQLException
public void setClob(String parameterName, Clob x) throws SQLException
SQLException
public void setClob(String parameterName, Reader reader) throws SQLException
SQLException
public void setClob(String parameterName, Reader reader, long length) throws SQLException
SQLException
public void setDate(String parameterName, Date x) throws SQLException
SQLException
public void setDate(String parameterName, Date x, Calendar cal) throws SQLException
SQLException
public void setDouble(String parameterName, double x) throws SQLException
SQLException
public void setFloat(String parameterName, float x) throws SQLException
SQLException
public void setInt(String parameterName, int x) throws SQLException
SQLException
public void setLong(String parameterName, long x) throws SQLException
SQLException
public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException
SQLException
public void setNCharacterStream(String parameterName, Reader value) throws SQLException
SQLException
public void setNClob(int parameterIndex, Reader reader) throws SQLException
SQLException
public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException
SQLException
public void setNClob(String parameterName, Reader reader) throws SQLException
SQLException
public void setNClob(String parameterName, Reader reader, long length) throws SQLException
SQLException
public void setNull(String parameterName, int sqlType) throws SQLException
SQLException
public void setNull(String parameterName, int sqlType, String typeName) throws SQLException
SQLException
public void setObject(String parameterName, Object x) throws SQLException
SQLException
public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
SQLException
public void setObject(String parameterName, Object x, int targetSqlType, int scaleOrLength) throws SQLException
SQLException
public void setShort(String parameterName, short x) throws SQLException
SQLException
public void setString(String parameterName, String x) throws SQLException
SQLException
public void setTime(String parameterName, Time x) throws SQLException
SQLException
public void setTime(String parameterName, Time x, Calendar cal) throws SQLException
SQLException
public void setTimestamp(String parameterName, Timestamp x) throws SQLException
SQLException
public void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
SQLException
public void setURL(int parameterIndex, URL x) throws SQLException
SQLException
|
Copyright 1996, 2013, 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.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |