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

TSQLTransactionOption

Transaction control options.

Declaration

Source position: sqldb.pp line 319

type TSQLTransactionOption = (

  stoUseImplicit,

  

Use implicit transaction control if the engine allows it.

  stoExplicitStart

  

Require explicit start of transactions by TSQLQuery.

);

Description

TSQLTransactionOption enumerates several options that can be used to control the transaction behaviour of TSQLTransaction.

See also

TSQLTransaction

  

Transaction in which a TSQLQuery is handled.

TSQLTransaction.Options

  

Transaction options.


Documentation generated on: Jul 24 2023