Go to the source code of this file.
Classes | |
class | TZMsSqlDatabaseMetadata |
Implements MsSql Database Metadata. More... | |
Functions | |
Boolean | SupportsDataDefinitionAndDataManipulationTransactions () |
Are both data definition and data manipulation statements within a transaction supported? | |
Boolean | SupportsDataManipulationTransactionsOnly () |
Are only data manipulation statements within a transaction supported? |
Boolean SupportsDataDefinitionAndDataManipulationTransactions | ( | ) |
Are both data definition and data manipulation statements within a transaction supported?
true
if so; false
otherwise Definition at line 1576 of file ZDbcDbLibMsSqlMetadata.pas.
Boolean SupportsDataManipulationTransactionsOnly | ( | ) |
Are only data manipulation statements within a transaction supported?
true
if so; false
otherwise Definition at line 1589 of file ZDbcDbLibMsSqlMetadata.pas.