supportsMultipleTransactions()
Syntax:
boolean supportsMultipleTransactions() throws SQLException
Description:
Retrieves whether this database allows having multiple transactions open at once (on different connections).
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs