company logo

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

Implementation details

  1. - internal feature (not documented)
    DBStructDef * DictionaryHandle  :: GetStructDef ( NString &strnames )
    • strnames - Type name
  2. to list
  3. - 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.

  4. to list