Class TRALDBModule
Unit
Declaration
type TRALDBModule = class(TRALModuleRoutes)
Description
TRALDBModule
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALModuleRoutes
- TRALDBModule
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function FindDatabaseDriver(ARequest: TRALRequest; AResponse: TRALResponse) : TRALDBBase; |
![]() |
function GetInfoFieldsStream(ADatabase: TRALDBBase; ADataset : TDataSet; ABinary : boolean) : TStream; |
![]() |
procedure ApplyUpdates(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure ExecSQL(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure ExecSQLResponse(ADatabase: TRALDBBase; ADBSQL: TRALDBSQL; AStorage: TRALStorageLink); |
![]() |
procedure GetFields(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure GetSQLFields(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure GetTables(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure OpenSQL(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure OpenSQLResponse(ADatabase: TRALDBBase; ADBSQL: TRALDBSQL; AStorage: TRALStorageLink); |
Properties
![]() |
property Database: StringRAL read FDatabase write FDatabase; |
![]() |
property DatabaseLink: String read FDataBaseLink write FDataBaseLink; |
![]() |
property DatabaseType: TRALDatabaseType read FDatabaseType write FDatabaseType; |
![]() |
property Hostname: StringRAL read FHostname write FHostname; |
![]() |
property OnAfterConnect: TRALDBOnConnect read FOnAfterConnect write FOnAfterConnect; |
![]() |
property OnBeforeConnect: TRALDBOnConnect read FOnBeforeConnect write FOnBeforeConnect; |
![]() |
property OnErrorConnect: TRALDBOnError read FOnErrorConnect write FOnErrorConnect; |
![]() |
property OnErrorQuery: TRALDBOnError read FOnErrorQuery write FOnErrorQuery; |
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property Port: IntegerRAL read FPort write FPort; |
![]() |
property Username: StringRAL read FUsername write FUsername; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function FindDatabaseDriver(ARequest: TRALRequest; AResponse: TRALResponse) : TRALDBBase; |
![]() |
function GetInfoFieldsStream(ADatabase: TRALDBBase; ADataset : TDataSet; ABinary : boolean) : TStream; |
![]() |
procedure ApplyUpdates(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure ExecSQL(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure ExecSQLResponse(ADatabase: TRALDBBase; ADBSQL: TRALDBSQL; AStorage: TRALStorageLink); |
![]() |
procedure GetFields(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure GetSQLFields(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure GetTables(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure OpenSQL(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure OpenSQLResponse(ADatabase: TRALDBBase; ADBSQL: TRALDBSQL; AStorage: TRALStorageLink); |
Properties
![]() |
property Database: StringRAL read FDatabase write FDatabase; |
![]() |
property DatabaseLink: String read FDataBaseLink write FDataBaseLink; |
![]() |
property DatabaseType: TRALDatabaseType read FDatabaseType write FDatabaseType; |
![]() |
property Hostname: StringRAL read FHostname write FHostname; |
![]() |
property OnAfterConnect: TRALDBOnConnect read FOnAfterConnect write FOnAfterConnect; |
![]() |
property OnBeforeConnect: TRALDBOnConnect read FOnBeforeConnect write FOnBeforeConnect; |
![]() |
property OnErrorConnect: TRALDBOnError read FOnErrorConnect write FOnErrorConnect; |
![]() |
property OnErrorQuery: TRALDBOnError read FOnErrorQuery write FOnErrorQuery; |
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property Port: IntegerRAL read FPort write FPort; |
![]() |
property Username: StringRAL read FUsername write FUsername; |
GitHub Repository
Generated by PasDoc 0.16.0.


