DictionaryHandle :: GetStructDef - Get structure definition
Maintained for compatibility reasons. See ProvideStructureDef().
Return value: Structure definition ( DBStructDef * )
The structure definition is provided in the internal format as pointer to a DBStructDef object.
Implementation overview
- - internal feature (not documented)
DictionaryHandle :: GetStructDef ( strnames ) - - internal feature (not documented)
DictionaryHandle :: GetStructDef ( sid )
Implementation details
-
- internal feature (not documented)
DBStructDef * DictionaryHandle  :: GetStructDef ( NString &strnames )
- strnames - Type name
to list
-
- internal feature (not documented)
DBStructDef * DictionaryHandle  :: GetStructDef ( int16 sid )
- sid
- Internal type number
Internal type numbers for user-defined types are positive. Elementary types have got negative type IDs.
to list
- sid
- Internal type number