supportsTransactions()
Syntax:
boolean supportsTransactions() throws SQLException
Description:
Retrieves whether this database supports transactions. If not, invoking the method commit is a noop, and the isolation level is TRANSACTION_NONE.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs