Class TRALDBInfoField

Unit

Declaration

type TRALDBInfoField = class(TObject)

Description

TRALDBInfoField

Hierarchy

Overview

Methods

Public constructor Create;
Protected function GetAsJSON: StringRAL;
Protected function GetAsJSONObj: TRALJSONObject;
Protected function GetRALFieldType: TRALFieldType;
Protected procedure SetAsJSON(AValue: StringRAL);
Protected procedure SetAsJSONObj(AValue: TRALJSONObject);
Protected procedure SetRALFieldType(AValue: TRALFieldType);

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;
Public property AsJSONObj: TRALJSONObject read GetAsJSONObj write SetAsJSONObj;
Published property Attributes: StringRAL read FAttributes write FAttributes;
Published property FieldName: StringRAL read FFieldName write FFieldName;
Published property FieldType: TFieldType read FFieldType write FFieldType;
Published property Flags: byte read FFlags write FFlags;
Published property Length: IntegerRAL read FLength write FLength;
Published property Precision: IntegerRAL read FPrecision write FPrecision;
Published property RALFieldType: TRALFieldType read GetRALFieldType write SetRALFieldType;
Published property Scale: IntegerRAL read FScale write FScale;
Published property Schema: StringRAL read FSchema write FSchema;
Published property TableName: StringRAL read FTableName write FTableName;

Description

Methods

Public constructor Create;

This item has no description.

Protected function GetAsJSON: StringRAL;

This item has no description.

Protected function GetAsJSONObj: TRALJSONObject;

This item has no description.

Protected function GetRALFieldType: TRALFieldType;

This item has no description.

Protected procedure SetAsJSON(AValue: StringRAL);

This item has no description.

Protected procedure SetAsJSONObj(AValue: TRALJSONObject);

This item has no description.

Protected procedure SetRALFieldType(AValue: TRALFieldType);

This item has no description.

Properties

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;

This item has no description.

Public property AsJSONObj: TRALJSONObject read GetAsJSONObj write SetAsJSONObj;

This item has no description.

Published property Attributes: StringRAL read FAttributes write FAttributes;

This item has no description.

Published property FieldName: StringRAL read FFieldName write FFieldName;

This item has no description.

Published property FieldType: TFieldType read FFieldType write FFieldType;

This item has no description.

Published property Flags: byte read FFlags write FFlags;

This item has no description.

Published property Length: IntegerRAL read FLength write FLength;

This item has no description.

Published property Precision: IntegerRAL read FPrecision write FPrecision;

This item has no description.

Published property RALFieldType: TRALFieldType read GetRALFieldType write SetRALFieldType;

This item has no description.

Published property Scale: IntegerRAL read FScale write FScale;

This item has no description.

Published property Schema: StringRAL read FSchema write FSchema;

This item has no description.

Published property TableName: StringRAL read FTableName write FTableName;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.