supportsMultipleOpenResults()
Syntax:
boolean supportsMultipleOpenResults() throws SQLException
Description:
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs