Constants: ODBCDAM-Transaction Types

Parent: $root.$constants

kODBCTxnAllTransactions may contain both DML and DDL statements in any order
kODBCTxnDDLCommitTransactions may contain DML statements only. DDL statements invoke a commit
kODBCTxnDDLIgnoreTransactions may contain DML statements only. DDL statements are ignored
kODBCTxnDMLOnlyTransactions may contain DML statements only. DDL statements will cause an error
kODBCTxnNoneTransactions are not supported