| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TSQLTransactionOption
Source position: sqldb.pp line 319
type TSQLTransactionOptions = set of (  | 
||
stoUseImplicit,  | 
  | 
Use implicit transaction control if the engine allows it.  | 
stoExplicitStart  | 
  | 
Require explicit start of transactions by TSQLQuery  | 
);  | 
TSQLTransactionOptions is the property type of TSQLTransaction.Options.
  | 
Transaction options  |