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

SQLServerException

Remarks

This supportsMultipleOpenResults method is specified by the supportsMultipleOpenResults method in the java.sql.DatabaseMetaData interface.

See Also