Retrieves whether this database supports both data definition and data manipulation statements within a transaction.

public boolean supportsDataDefinitionAndDataManipulationTransactions()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also