Class TRALDBSQLResponse
Unit
Declaration
type TRALDBSQLResponse = class(TObject)
Description
TRALDBSQLResponse
Hierarchy
- TObject
- TRALDBSQLResponse
Overview
Methods
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Protected | function GetStream: TStream; |
| Protected | function GetStrError: StringRAL; |
| Public | procedure Clear; |
| Protected | procedure SetStream(AValue: TStream); |
| Protected | procedure SetStrError(AError: StringRAL); |
Properties
| Published | property ContentType: StringRAL read FContentType write FContentType; |
| Published | property Error: boolean read FError write FError; |
| Published | property LastId: Int64RAL read FLastId write FLastId; |
| Published | property Native: boolean read FNative write FNative; |
| Published | property RowsAffected: Int64RAL read FRowsAffected write FRowsAffected; |
| Published | property Stream: TStream read GetStream write SetStream; |
| Published | property StrError: StringRAL read GetStrError write SetStrError; |
Description
Methods
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Protected | function GetStream: TStream; |
|
This item has no description. | |
| Protected | function GetStrError: StringRAL; |
|
This item has no description. | |
| Public | procedure Clear; |
|
This item has no description. | |
| Protected | procedure SetStream(AValue: TStream); |
|
This item has no description. | |
| Protected | procedure SetStrError(AError: StringRAL); |
|
This item has no description. | |
Properties
| Published | property ContentType: StringRAL read FContentType write FContentType; |
|
This item has no description. | |
| Published | property Error: boolean read FError write FError; |
|
This item has no description. | |
| Published | property LastId: Int64RAL read FLastId write FLastId; |
|
This item has no description. | |
| Published | property Native: boolean read FNative write FNative; |
|
This item has no description. | |
| Published | property RowsAffected: Int64RAL read FRowsAffected write FRowsAffected; |
|
This item has no description. | |
| Published | property Stream: TStream read GetStream write SetStream; |
|
This item has no description. | |
| Published | property StrError: StringRAL read GetStrError write SetStrError; |
|
This item has no description. | |
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.