Class TRALDBSQLResponse

Unit

Declaration

type TRALDBSQLResponse = class(TObject)

Description

TRALDBSQLResponse

Hierarchy

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;
 
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;
 


GitHub Repository
Generated by PasDoc 0.16.0.