Class tmdbdataset

Unit

Declaration

type tmdbdataset = class(TDataset, idatabaseclient, itransactionclient)

Description

Hierarchy

Overview

Fields

Protected fdatabase: tmdatabase;
Protected ftransaction: tmdbtransaction;
Protected ftransactionwrite: tmdbtransaction;

Methods

Protected procedure setdatabase(const value: tmdatabase); virtual;
Protected procedure settransaction(const value: tmdbtransaction); virtual;
Protected procedure settransactionwrite(const value: tmdbtransaction); virtual;
Protected procedure savepointevent(const sender: tmdbtransaction; const akind: savepointeventkindty; const alevel: integer); virtual;
Protected function getcomponentinstance: tcomponent;
Protected function getname: ansistring;
Protected function gettransaction: tmdbtransaction;
Protected procedure refreshtransaction; virtual; abstract;
Public destructor destroy; override;

Properties

Public property database : tmdatabase read fdatabase write setdatabase;
Public property transaction : tmdbtransaction read ftransaction write settransaction;
Public property transactionwrite : tmdbtransaction read ftransactionwrite write settransactionwrite;

Description

Fields

Protected fdatabase: tmdatabase;
 
Protected ftransaction: tmdbtransaction;
 
Protected ftransactionwrite: tmdbtransaction;
 

Methods

Protected procedure setdatabase(const value: tmdatabase); virtual;
 
Protected procedure settransaction(const value: tmdbtransaction); virtual;
 
Protected procedure settransactionwrite(const value: tmdbtransaction); virtual;
 
Protected procedure savepointevent(const sender: tmdbtransaction; const akind: savepointeventkindty; const alevel: integer); virtual;
 
Protected function getcomponentinstance: tcomponent;
 
Protected function getname: ansistring;
 
Protected function gettransaction: tmdbtransaction;
 
Protected procedure refreshtransaction; virtual; abstract;
 
Public destructor destroy; override;
 

Properties

Public property database : tmdatabase read fdatabase write setdatabase;
 
Public property transaction : tmdbtransaction read ftransaction write settransaction;
 
Public property transactionwrite : tmdbtransaction read ftransactionwrite write settransactionwrite;
 

Generated by PasDoc 0.16.0.