supportsMultipleResultSets()
Syntax:
boolean supportsMultipleResultSets()
                                   throws SQLException
                                        Description:
Retrieves whether this database supports getting multiple ResultSet objects from a single call to the method execute.
Returns:
true if so; false otherwise
Throws:
SQLException - if a database access error occurs