Retrieves whether this database supports keeping statements open across commits.

public boolean supportsOpenStatementsAcrossCommit()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also