@Deprecated
public class ResultSetAdaptor
extends java.lang.Object
implements java.sql.ResultSet
| Constructor and Description |
|---|
ResultSetAdaptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row)
Deprecated.
Moves the cursor to the given row number in this ResultSet object.
|
void |
afterLast()
Deprecated.
Moves the cursor to the end of this ResultSet 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 |
cancelRowUpdates()
Deprecated.
Cancels the updates made to the current row in this ResultSet object.
|
void |
clearWarnings()
Deprecated.
Clears all warnings reported on this ResultSet object.
|
void |
close()
Deprecated.
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
|
void |
deleteRow()
Deprecated.
Deletes the current row from this ResultSet object and from the underlying database.
|
int |
findColumn(java.lang.String columnName)
Deprecated.
Maps the given ResultSet column name to its ResultSet column index.
|
boolean |
first()
Deprecated.
Moves the cursor to the first row in this ResultSet object.
|
java.sql.Array |
getArray(int i)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
|
java.sql.Array |
getArray(java.lang.String colName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
|
java.io.InputStream |
getAsciiStream(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
|
java.io.InputStream |
getAsciiStream(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
|
java.math.BigDecimal |
getBigDecimal(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
|
java.math.BigDecimal |
getBigDecimal(int columnIndex,
int scale)
Deprecated.
Deprecated.
|
java.math.BigDecimal |
getBigDecimal(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
|
java.math.BigDecimal |
getBigDecimal(java.lang.String columnName,
int scale)
Deprecated.
Deprecated.
|
java.io.InputStream |
getBinaryStream(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
|
java.io.InputStream |
getBinaryStream(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
|
java.sql.Blob |
getBlob(int i)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
|
java.sql.Blob |
getBlob(java.lang.String colName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
|
boolean |
getBoolean(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
|
boolean |
getBoolean(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
|
byte |
getByte(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
|
byte |
getByte(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
|
byte[] |
getBytes(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
|
byte[] |
getBytes(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
|
java.io.Reader |
getCharacterStream(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
|
java.io.Reader |
getCharacterStream(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
|
java.sql.Clob |
getClob(int i)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
|
java.sql.Clob |
getClob(java.lang.String colName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
|
int |
getConcurrency()
Deprecated.
Retrieves the concurrency mode of this ResultSet object.
|
java.lang.String |
getCursorName()
Deprecated.
Retrieves the name of the SQL cursor used by this ResultSet object.
|
java.sql.Date |
getDate(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
|
java.sql.Date |
getDate(int columnIndex,
java.util.Calendar cal)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
|
java.sql.Date |
getDate(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
|
java.sql.Date |
getDate(java.lang.String columnName,
java.util.Calendar cal)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
|
double |
getDouble(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
|
double |
getDouble(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
|
int |
getFetchDirection()
Deprecated.
Retrieves the fetch direction for this ResultSet object.
|
int |
getFetchSize()
Deprecated.
Retrieves the fetch size for this ResultSet object.
|
float |
getFloat(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
|
float |
getFloat(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
|
int |
getHoldability()
Deprecated.
|
int |
getInt(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
|
int |
getInt(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
|
long |
getLong(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
|
long |
getLong(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
|
java.sql.ResultSetMetaData |
getMetaData()
Deprecated.
Retrieves the number, types and properties of this ResultSet object's columns.
|
java.io.Reader |
getNCharacterStream(int $39)
Deprecated.
|
java.io.Reader |
getNCharacterStream(java.lang.String $40)
Deprecated.
|
java.sql.NClob |
getNClob(int $41)
Deprecated.
|
java.sql.NClob |
getNClob(java.lang.String $42)
Deprecated.
|
java.lang.String |
getNString(int $83)
Deprecated.
|
java.lang.String |
getNString(java.lang.String $84)
Deprecated.
|
java.lang.Object |
getObject(int columnIndex)
Deprecated.
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
|
java.lang.Object |
getObject(int $75,
java.lang.Class $76)
Deprecated.
|
java.lang.Object |
getObject(int i,
java.util.Map map)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
|
java.lang.Object |
getObject(java.lang.String columnName)
Deprecated.
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
|
java.lang.Object |
getObject(java.lang.String $77,
java.lang.Class $78)
Deprecated.
|
java.lang.Object |
getObject(java.lang.String colName,
java.util.Map map)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
|
java.sql.Ref |
getRef(int i)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
|
java.sql.Ref |
getRef(java.lang.String colName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
|
int |
getRow()
Deprecated.
Retrieves the current row number.
|
java.sql.RowId |
getRowId(int $43)
Deprecated.
|
java.sql.RowId |
getRowId(java.lang.String $44)
Deprecated.
|
short |
getShort(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
|
short |
getShort(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
|
java.sql.SQLXML |
getSQLXML(int $13)
Deprecated.
|
java.sql.SQLXML |
getSQLXML(java.lang.String $14)
Deprecated.
|
java.sql.Statement |
getStatement()
Deprecated.
|
java.lang.String |
getString(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
|
java.lang.String |
getString(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
|
java.sql.Time |
getTime(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
|
java.sql.Time |
getTime(int columnIndex,
java.util.Calendar cal)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
|
java.sql.Time |
getTime(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
|
java.sql.Time |
getTime(java.lang.String columnName,
java.util.Calendar cal)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
|
java.sql.Timestamp |
getTimestamp(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
|
java.sql.Timestamp |
getTimestamp(int columnIndex,
java.util.Calendar cal)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
|
java.sql.Timestamp |
getTimestamp(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object.
|
java.sql.Timestamp |
getTimestamp(java.lang.String columnName,
java.util.Calendar cal)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
|
int |
getType()
Deprecated.
Retrieves the type of this ResultSet object.
|
java.io.InputStream |
getUnicodeStream(int columnIndex)
Deprecated.
Deprecated. use getCharacterStream in place of getUnicodeStream
|
java.io.InputStream |
getUnicodeStream(java.lang.String columnName)
Deprecated.
Deprecated. use getCharacterStream instead
|
java.net.URL |
getURL(int columnIndex)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
|
java.net.URL |
getURL(java.lang.String columnName)
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
|
java.sql.SQLWarning |
getWarnings()
Deprecated.
Retrieves the first warning reported by calls on this ResultSet object.
|
void |
insertRow()
Deprecated.
Inserts the contents of the insert row into this ResultSet object and into the database.
|
boolean |
isAfterLast()
Deprecated.
Retrieves whether the cursor is after the last row in this ResultSet object.
|
boolean |
isBeforeFirst()
Deprecated.
Retrieves whether the cursor is before the first row in this ResultSet object.
|
boolean |
isClosed()
Deprecated.
|
boolean |
isFirst()
Deprecated.
Retrieves whether the cursor is on the first row of this ResultSet object.
|
boolean |
isLast()
Deprecated.
Retrieves whether the cursor is on the last row of this ResultSet object.
|
boolean |
isWrapperFor(java.lang.Class $2)
Deprecated.
|
boolean |
last()
Deprecated.
Moves the cursor to the last row in this ResultSet object.
|
void |
moveToCurrentRow()
Deprecated.
Moves the cursor to the remembered cursor position, usually the current row.
|
void |
moveToInsertRow()
Deprecated.
Moves the cursor to the insert row.
|
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 ResultSet object.
|
void |
refreshRow()
Deprecated.
Refreshes the current row with its most recent value in the database.
|
boolean |
relative(int rows)
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 |
setFetchDirection(int direction)
Deprecated.
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
|
void |
setFetchSize(int rows)
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 ResultSet object.
|
java.lang.Object |
unwrap(java.lang.Class $1)
Deprecated.
|
void |
updateArray(int columnIndex,
java.sql.Array x)
Deprecated.
Updates the designated column with a java.sql.Array value.
|
void |
updateArray(java.lang.String columnName,
java.sql.Array x)
Deprecated.
Updates the designated column with a java.sql.Array value.
|
void |
updateAsciiStream(int $21,
java.io.InputStream $22)
Deprecated.
|
void |
updateAsciiStream(int columnIndex,
java.io.InputStream x,
int length)
Deprecated.
Updates the designated column with an ascii stream value.
|
void |
updateAsciiStream(int $15,
java.io.InputStream $16,
long $17)
Deprecated.
|
void |
updateAsciiStream(java.lang.String $23,
java.io.InputStream $24)
Deprecated.
|
void |
updateAsciiStream(java.lang.String columnName,
java.io.InputStream x,
int length)
Deprecated.
Updates the designated column with an ascii stream value.
|
void |
updateAsciiStream(java.lang.String $18,
java.io.InputStream $19,
long $20)
Deprecated.
|
void |
updateBigDecimal(int columnIndex,
java.math.BigDecimal x)
Deprecated.
Updates the designated column with a java.math.BigDecimal value.
|
void |
updateBigDecimal(java.lang.String columnName,
java.math.BigDecimal x)
Deprecated.
Updates the designated column with a BigDecimal value.
|
void |
updateBinaryStream(int $9,
java.io.InputStream $10)
Deprecated.
|
void |
updateBinaryStream(int columnIndex,
java.io.InputStream x,
int length)
Deprecated.
Updates the designated column with a binary stream value.
|
void |
updateBinaryStream(int $3,
java.io.InputStream $4,
long $5)
Deprecated.
|
void |
updateBinaryStream(java.lang.String $11,
java.io.InputStream $12)
Deprecated.
|
void |
updateBinaryStream(java.lang.String columnName,
java.io.InputStream x,
int length)
Deprecated.
Updates the designated column with a binary stream value.
|
void |
updateBinaryStream(java.lang.String $6,
java.io.InputStream $7,
long $8)
Deprecated.
|
void |
updateBlob(int columnIndex,
java.sql.Blob x)
Deprecated.
Updates the designated column with a java.sql.Blob value.
|
void |
updateBlob(int $71,
java.io.InputStream $72)
Deprecated.
|
void |
updateBlob(int $65,
java.io.InputStream $66,
long $67)
Deprecated.
|
void |
updateBlob(java.lang.String columnName,
java.sql.Blob x)
Deprecated.
Updates the designated column with a java.sql.Blob value.
|
void |
updateBlob(java.lang.String $73,
java.io.InputStream $74)
Deprecated.
|
void |
updateBlob(java.lang.String $68,
java.io.InputStream $69,
long $70)
Deprecated.
|
void |
updateBoolean(int columnIndex,
boolean x)
Deprecated.
Updates the designated column with a boolean value.
|
void |
updateBoolean(java.lang.String columnName,
boolean x)
Deprecated.
Updates the designated column with a boolean value.
|
void |
updateByte(int columnIndex,
byte x)
Deprecated.
Updates the designated column with a byte value.
|
void |
updateByte(java.lang.String columnName,
byte x)
Deprecated.
Updates the designated column with a byte value.
|
void |
updateBytes(int columnIndex,
byte[] x)
Deprecated.
Updates the designated column with a byte array value.
|
void |
updateBytes(java.lang.String columnName,
byte[] x)
Deprecated.
Updates the designated column with a byte array value.
|
void |
updateCharacterStream(int $61,
java.io.Reader $62)
Deprecated.
|
void |
updateCharacterStream(int columnIndex,
java.io.Reader x,
int length)
Deprecated.
Updates the designated column with a character stream value.
|
void |
updateCharacterStream(int $55,
java.io.Reader $56,
long $57)
Deprecated.
|
void |
updateCharacterStream(java.lang.String $63,
java.io.Reader $64)
Deprecated.
|
void |
updateCharacterStream(java.lang.String columnName,
java.io.Reader reader,
int length)
Deprecated.
Updates the designated column with a character stream value.
|
void |
updateCharacterStream(java.lang.String $58,
java.io.Reader $59,
long $60)
Deprecated.
|
void |
updateClob(int columnIndex,
java.sql.Clob x)
Deprecated.
Updates the designated column with a java.sql.Clob value.
|
void |
updateClob(int $51,
java.io.Reader $52)
Deprecated.
|
void |
updateClob(int $45,
java.io.Reader $46,
long $47)
Deprecated.
|
void |
updateClob(java.lang.String columnName,
java.sql.Clob x)
Deprecated.
Updates the designated column with a java.sql.Clob value.
|
void |
updateClob(java.lang.String $53,
java.io.Reader $54)
Deprecated.
|
void |
updateClob(java.lang.String $48,
java.io.Reader $49,
long $50)
Deprecated.
|
void |
updateDate(int columnIndex,
java.sql.Date x)
Deprecated.
Updates the designated column with a java.sql.Date value.
|
void |
updateDate(java.lang.String columnName,
java.sql.Date x)
Deprecated.
Updates the designated column with a java.sql.Date value.
|
void |
updateDouble(int columnIndex,
double x)
Deprecated.
Updates the designated column with a double value.
|
void |
updateDouble(java.lang.String columnName,
double x)
Deprecated.
Updates the designated column with a double value.
|
void |
updateFloat(int columnIndex,
float x)
Deprecated.
Updates the designated column with a float value.
|
void |
updateFloat(java.lang.String columnName,
float x)
Deprecated.
Updates the designated column with a float value.
|
void |
updateInt(int columnIndex,
int x)
Deprecated.
Updates the designated column with an int value.
|
void |
updateInt(java.lang.String columnName,
int x)
Deprecated.
Updates the designated column with an int value.
|
void |
updateLong(int columnIndex,
long x)
Deprecated.
Updates the designated column with a long value.
|
void |
updateLong(java.lang.String columnName,
long x)
Deprecated.
Updates the designated column with a long value.
|
void |
updateNCharacterStream(int $35,
java.io.Reader $36)
Deprecated.
|
void |
updateNCharacterStream(int $29,
java.io.Reader $30,
long $31)
Deprecated.
|
void |
updateNCharacterStream(java.lang.String $37,
java.io.Reader $38)
Deprecated.
|
void |
updateNCharacterStream(java.lang.String $32,
java.io.Reader $33,
long $34)
Deprecated.
|
void |
updateNClob(int $85,
java.sql.NClob $86)
Deprecated.
|
void |
updateNClob(int $95,
java.io.Reader $96)
Deprecated.
|
void |
updateNClob(int $89,
java.io.Reader $90,
long $91)
Deprecated.
|
void |
updateNClob(java.lang.String $87,
java.sql.NClob $88)
Deprecated.
|
void |
updateNClob(java.lang.String $97,
java.io.Reader $98)
Deprecated.
|
void |
updateNClob(java.lang.String $92,
java.io.Reader $93,
long $94)
Deprecated.
|
void |
updateNString(int $25,
java.lang.String $26)
Deprecated.
|
void |
updateNString(java.lang.String $27,
java.lang.String $28)
Deprecated.
|
void |
updateNull(int columnIndex)
Deprecated.
Gives a nullable column a null value.
|
void |
updateNull(java.lang.String columnName)
Deprecated.
Updates the designated column with a null value.
|
void |
updateObject(int columnIndex,
java.lang.Object x)
Deprecated.
Updates the designated column with an Object value.
|
void |
updateObject(int columnIndex,
java.lang.Object x,
int scale)
Deprecated.
Updates the designated column with an Object value.
|
void |
updateObject(java.lang.String columnName,
java.lang.Object x)
Deprecated.
Updates the designated column with an Object value.
|
void |
updateObject(java.lang.String columnName,
java.lang.Object x,
int scale)
Deprecated.
Updates the designated column with an Object value.
|
void |
updateRef(int columnIndex,
java.sql.Ref x)
Deprecated.
Updates the designated column with a java.sql.Ref value.
|
void |
updateRef(java.lang.String columnName,
java.sql.Ref x)
Deprecated.
Updates the designated column with a java.sql.Ref value.
|
void |
updateRow()
Deprecated.
Updates the underlying database with the new contents of the current row of this ResultSet object.
|
void |
updateRowId(int $99,
java.sql.RowId $100)
Deprecated.
|
void |
updateRowId(java.lang.String $101,
java.sql.RowId $102)
Deprecated.
|
void |
updateShort(int columnIndex,
short x)
Deprecated.
Updates the designated column with a short value.
|
void |
updateShort(java.lang.String columnName,
short x)
Deprecated.
Updates the designated column with a short value.
|
void |
updateSQLXML(int $79,
java.sql.SQLXML $80)
Deprecated.
|
void |
updateSQLXML(java.lang.String $81,
java.sql.SQLXML $82)
Deprecated.
|
void |
updateString(int columnIndex,
java.lang.String x)
Deprecated.
Updates the designated column with a String value.
|
void |
updateString(java.lang.String columnName,
java.lang.String x)
Deprecated.
Updates the designated column with a String value.
|
void |
updateTime(int columnIndex,
java.sql.Time x)
Deprecated.
Updates the designated column with a java.sql.Time value.
|
void |
updateTime(java.lang.String columnName,
java.sql.Time x)
Deprecated.
Updates the designated column with a java.sql.Time value.
|
void |
updateTimestamp(int columnIndex,
java.sql.Timestamp x)
Deprecated.
Updates the designated column with a java.sql.Timestamp value.
|
void |
updateTimestamp(java.lang.String columnName,
java.sql.Timestamp x)
Deprecated.
Updates the designated column with a java.sql.Timestamp value.
|
boolean |
wasNull()
Deprecated.
Reports whether the last column read had a value of SQL NULL.
|
public java.sql.Statement getStatement()
getStatement in interface java.sql.ResultSetpublic boolean absolute(int row)
absolute in interface java.sql.ResultSetpublic void afterLast()
afterLast in interface java.sql.ResultSetpublic void beforeFirst()
beforeFirst in interface java.sql.ResultSetpublic void cancelRowUpdates()
cancelRowUpdates in interface java.sql.ResultSetpublic void clearWarnings()
clearWarnings in interface java.sql.ResultSetpublic void close()
close in interface java.lang.AutoCloseableclose in interface java.sql.ResultSetpublic void deleteRow()
deleteRow in interface java.sql.ResultSetpublic int findColumn(java.lang.String columnName)
findColumn in interface java.sql.ResultSetpublic boolean first()
first in interface java.sql.ResultSetpublic java.sql.Array getArray(int i)
getArray in interface java.sql.ResultSetpublic java.sql.Array getArray(java.lang.String colName)
getArray in interface java.sql.ResultSetpublic java.io.InputStream getAsciiStream(int columnIndex)
getAsciiStream in interface java.sql.ResultSetpublic java.io.InputStream getAsciiStream(java.lang.String columnName)
getAsciiStream in interface java.sql.ResultSetpublic java.math.BigDecimal getBigDecimal(int columnIndex)
getBigDecimal in interface java.sql.ResultSetpublic java.math.BigDecimal getBigDecimal(int columnIndex,
int scale)
getBigDecimal in interface java.sql.ResultSetpublic java.math.BigDecimal getBigDecimal(java.lang.String columnName)
getBigDecimal in interface java.sql.ResultSetpublic java.math.BigDecimal getBigDecimal(java.lang.String columnName,
int scale)
getBigDecimal in interface java.sql.ResultSetpublic java.io.InputStream getBinaryStream(int columnIndex)
getBinaryStream in interface java.sql.ResultSetpublic java.io.InputStream getBinaryStream(java.lang.String columnName)
getBinaryStream in interface java.sql.ResultSetpublic java.sql.Blob getBlob(int i)
getBlob in interface java.sql.ResultSetpublic java.sql.Blob getBlob(java.lang.String colName)
getBlob in interface java.sql.ResultSetpublic boolean getBoolean(int columnIndex)
getBoolean in interface java.sql.ResultSetpublic boolean getBoolean(java.lang.String columnName)
getBoolean in interface java.sql.ResultSetpublic byte getByte(int columnIndex)
getByte in interface java.sql.ResultSetpublic byte getByte(java.lang.String columnName)
getByte in interface java.sql.ResultSetpublic byte[] getBytes(int columnIndex)
getBytes in interface java.sql.ResultSetpublic byte[] getBytes(java.lang.String columnName)
getBytes in interface java.sql.ResultSetpublic java.io.Reader getCharacterStream(int columnIndex)
getCharacterStream in interface java.sql.ResultSetpublic java.io.Reader getCharacterStream(java.lang.String columnName)
getCharacterStream in interface java.sql.ResultSetpublic java.sql.Clob getClob(int i)
getClob in interface java.sql.ResultSetpublic java.sql.Clob getClob(java.lang.String colName)
getClob in interface java.sql.ResultSetpublic int getConcurrency()
getConcurrency in interface java.sql.ResultSetpublic java.lang.String getCursorName()
getCursorName in interface java.sql.ResultSetpublic java.sql.Date getDate(int columnIndex)
getDate in interface java.sql.ResultSetpublic java.sql.Date getDate(int columnIndex,
java.util.Calendar cal)
getDate in interface java.sql.ResultSetpublic java.sql.Date getDate(java.lang.String columnName)
getDate in interface java.sql.ResultSetpublic java.sql.Date getDate(java.lang.String columnName,
java.util.Calendar cal)
getDate in interface java.sql.ResultSetpublic double getDouble(int columnIndex)
getDouble in interface java.sql.ResultSetpublic double getDouble(java.lang.String columnName)
getDouble in interface java.sql.ResultSetpublic int getFetchDirection()
getFetchDirection in interface java.sql.ResultSetpublic int getFetchSize()
getFetchSize in interface java.sql.ResultSetpublic float getFloat(int columnIndex)
getFloat in interface java.sql.ResultSetpublic float getFloat(java.lang.String columnName)
getFloat in interface java.sql.ResultSetpublic int getInt(int columnIndex)
getInt in interface java.sql.ResultSetpublic int getInt(java.lang.String columnName)
getInt in interface java.sql.ResultSetpublic long getLong(int columnIndex)
getLong in interface java.sql.ResultSetpublic long getLong(java.lang.String columnName)
getLong in interface java.sql.ResultSetpublic java.sql.ResultSetMetaData getMetaData()
getMetaData in interface java.sql.ResultSetpublic java.lang.Object getObject(int columnIndex)
getObject in interface java.sql.ResultSetpublic java.lang.Object getObject(int i,
java.util.Map map)
getObject in interface java.sql.ResultSetpublic java.lang.Object getObject(java.lang.String columnName)
getObject in interface java.sql.ResultSetpublic java.lang.Object getObject(java.lang.String colName,
java.util.Map map)
getObject in interface java.sql.ResultSetpublic java.sql.Ref getRef(int i)
getRef in interface java.sql.ResultSetpublic java.sql.Ref getRef(java.lang.String colName)
getRef in interface java.sql.ResultSetpublic int getRow()
getRow in interface java.sql.ResultSetpublic short getShort(int columnIndex)
getShort in interface java.sql.ResultSetpublic short getShort(java.lang.String columnName)
getShort in interface java.sql.ResultSetpublic java.lang.String getString(int columnIndex)
getString in interface java.sql.ResultSetpublic java.lang.String getString(java.lang.String columnName)
getString in interface java.sql.ResultSetpublic java.sql.Time getTime(int columnIndex)
getTime in interface java.sql.ResultSetpublic java.sql.Time getTime(int columnIndex,
java.util.Calendar cal)
getTime in interface java.sql.ResultSetpublic java.sql.Time getTime(java.lang.String columnName)
getTime in interface java.sql.ResultSetpublic java.sql.Time getTime(java.lang.String columnName,
java.util.Calendar cal)
getTime in interface java.sql.ResultSetpublic java.sql.Timestamp getTimestamp(int columnIndex)
getTimestamp in interface java.sql.ResultSetpublic java.sql.Timestamp getTimestamp(int columnIndex,
java.util.Calendar cal)
getTimestamp in interface java.sql.ResultSetpublic java.sql.Timestamp getTimestamp(java.lang.String columnName)
getTimestamp in interface java.sql.ResultSetpublic java.sql.Timestamp getTimestamp(java.lang.String columnName,
java.util.Calendar cal)
getTimestamp in interface java.sql.ResultSetpublic int getType()
getType in interface java.sql.ResultSetpublic java.io.InputStream getUnicodeStream(int columnIndex)
getUnicodeStream in interface java.sql.ResultSetpublic java.io.InputStream getUnicodeStream(java.lang.String columnName)
getUnicodeStream in interface java.sql.ResultSetpublic java.net.URL getURL(int columnIndex)
getURL in interface java.sql.ResultSetpublic java.net.URL getURL(java.lang.String columnName)
getURL in interface java.sql.ResultSetpublic java.sql.SQLWarning getWarnings()
getWarnings in interface java.sql.ResultSetpublic void insertRow()
insertRow in interface java.sql.ResultSetpublic boolean isAfterLast()
isAfterLast in interface java.sql.ResultSetpublic boolean isBeforeFirst()
isBeforeFirst in interface java.sql.ResultSetpublic boolean isFirst()
isFirst in interface java.sql.ResultSetpublic boolean isLast()
isLast in interface java.sql.ResultSetpublic boolean last()
last in interface java.sql.ResultSetpublic void moveToCurrentRow()
moveToCurrentRow in interface java.sql.ResultSetpublic void moveToInsertRow()
moveToInsertRow in interface java.sql.ResultSetpublic boolean next()
next in interface java.sql.ResultSetpublic boolean previous()
previous in interface java.sql.ResultSetpublic void refreshRow()
refreshRow in interface java.sql.ResultSetpublic boolean relative(int rows)
relative in interface java.sql.ResultSetpublic boolean rowDeleted()
rowDeleted in interface java.sql.ResultSetpublic boolean rowInserted()
rowInserted in interface java.sql.ResultSetpublic boolean rowUpdated()
rowUpdated in interface java.sql.ResultSetpublic void setFetchDirection(int direction)
setFetchDirection in interface java.sql.ResultSetpublic void setFetchSize(int rows)
setFetchSize in interface java.sql.ResultSetpublic void updateArray(int columnIndex,
java.sql.Array x)
updateArray in interface java.sql.ResultSetpublic void updateArray(java.lang.String columnName,
java.sql.Array x)
updateArray in interface java.sql.ResultSetpublic void updateAsciiStream(int columnIndex,
java.io.InputStream x,
int length)
updateAsciiStream in interface java.sql.ResultSetpublic void updateAsciiStream(java.lang.String columnName,
java.io.InputStream x,
int length)
updateAsciiStream in interface java.sql.ResultSetpublic void updateBigDecimal(int columnIndex,
java.math.BigDecimal x)
updateBigDecimal in interface java.sql.ResultSetpublic void updateBigDecimal(java.lang.String columnName,
java.math.BigDecimal x)
updateBigDecimal in interface java.sql.ResultSetpublic void updateBinaryStream(int columnIndex,
java.io.InputStream x,
int length)
updateBinaryStream in interface java.sql.ResultSetpublic void updateBinaryStream(java.lang.String columnName,
java.io.InputStream x,
int length)
updateBinaryStream in interface java.sql.ResultSetpublic void updateBlob(int columnIndex,
java.sql.Blob x)
updateBlob in interface java.sql.ResultSetpublic void updateBlob(java.lang.String columnName,
java.sql.Blob x)
updateBlob in interface java.sql.ResultSetpublic void updateBoolean(int columnIndex,
boolean x)
updateBoolean in interface java.sql.ResultSetpublic void updateBoolean(java.lang.String columnName,
boolean x)
updateBoolean in interface java.sql.ResultSetpublic void updateByte(int columnIndex,
byte x)
updateByte in interface java.sql.ResultSetpublic void updateByte(java.lang.String columnName,
byte x)
updateByte in interface java.sql.ResultSetpublic void updateBytes(int columnIndex,
byte[] x)
updateBytes in interface java.sql.ResultSetpublic void updateBytes(java.lang.String columnName,
byte[] x)
updateBytes in interface java.sql.ResultSetpublic void updateCharacterStream(int columnIndex,
java.io.Reader x,
int length)
updateCharacterStream in interface java.sql.ResultSetpublic void updateCharacterStream(java.lang.String columnName,
java.io.Reader reader,
int length)
updateCharacterStream in interface java.sql.ResultSetpublic void updateClob(int columnIndex,
java.sql.Clob x)
updateClob in interface java.sql.ResultSetpublic void updateClob(java.lang.String columnName,
java.sql.Clob x)
updateClob in interface java.sql.ResultSetpublic void updateDate(int columnIndex,
java.sql.Date x)
updateDate in interface java.sql.ResultSetpublic void updateDate(java.lang.String columnName,
java.sql.Date x)
updateDate in interface java.sql.ResultSetpublic void updateDouble(int columnIndex,
double x)
updateDouble in interface java.sql.ResultSetpublic void updateDouble(java.lang.String columnName,
double x)
updateDouble in interface java.sql.ResultSetpublic void updateFloat(int columnIndex,
float x)
updateFloat in interface java.sql.ResultSetpublic void updateFloat(java.lang.String columnName,
float x)
updateFloat in interface java.sql.ResultSetpublic void updateInt(int columnIndex,
int x)
updateInt in interface java.sql.ResultSetpublic void updateInt(java.lang.String columnName,
int x)
updateInt in interface java.sql.ResultSetpublic void updateLong(int columnIndex,
long x)
updateLong in interface java.sql.ResultSetpublic void updateLong(java.lang.String columnName,
long x)
updateLong in interface java.sql.ResultSetpublic void updateNull(int columnIndex)
updateNull in interface java.sql.ResultSetpublic void updateNull(java.lang.String columnName)
updateNull in interface java.sql.ResultSetpublic void updateObject(int columnIndex,
java.lang.Object x)
updateObject in interface java.sql.ResultSetpublic void updateObject(int columnIndex,
java.lang.Object x,
int scale)
updateObject in interface java.sql.ResultSetpublic void updateObject(java.lang.String columnName,
java.lang.Object x)
updateObject in interface java.sql.ResultSetpublic void updateObject(java.lang.String columnName,
java.lang.Object x,
int scale)
updateObject in interface java.sql.ResultSetpublic void updateRef(int columnIndex,
java.sql.Ref x)
updateRef in interface java.sql.ResultSetpublic void updateRef(java.lang.String columnName,
java.sql.Ref x)
updateRef in interface java.sql.ResultSetpublic void updateRow()
updateRow in interface java.sql.ResultSetpublic void updateShort(int columnIndex,
short x)
updateShort in interface java.sql.ResultSetpublic void updateShort(java.lang.String columnName,
short x)
updateShort in interface java.sql.ResultSetpublic void updateString(int columnIndex,
java.lang.String x)
updateString in interface java.sql.ResultSetpublic void updateString(java.lang.String columnName,
java.lang.String x)
updateString in interface java.sql.ResultSetpublic void updateTime(int columnIndex,
java.sql.Time x)
updateTime in interface java.sql.ResultSetpublic void updateTime(java.lang.String columnName,
java.sql.Time x)
updateTime in interface java.sql.ResultSetpublic void updateTimestamp(int columnIndex,
java.sql.Timestamp x)
updateTimestamp in interface java.sql.ResultSetpublic void updateTimestamp(java.lang.String columnName,
java.sql.Timestamp x)
updateTimestamp in interface java.sql.ResultSetpublic boolean wasNull()
wasNull in interface java.sql.ResultSetpublic java.lang.Object unwrap(java.lang.Class $1)
throws java.sql.SQLException
unwrap in interface java.sql.Wrapperjava.sql.SQLExceptionpublic boolean isWrapperFor(java.lang.Class $2)
throws java.sql.SQLException
isWrapperFor in interface java.sql.Wrapperjava.sql.SQLExceptionpublic void updateBinaryStream(int $3,
java.io.InputStream $4,
long $5)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBinaryStream(java.lang.String $6,
java.io.InputStream $7,
long $8)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBinaryStream(int $9,
java.io.InputStream $10)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBinaryStream(java.lang.String $11,
java.io.InputStream $12)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.SQLXML getSQLXML(int $13)
throws java.sql.SQLException
getSQLXML in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.SQLXML getSQLXML(java.lang.String $14)
throws java.sql.SQLException
getSQLXML in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateAsciiStream(int $15,
java.io.InputStream $16,
long $17)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateAsciiStream(java.lang.String $18,
java.io.InputStream $19,
long $20)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateAsciiStream(int $21,
java.io.InputStream $22)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateAsciiStream(java.lang.String $23,
java.io.InputStream $24)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNString(int $25,
java.lang.String $26)
throws java.sql.SQLException
updateNString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNString(java.lang.String $27,
java.lang.String $28)
throws java.sql.SQLException
updateNString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNCharacterStream(int $29,
java.io.Reader $30,
long $31)
throws java.sql.SQLException
updateNCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNCharacterStream(java.lang.String $32,
java.io.Reader $33,
long $34)
throws java.sql.SQLException
updateNCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNCharacterStream(int $35,
java.io.Reader $36)
throws java.sql.SQLException
updateNCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNCharacterStream(java.lang.String $37,
java.io.Reader $38)
throws java.sql.SQLException
updateNCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(int $39)
throws java.sql.SQLException
getNCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(java.lang.String $40)
throws java.sql.SQLException
getNCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.NClob getNClob(int $41)
throws java.sql.SQLException
getNClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.NClob getNClob(java.lang.String $42)
throws java.sql.SQLException
getNClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.RowId getRowId(int $43)
throws java.sql.SQLException
getRowId in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.sql.RowId getRowId(java.lang.String $44)
throws java.sql.SQLException
getRowId in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateClob(int $45,
java.io.Reader $46,
long $47)
throws java.sql.SQLException
updateClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateClob(java.lang.String $48,
java.io.Reader $49,
long $50)
throws java.sql.SQLException
updateClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateClob(int $51,
java.io.Reader $52)
throws java.sql.SQLException
updateClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateClob(java.lang.String $53,
java.io.Reader $54)
throws java.sql.SQLException
updateClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateCharacterStream(int $55,
java.io.Reader $56,
long $57)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateCharacterStream(java.lang.String $58,
java.io.Reader $59,
long $60)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateCharacterStream(int $61,
java.io.Reader $62)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateCharacterStream(java.lang.String $63,
java.io.Reader $64)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBlob(int $65,
java.io.InputStream $66,
long $67)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBlob(java.lang.String $68,
java.io.InputStream $69,
long $70)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBlob(int $71,
java.io.InputStream $72)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateBlob(java.lang.String $73,
java.io.InputStream $74)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.Object getObject(int $75,
java.lang.Class $76)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String $77,
java.lang.Class $78)
throws java.sql.SQLException
getObject in interface java.sql.ResultSetjava.sql.SQLExceptionpublic int getHoldability()
throws java.sql.SQLException
getHoldability in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateSQLXML(int $79,
java.sql.SQLXML $80)
throws java.sql.SQLException
updateSQLXML in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateSQLXML(java.lang.String $81,
java.sql.SQLXML $82)
throws java.sql.SQLException
updateSQLXML in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.String getNString(int $83)
throws java.sql.SQLException
getNString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic java.lang.String getNString(java.lang.String $84)
throws java.sql.SQLException
getNString in interface java.sql.ResultSetjava.sql.SQLExceptionpublic boolean isClosed()
throws java.sql.SQLException
isClosed in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNClob(int $85,
java.sql.NClob $86)
throws java.sql.SQLException
updateNClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNClob(java.lang.String $87,
java.sql.NClob $88)
throws java.sql.SQLException
updateNClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNClob(int $89,
java.io.Reader $90,
long $91)
throws java.sql.SQLException
updateNClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNClob(java.lang.String $92,
java.io.Reader $93,
long $94)
throws java.sql.SQLException
updateNClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNClob(int $95,
java.io.Reader $96)
throws java.sql.SQLException
updateNClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateNClob(java.lang.String $97,
java.io.Reader $98)
throws java.sql.SQLException
updateNClob in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateRowId(int $99,
java.sql.RowId $100)
throws java.sql.SQLException
updateRowId in interface java.sql.ResultSetjava.sql.SQLExceptionpublic void updateRowId(java.lang.String $101,
java.sql.RowId $102)
throws java.sql.SQLException
updateRowId in interface java.sql.ResultSetjava.sql.SQLExceptionCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.