Class TRALFDQuery

Unit

Declaration

type TRALFDQuery = class(TFDQuery)

Description

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

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public procedure ApplyUpdatesRemote;

This item has no description.

Public procedure ExecSQLRemote;

This item has no description.

Public procedure OpenRemote;

This item has no description.

Protected procedure ApplyUpdatesRemoteResponse(Sender: TObject; AResponse: TRALResponse; AException: StringRAL);

This item has no description.

Protected procedure ExecSQLRemoteResponse(Sender: TObject; AResponse: TRALResponse; AException: StringRAL);

This item has no description.

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);

This item has no description.

Protected procedure SetOnQueryRemoteFinish(const value: TOnQueryRemoteFinish);

This item has no description.

Protected procedure SetRALClient(const value: TRALClient);

This item has no description.

Protected procedure SetRALFDConnectionServer(const value: StringRAL);

This item has no description.

Properties

Published property OnQueryRemoteFinish: TOnQueryRemoteFinish read vOnQueryRemoteFinish write SetOnQueryRemoteFinish;

This item has no description.

Published property QueryBehavior: TRALExecBehavior read vQueryBehavior write vQueryBehavior default ebMultiThread;

This item has no description.

Published property RALClient: TRALClient read vRALClient write SetRALClient;

This item has no description.

Published property RALFDConnectionServer: StringRAL read vRALFDConnectionServer write SetRALFDConnectionServer;

This item has no description.

Published property RowsAffectedRemote: Int64RAL read vRowsAffectedRemote;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.