MKSQLCpp  0.1
MakeMySQLC++Classes
 All Classes Files Functions Variables Macros Pages
Public Attributes
FieldInformation Struct Reference

Field description structure. More...

#include <CGenDatabase.h>

List of all members.

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.

Detailed Description

Field description structure.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: