Public Member Functions | |
| FieldDescriptor (swFieldDescriptor fd) | |
| Constructor to build a FieldDescriptor from a transfer swFieldDescriptor. | |
| FieldDescriptor (String *tName, String *fName) | |
| Constructor to build a FieldDescriptor. | |
| bool | isPhysical () |
| Returns true if the field is physical. | |
| bool | isGeometry () |
| Returns true if the field is geometry. | |
| bool | isJoin () |
| Returns true if the field is a join. | |
| bool | isDerived () |
| Returns true if the field is derived (logical). | |
| bool | isMandatory () |
| Returns true if the field is mandatory. | |
| bool | isKey () |
| Returns true if the field is a key. | |
| bool | isEnumerated () |
| Returns true if the field is enumerated. | |
| bool | isEnumeratedString () |
| Returns true if the field is enumerated and String. | |
| bool | isString () |
| Returns true if the field is physical and a String type. | |
| bool | isVisible () |
| Returns True if field is Default Visible. | |
Public Attributes | |
| System::String * | tableName |
| Table Name for the field descriptor. | |
| Object * | tag |
| User definable storage. | |
|
||||||||||||
|
Constructor to build a FieldDescriptor.
|
1.4.6-NO