Retrieves whether this database supports transactions.

public boolean supportsTransactions()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also