Class TRALDBInfoTables

Unit

Declaration

type TRALDBInfoTables = class(TObject)

Description

TRALDBInfoTables

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function Count: IntegerRAL;
Public function NewTable: TRALDBInfoTable;
Protected function GetAsJSON: StringRAL;
Protected function GetAsJSONObj: TRALJSONArray;
Protected function GetTable(AIndex: IntegerRAL): TRALDBInfoTable;
Protected function GetTableName(AName: StringRAL): TRALDBInfoTable;
Public procedure Clear;
Protected procedure SetAsJSON(AValue: StringRAL);
Protected procedure SetAsJSONObj(AValue: TRALJSONArray);

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;
Public property AsJSONObj: TRALJSONArray read GetAsJSONObj write SetAsJSONObj;
Public property Table[AIndex:IntegerRAL]: TRALDBInfoTable read GetTable;
Public property TableName[AName:StringRAL]: TRALDBInfoTable read GetTableName;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function Count: IntegerRAL;
 
Public function NewTable: TRALDBInfoTable;
 
Protected function GetAsJSON: StringRAL;
 
Protected function GetAsJSONObj: TRALJSONArray;
 
Protected function GetTable(AIndex: IntegerRAL): TRALDBInfoTable;
 
Protected function GetTableName(AName: StringRAL): TRALDBInfoTable;
 
Public procedure Clear;
 
Protected procedure SetAsJSON(AValue: StringRAL);
 
Protected procedure SetAsJSONObj(AValue: TRALJSONArray);
 

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;
 
Public property AsJSONObj: TRALJSONArray read GetAsJSONObj write SetAsJSONObj;
 
Public property Table[AIndex:IntegerRAL]: TRALDBInfoTable read GetTable;
 
Public property TableName[AName:StringRAL]: TRALDBInfoTable read GetTableName;
 


GitHub Repository
Generated by PasDoc 0.16.0.