Class TRALDBInfoField
Unit
Declaration
type TRALDBInfoField = class(TObject)
Description
TRALDBInfoField
Hierarchy
- TObject
- TRALDBInfoField
Overview
Methods
![]() |
constructor Create; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
function GetAsJSONObj: TRALJSONObject; |
![]() |
function GetRALFieldType: TRALFieldType; |
![]() |
procedure SetAsJSON(AValue: StringRAL); |
![]() |
procedure SetAsJSONObj(AValue: TRALJSONObject); |
![]() |
procedure SetRALFieldType(AValue: TRALFieldType); |
Properties
![]() |
property AsJSON: StringRAL read GetAsJSON write SetAsJSON; |
![]() |
property AsJSONObj: TRALJSONObject read GetAsJSONObj write SetAsJSONObj; |
![]() |
property Attributes: StringRAL read FAttributes write FAttributes; |
![]() |
property FieldName: StringRAL read FFieldName write FFieldName; |
![]() |
property FieldType: TFieldType read FFieldType write FFieldType; |
![]() |
property Flags: byte read FFlags write FFlags; |
![]() |
property Length: IntegerRAL read FLength write FLength; |
![]() |
property Precision: IntegerRAL read FPrecision write FPrecision; |
![]() |
property RALFieldType: TRALFieldType read GetRALFieldType write SetRALFieldType; |
![]() |
property Scale: IntegerRAL read FScale write FScale; |
![]() |
property Schema: StringRAL read FSchema write FSchema; |
![]() |
property TableName: StringRAL read FTableName write FTableName; |
Description
Methods
![]() |
constructor Create; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
function GetAsJSONObj: TRALJSONObject; |
![]() |
function GetRALFieldType: TRALFieldType; |
![]() |
procedure SetAsJSON(AValue: StringRAL); |
![]() |
procedure SetAsJSONObj(AValue: TRALJSONObject); |
![]() |
procedure SetRALFieldType(AValue: TRALFieldType); |
Properties
![]() |
property AsJSON: StringRAL read GetAsJSON write SetAsJSON; |
![]() |
property AsJSONObj: TRALJSONObject read GetAsJSONObj write SetAsJSONObj; |
![]() |
property Attributes: StringRAL read FAttributes write FAttributes; |
![]() |
property FieldName: StringRAL read FFieldName write FFieldName; |
![]() |
property FieldType: TFieldType read FFieldType write FFieldType; |
![]() |
property Flags: byte read FFlags write FFlags; |
![]() |
property Length: IntegerRAL read FLength write FLength; |
![]() |
property Precision: IntegerRAL read FPrecision write FPrecision; |
![]() |
property RALFieldType: TRALFieldType read GetRALFieldType write SetRALFieldType; |
![]() |
property Scale: IntegerRAL read FScale write FScale; |
![]() |
property Schema: StringRAL read FSchema write FSchema; |
![]() |
property TableName: StringRAL read FTableName write FTableName; |
GitHub Repository
Generated by PasDoc 0.16.0.


