[Overview][Constants][Types][Classes][Index] Reference for unit 'db' (#fcl)

TDBTransaction

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Encapsulate a transaction

Declaration

Source position: db.pas line 77

type TDBTransaction = class end;

Inheritance

TDBTransaction

  

Encapsulate a transaction

|

TObject

Description

TDBTransaction encapsulates a SQL transaction. It is an abstract class, and should be used by component creators that wish to encapsulate transactions in a class. The TDBTransaction class offers functionality to refer to a TDatabase instance, and to keep track of TDataset instances which are connected to the transaction.

See also

TDatabase

  

Base class for connecting a FreePascal application to an external Database engine

TDataset

  

Base class for records-based data-access


Documentation generated on: Feb 25 2013