Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Moves the cursor to the given row in this SQLServerResultSet object.
Syntax
public boolean absolute(int row)
Parameters
row
An int that indicates the row number to move to. Can be positive, negative, or 0.
Return Value
true if the cursor is moved to the given position. false if it is before the first row or after the last row.
Exceptions
Remarks
This absolute method is specified by the absolute method in the java.sql.ResultSet interface.