Statement.getResultSet

Statement.getResultSet

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract ResultSet getResultSet() throws SQLException
Returns
the current result as a ResultSet; null if the result is an update count or there are no more results
Description
getResultSet returns the current result as a ResultSet. It should only be called once per result.

Exceptions
SQLException if a database-access error occurs.
See Also
execute