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


GitHub Repository
Generated by PasDoc 0.16.0.