Class TRALDBSQL
Unit
Declaration
type TRALDBSQL = class(TObject)
Description
TRALDBSQL
Hierarchy
- TObject
- TRALDBSQL
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure SetParams(AValue: TParams); |
Properties
![]() |
property BookMark: TBookMark read FBookMark write FBookMark; |
![]() |
property DriverType: TRALDBDriverType read FDriverType write FDriverType; |
![]() |
property ExecType: TRALDBExecType read FExecType write FExecType; |
![]() |
property Params: TParams read FParams write SetParams; |
![]() |
property Response: TRALDBSQLResponse read FResponse; |
![]() |
property SQL: StringRAL read FSQL write FSQL; |
![]() |
property SQLIndex: IntegerRAL read FSQLIndex write FSQLIndex; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure SetParams(AValue: TParams); |
Properties
![]() |
property BookMark: TBookMark read FBookMark write FBookMark; |
![]() |
property DriverType: TRALDBDriverType read FDriverType write FDriverType; |
![]() |
property ExecType: TRALDBExecType read FExecType write FExecType; |
![]() |
property Params: TParams read FParams write SetParams; |
![]() |
property Response: TRALDBSQLResponse read FResponse; |
![]() |
property SQL: StringRAL read FSQL write FSQL; |
![]() |
property SQLIndex: IntegerRAL read FSQLIndex write FSQLIndex; |
GitHub Repository
Generated by PasDoc 0.16.0.


