SQLServerResultSet Members
The following tables list the members that are exposed by the SQLServerResultSet class.
Constructors
None.
Fields
Name | Description |
---|---|
Used to specify a SQL Server read/write optimistic concurrency type with no row locks. |
|
Used to specify a SQL Server read/write optimistic concurrency type with no row locks. |
|
Used to specify a SQL Server read/write optimistic concurrency type with row locks. |
|
Used to specify a SQL Server fast forward-only, read-only cursor type. |
|
Used to specify a SQL Server dynamic cursor type. |
|
Used to specify a SQL Server keyset cursor type. |
|
Used to specify a SQL Server static cursor type. |
|
Used to specify a SQL Server fast forward-only, read-only cursor type. |
Inherited Fields
Class inherited from: | Description |
---|---|
java.sql.ResultSet |
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
Methods
Name | Description |
---|---|
Moves the cursor to the specified row in this SQLServerResultSet object. |
|
Moves the cursor to after the last row of this SQLServerResultSet object. |
|
Moves the cursor to before the first row of this SQLServerResultSet object. |
|
Cancels the updates made to the current row in this SQLServerResultSet object. |
|
Clears all warnings reported on this SQLServerResultSet object. |
|
Releases this SQLServerResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed. |
|
Deletes the current row from thisSQLServerResultSet object and from the underlying database. |
|
Explicitly closes this SQLServerResultSet object. |
|
Retrieves the index of the first matching column for the specified column name in this SQLServerResultSet object. |
|
Moves the cursor to the first row of this SQLServerResultSet object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as an Array object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a stream of ASCII characters. |
|
Retrieves the value of the designated column index in the current row of this SQLServerResultSet object as a java.math.BigDecimal. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a binary stream of uninterpreted bytes. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a Blob object in the Java programming language. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a boolean in the Java programming language. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a byte in the Java programming language. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a byte array in the Java programming language. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a java.io.Reader object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a Clob object in the Java programming language. |
|
Retrieves the concurrency mode of this SQLServerResultSet object. |
|
Retrieves the name of the SQL cursor used by this SQLServerResultSet object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a java.sql.Date object in the Java programming language. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a double in the Java programming language. |
|
Retrieves the fetch direction for this SQLServerResultSet object. |
|
Retrieves the fetch size for this SQLServerResultSet object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a float in the Java programming language. |
|
Retrieves the holdability of this SQLServerResultSet object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as an int in the Java programming language. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a long in the Java programming language. |
|
Retrieves the number, types, and properties of this SQLServerResultSet object's columns. |
|
Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a Reader object. |
|
Retrieves the value of the designated column in the current row of the SQLServerResultSetobject as an NClob object in the Java programming language. |
|
Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a String in the Java programming language. |
|
Gets the value of the designated column in the current row of this SQLServerResultSet object as an object in the Java programming language. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a Ref object in the Java programming language. |
|
Retrieves the current row number. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a short in the Java programming language. |
|
Retrieves the SQLServerStatement object that produced this SQLServerResultSet object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a String in the Java programming language. |
|
Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a SQLXML object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a java.sql.Time object in the Java programming language. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a java.sql.Timestamp object in the Java programming language. |
|
Retrieves the cursor type of this SQLServerResultSet object. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a stream of Unicode characters. |
|
Retrieves the value of the designated column in the current row of this SQLServerResultSet object as a URL object. |
|
Retrieves the first warning reported by calls on this SQLServerResultSet object. |
|
Inserts the contents of the insert row into this SQLServerResultSet object and into the database. |
|
Retrieves whether the cursor is after the last row in this SQLServerResultSet object. |
|
Retrieves whether the cursor is before the first row in this SQLServerResultSet object. |
|
Indicates whether this SQLServerResultSet object has been closed. |
|
Retrieves whether the cursor is on the first row of this SQLServerResultSet object. |
|
Retrieves whether the cursor is on the last row of this SQLServerResultSet object. |
|
Moves the cursor to the last row in this SQLServerResultSet object. |
|
Moves the cursor to the remembered cursor position, usually the current row. |
|
Moves the cursor to the insert row. |
|
Moves the cursor down one row from its current position. |
|
Moves the cursor to the previous row in this SQLServerResultSet object. |
|
Refreshes the current row with its most recent value in the database. |
|
Moves the cursor the given amount of rows, relative to the current row, in either a positive or a negative direction. |
|
Retrieves whether a row has been deleted. |
|
Retrieves whether the current row has had an insertion. |
|
Retrieves whether the current row has been updated. |
|
Gives a hint as to the direction in which the rows in this SQLServerResultSet object will be processed. |
|
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 SQLServerResultSet object. |
|
Updates the designated column with an Array object. |
|
Updates the designated column with an ASCII stream value. |
|
Updates the designated column with a BigDecimal object. |
|
Updates the designated column with a binary stream value. |
|
Updates the designated column with a java.sql.Blob value. |
|
Updates the designated column with a boolean value. |
|
Updates the designated column with a byte value. |
|
Updates the designated column with an array of byte values. |
|
Updates the designated column with a character stream value. |
|
Updates the designated column with a java.sql.Clob value. |
|
Updates the designated column with a date value. |
|
Updates the designated column with a double value. |
|
Updates the designated column with a float value. |
|
Updates the designated column with an int value. |
|
Updates the designated column with a long value. |
|
Updates the designated column with a character stream value. |
|
Updates the designated column with the specified object value. |
|
Updates the designated column with a String value. |
|
Updates the designated column with a null value. |
|
Updates the designated column with an Object value. |
|
Updates the designated column with a java.sql.Ref value. |
|
Updates the underlying database with the new contents of the current row of this SQLServerResultSet object. |
|
Updates the designated column with a short value. |
|
Updates the designated column with a String value. |
|
Updates the designated column with a SQLXML value. |
|
Updates the designated column with a time value. |
|
Updates the designated column with a timestamp value. |
|
Verifies whether the last value read was a null value. |
Inherited Methods
Class inherited from: | Methods |
---|---|
java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait |
java.sql.Wrapper |
isWrapperFor, unwrap |