Condividi tramite


autoCommitFailureClosesAllResultSets Method (SQLServerDatabaseMetaData)

Indicates whether the JDBC driver closes all the open result sets, including the holdable ones, when an auto-commit is enabled and an exception is raised.

Nota

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public boolean autoCommitFailureClosesAllResultSets()

Valore restituito

true if all the open result sets, including the holdable ones, are closed when an auto-commit is enabled and an exception is raised. Otherwise, false.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerDatabaseMetaData Class

Concetti

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members