#include <class.h>
Public Types | |
| enum | FieldTypes { tpBool, tpInt1, tpInt2, tpInt4, tpInt8, tpReal4, tpReal8, tpString, tpReference, tpArray, tpMethodBool, tpMethodInt1, tpMethodInt2, tpMethodInt4, tpMethodInt8, tpMethodReal4, tpMethodReal8, tpMethodString, tpMethodReference, tpStructure, tpRawBinary, tpStdString, tpUnknown } |
Public Attributes | |
| dbVarying | name |
| dbVarying | tableName |
| dbVarying | inverse |
| int4 | type |
| int4 | offset |
| nat4 | size |
| oid_t | hashTable |
| oid_t | tTree |
|
|
Hash table for hashed field |
|
|
Name of inverse reference field (only for refereces) |
|
|
Full name of the field (for example "x.y.z") |
|
|
Offset of the field in the record |
|
|
Size of the field |
|
|
Name of referenced table( only for references) |
|
|
T-Tree for field indexed by means of T-Ttree |
|
|
Field type: one of |
1.3.5