Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Moves the cursor to the last row in this SQLServerResultSet object.
Syntax
public boolean last()
Return Value
true if the new current row is valid. false if there are no more rows to process.
Exceptions
Remarks
This last method is specified by the last method in the java.sql.ResultSet interface.