Transaction control options.
Source position: sqldb.pp line 326
| type TSQLTransactionOption = ( | ||
| stoUseImplicit, | 
 | Use implicit transaction control if the engine allows it. | 
| stoExplicitStart | 
 | Require explicit start of transactions by TSQLQuery. | 
| ); | 
TSQLTransactionOption enumerates several options that can be used to control the transaction behaviour of TSQLTransaction.
| 
 | Transaction in which a TSQLQuery is handled. | |
| 
 | Transaction options. |