Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLTransactionOptions

Set of TSQLTransactionOption.

Declaration

Source position: sqldb.pp line 320

type TSQLTransactionOptions = set of (

  stoUseImplicit,

  

Use implicit transaction control if the engine allows it.

  stoExplicitStart

  

Require explicit start of transactions by TSQLQuery.

);

Description

TSQLTransactionOptions is the property type of TSQLTransaction.Options.

See also

TSQLTransaction.Options

  

Transaction options.


Documentation generated on: Jul 24 2023