Class TRALFDQuery

Unit

Declaration

type TRALFDQuery = class(TFDQuery)

Description

Attributes
ComponentPlatforms(pidAllPlatforms)

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure ApplyUpdatesRemote;
Public procedure ExecSQLRemote;
Public procedure OpenRemote;
Protected procedure ApplyUpdatesRemoteResponse(Sender: TObject; AResponse: TRALResponse; AException: StringRAL);
Protected procedure ExecSQLRemoteResponse(Sender: TObject; AResponse: TRALResponse; AException: StringRAL);
Protected procedure Notification(AComponent: TComponent; Operation: TOperation); override;
Protected procedure OpenRemoteResponse(Sender: TObject; AResponse: TRALResponse; AException: StringRAL);
Protected procedure SetOnQueryRemoteFinish(const value: TOnQueryRemoteFinish);
Protected procedure SetRALClient(const value: TRALClient);
Protected procedure SetRALFDConnectionServer(const value: StringRAL);

Properties

Published property OnQueryRemoteFinish: TOnQueryRemoteFinish read vOnQueryRemoteFinish write SetOnQueryRemoteFinish;
Published property QueryBehavior: TRALExecBehavior read vQueryBehavior write vQueryBehavior default ebMultiThread;
Published property RALClient: TRALClient read vRALClient write SetRALClient;
Published property RALFDConnectionServer: StringRAL read vRALFDConnectionServer write SetRALFDConnectionServer;
Published property RowsAffectedRemote: Int64RAL read vRowsAffectedRemote;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure ApplyUpdatesRemote;
 
Public procedure ExecSQLRemote;
 
Public procedure OpenRemote;
 
Protected procedure ApplyUpdatesRemoteResponse(Sender: TObject; AResponse: TRALResponse; AException: StringRAL);
 
Protected procedure ExecSQLRemoteResponse(Sender: TObject; AResponse: TRALResponse; AException: StringRAL);
 
Protected procedure Notification(AComponent: TComponent; Operation: TOperation); override;

needed to properly remove assignment in design-time.

Protected procedure OpenRemoteResponse(Sender: TObject; AResponse: TRALResponse; AException: StringRAL);
 
Protected procedure SetOnQueryRemoteFinish(const value: TOnQueryRemoteFinish);
 
Protected procedure SetRALClient(const value: TRALClient);
 
Protected procedure SetRALFDConnectionServer(const value: StringRAL);
 

Properties

Published property OnQueryRemoteFinish: TOnQueryRemoteFinish read vOnQueryRemoteFinish write SetOnQueryRemoteFinish;
 
Published property QueryBehavior: TRALExecBehavior read vQueryBehavior write vQueryBehavior default ebMultiThread;
 
Published property RALClient: TRALClient read vRALClient write SetRALClient;
 
Published property RALFDConnectionServer: StringRAL read vRALFDConnectionServer write SetRALFDConnectionServer;
 
Published property RowsAffectedRemote: Int64RAL read vRowsAffectedRemote;
 


GitHub Repository
Generated by PasDoc 0.16.0.