Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Moves the cursor to the first row of this SQLServerResultSet object.
Syntax
public boolean first()
Return Value
true if the cursor is moved to the first row. Otherwise, false.
Exceptions
Remarks
This first method is specified by the first method in the java.sql.ResultSet interface.