| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Transaction control options
Source position: sqldb.pp line 308
| 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 |