Retrieves whether the cursor is on the first row of
this ResultSet
object.
Note:Support for the isFirst
method
is optional for ResultSet
s with a result
set type of TYPE_FORWARD_ONLY
true
if the cursor is on the first row;
false
otherwise
SQLException | if a database access error occurs or this method is called on a closed result set | |
SQLFeatureNotSupportedException | if the JDBC driver does not support this method |
Diagram: ResultSet