DatabaseMetaData.supportsDataDefinitionAndDataManipulationTransactions
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException
Returns
true if so
Description
Are both data definition and data manipulation statements
within a transaction supported?
Exceptions
SQLException
if a database-access error occurs.