supportsDataDefinitionAndDataManipulationTransactions()
Syntax:
boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException
Description:
Retrieves whether this database supports both data definition and data manipulation statements within a transaction.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs