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


