Parent: $root.$constants
kODBCTxnAll | Transactions may contain both DML and DDL statements in any order |
kODBCTxnDDLCommit | Transactions may contain DML statements only. DDL statements invoke a commit |
kODBCTxnDDLIgnore | Transactions may contain DML statements only. DDL statements are ignored |
kODBCTxnDMLOnly | Transactions may contain DML statements only. DDL statements will cause an error |
kODBCTxnNone | Transactions are not supported |