public abstract ResultSet getResultSet () throws SQLException

Retrieves the current result as a ResultSet object. This method should be called only once per result.

Returns:  the current result as a ResultSet object or null if the result is an update count 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