Class TRALDBConnection
Unit
Declaration
type TRALDBConnection = class(TRALComponent)
Description
TRALDBConnection
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALDBConnection
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); overload; |
![]() |
function ConstructDeleteSQL(ADataset: TDataSet; AUpdateTable: StringRAL; AUpdateMode: TUpdateMode): StringRAL; |
![]() |
function ConstructInsertSQL(ADataset: TDataSet; AUpdateTable: StringRAL): StringRAL; |
![]() |
function ConstructUpdateSQL(ADataset: TDataSet; AUpdateTable: StringRAL; AUpdateMode: TUpdateMode): StringRAL; |
![]() |
function GetTables: TRALDBInfoTables; |
![]() |
function InfoFieldsFromSQL(ASQL: StringRAL): TRALDBInfoFields; |
![]() |
procedure ApplyUpdatesRemote(ACache: TRALDBSQLCache; AResp: TRALThreadClientResponse); |
![]() |
procedure ExecSQLRemote(AQuery: TDataset; AStorage: TRALStorageLink; AResp: TRALThreadClientResponse); |
![]() |
procedure OpenRemote(AQuery: TDataset; AStorage: TRALStorageLink; AResp: TRALThreadClientResponse); |
![]() |
procedure Notification(AComponent: TComponent; Operation: TOperation); override; |
![]() |
procedure SetClient(AValue: TRALClient); |
![]() |
procedure SetModuleRoute(AValue: StringRAL); |
Properties
![]() |
property Client: TRALClient read FClient write SetClient; |
![]() |
property ModuleRoute: StringRAL read FModuleRoute write SetModuleRoute; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); overload; |
![]() |
function ConstructDeleteSQL(ADataset: TDataSet; AUpdateTable: StringRAL; AUpdateMode: TUpdateMode): StringRAL; |
![]() |
function ConstructInsertSQL(ADataset: TDataSet; AUpdateTable: StringRAL): StringRAL; |
![]() |
function ConstructUpdateSQL(ADataset: TDataSet; AUpdateTable: StringRAL; AUpdateMode: TUpdateMode): StringRAL; |
![]() |
function GetTables: TRALDBInfoTables; |
![]() |
function InfoFieldsFromSQL(ASQL: StringRAL): TRALDBInfoFields; |
![]() |
procedure ApplyUpdatesRemote(ACache: TRALDBSQLCache; AResp: TRALThreadClientResponse); |
![]() |
procedure ExecSQLRemote(AQuery: TDataset; AStorage: TRALStorageLink; AResp: TRALThreadClientResponse); |
![]() |
procedure OpenRemote(AQuery: TDataset; AStorage: TRALStorageLink; AResp: TRALThreadClientResponse); |
![]() |
procedure Notification(AComponent: TComponent; Operation: TOperation); override; |
![]() |
procedure SetClient(AValue: TRALClient); |
![]() |
procedure SetModuleRoute(AValue: StringRAL); |
Properties
![]() |
property Client: TRALClient read FClient write SetClient; |
![]() |
property ModuleRoute: StringRAL read FModuleRoute write SetModuleRoute; |
GitHub Repository
Generated by PasDoc 0.16.0.


