public default long getLargeUpdateCount () throws SQLException

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

Returns:  the current result as an update count; -1 if the current result is a ResultSet object or there are no more results

Exceptions:
SQLException    if a database access error occurs or this method is called on a closed Statement

See also:
execute

Since:  1.8