Retrieves whether this database supports keeping cursors open across commits.

public boolean supportsOpenCursorsAcrossCommit()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also