[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sqldb' (#fcl)

TSQLTransactionOptions

Set of TSQLTransactionOption

Declaration

Source position: sqldb.pp line 272

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: Nov 14 2015