Retrieves whether it is possible to have multiple SQLServerResultSet objects returned from a SQLServerCallableStatement object simultaneously.
public boolean supportsMultipleOpenResults()
Return Value
True if supported. Otherwise, false.
Exceptions
Remarks
This supportsMultipleOpenResults method is specified by the supportsMultipleOpenResults method in the java.sql.DatabaseMetaData interface.