Field description structure. More...
#include <CGenDatabase.h>
Public Attributes | |
char | fldName [128] |
Specifies the field name. | |
char | fldType [128] |
Specifies the field type. | |
char | fldNull [10] |
Specifies if this field can contain NULLs. | |
char | fldIdx [10] |
Specifies if this field is indexed. | |
char | fldDefault [256] |
Specifies the default value. | |
char | fldExtra [256] |
Specifies extra behaviours to this field. | |
bool | bfldSigned |
Signed or Unsigned. | |
unsigned int | tVarType |
Field type. |
Field description structure.
bool FieldInformation::bfldSigned |
Signed or Unsigned.
char FieldInformation::fldDefault[256] |
Specifies the default value.
char FieldInformation::fldExtra[256] |
Specifies extra behaviours to this field.
char FieldInformation::fldIdx[10] |
Specifies if this field is indexed.
char FieldInformation::fldName[128] |
Specifies the field name.
char FieldInformation::fldNull[10] |
Specifies if this field can contain NULLs.
char FieldInformation::fldType[128] |
Specifies the field type.
unsigned int FieldInformation::tVarType |
Field type.