pascalSCADA OPM: dbstructurechecker: Class TCollumnDefinition

Pascal SCADA OPM

Class TCollumnDefinition

Unit

dbstructurechecker

Declaration

type TCollumnDefinition = class(TObject)

Description

TCollumnDefinition

Hierarchy

  • TObject
  • TCollumnDefinition

Overview

Methods

Public constructor Create(OnwerTable:TTableMetadata; FieldName:AnsiString; FieldType:TFieldType; Size:LongInt = -1; Nullable:Boolean = true; DefaultValue:AnsiString = '');
Public destructor Destroy; override;

Properties

Public property FieldName : AnsiString read FFieldName;
Public property FieldType : TFieldType read FFieldType;
Public property NotNull : Boolean read FNotNull write FNotNull;
Public property DefaultValue: AnsiString read FDefaultValue;
Public property Size : LongInt read FSize;

Description

Methods

Public constructor Create(OnwerTable:TTableMetadata; FieldName:AnsiString; FieldType:TFieldType; Size:LongInt = -1; Nullable:Boolean = true; DefaultValue:AnsiString = '');
 
Public destructor Destroy; override;
 

Properties

Public property FieldName : AnsiString read FFieldName;
 
Public property FieldType : TFieldType read FFieldType;
 
Public property NotNull : Boolean read FNotNull write FNotNull;
 
Public property DefaultValue: AnsiString read FDefaultValue;
 
Public property Size : LongInt read FSize;
 

Generated by PasDoc 0.14.0.