Class TRALDBSQL

Unit

Declaration

type TRALDBSQL = class(TObject)

Description

TRALDBSQL

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Protected procedure SetParams(AValue: TParams);

Properties

Published property BookMark: TBookMark read FBookMark write FBookMark;
Published property DriverType: TRALDBDriverType read FDriverType write FDriverType;
Published property ExecType: TRALDBExecType read FExecType write FExecType;
Published property Params: TParams read FParams write SetParams;
Published property Response: TRALDBSQLResponse read FResponse;
Published property SQL: StringRAL read FSQL write FSQL;
Published property SQLIndex: IntegerRAL read FSQLIndex write FSQLIndex;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Protected procedure SetParams(AValue: TParams);
 

Properties

Published property BookMark: TBookMark read FBookMark write FBookMark;
 
Published property DriverType: TRALDBDriverType read FDriverType write FDriverType;
 
Published property ExecType: TRALDBExecType read FExecType write FExecType;
 
Published property Params: TParams read FParams write SetParams;
 
Published property Response: TRALDBSQLResponse read FResponse;
 
Published property SQL: StringRAL read FSQL write FSQL;
 
Published property SQLIndex: IntegerRAL read FSQLIndex write FSQLIndex;
 


GitHub Repository
Generated by PasDoc 0.16.0.