Compartir a través de


supportsMultipleResultSets Method (SQLServerDatabaseMetaData)

Retrieves whether this database supports getting multiple SQLServerResultSet objects from a single call to the execute method of the SQLServerCallableStatement class.

public boolean supportsMultipleResultSets()

Valor devuelto

true if supported. Otherwise, false.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members