Retrieves the current result as an update count; if the result
is a ResultSet
object or there are no more results, -1
is returned. This method should be called only once per result.
This method should be used when the returned row count may exceed
Integer.MAX_VALUE
.
The default implementation will throw UnsupportedOperationException
ResultSet
object or there are no more results
SQLException | if a database access error occurs or
this method is called on a closed Statement |
execute
Diagram: Statement