Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.48 KB

autocommitfailureclosesallresultsets-method-sqlserverdatabasemetadata.md

File metadata and controls

37 lines (27 loc) · 1.48 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Does JDBC Driver Close Open Result Sets
autoCommitFailureClosesAllResultSets Method (SQLServerDatabaseMetaData)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

autoCommitFailureClosesAllResultSets Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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.

Syntax

  
public boolean autoCommitFailureClosesAllResultSets()  

Return Value

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.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class