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;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function Count: IntegerRAL;

This item has no description.

Public function NewTable: TRALDBInfoTable;

This item has no description.

Protected function GetAsJSON: StringRAL;

This item has no description.

Protected function GetAsJSONObj: TRALJSONArray;

This item has no description.

Protected function GetTable(AIndex: IntegerRAL): TRALDBInfoTable;

This item has no description.

Protected function GetTableName(AName: StringRAL): TRALDBInfoTable;

This item has no description.

Public procedure Clear;

This item has no description.

Protected procedure SetAsJSON(AValue: StringRAL);

This item has no description.

Protected procedure SetAsJSONObj(AValue: TRALJSONArray);

This item has no description.

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;

This item has no description.

Public property AsJSONObj: TRALJSONArray read GetAsJSONObj write SetAsJSONObj;

This item has no description.

Public property Table[AIndex: IntegerRAL]: TRALDBInfoTable read GetTable;

This item has no description.

Public property TableName[AName: StringRAL]: TRALDBInfoTable read GetTableName;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.