The following tables list the methods that are exposed by the SQLServerResultSet class.
Methods
| Name | Description | 
|---|---|
| 
             Moves the cursor to the given 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 this SQLServerResultSet object and from the underlying database.  | 
        |
| 
             Explicitly closes this SQLServerResultSet object.  | 
        |
| 
             Retrieves the column index for the given 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 that is 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 value of the designated column in the current row of this SQLServerResultSet object as an integer 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.  | 
        |
| 
             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 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 that is reported by calls on this SQLServerResultSet object.  | 
        |
| 
             Adds the contents of the insert row to this SQLServerResultSet object and to 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.  | 
        |
| 
             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, which is 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 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 integer value.  | 
        |
| 
             Updates the designated column with a long 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 time value.  | 
        |
| 
             Updates the designated column with a timestamp value.  | 
        |
| 
             Verifies if 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  |