Class tmdbdataset

Unit

Declaration

type tmdbdataset = class(TDataset, idatabaseclient, itransactionclient)

Description

This item has no 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;

This item has no description.

Protected ftransaction: tmdbtransaction;

This item has no description.

Protected ftransactionwrite: tmdbtransaction;

This item has no description.

Methods

Protected procedure setdatabase(const value: tmdatabase); virtual;

This item has no description.

Protected procedure settransaction(const value: tmdbtransaction); virtual;

This item has no description.

Protected procedure settransactionwrite(const value: tmdbtransaction); virtual;

This item has no description.

Protected procedure savepointevent(const sender: tmdbtransaction; const akind: savepointeventkindty; const alevel: integer); virtual;

This item has no description.

Protected function getcomponentinstance: tcomponent;

This item has no description.

Protected function getname: ansistring;

This item has no description.

Protected function gettransaction: tmdbtransaction;

This item has no description.

Protected procedure refreshtransaction; virtual; abstract;

This item has no description.

Public destructor destroy; override;

This item has no description.

Properties

Public property database : tmdatabase read fdatabase write setdatabase;

This item has no description.

Public property transaction : tmdbtransaction read ftransaction write settransaction;

This item has no description.

Public property transactionwrite : tmdbtransaction read ftransactionwrite write settransactionwrite;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.