company logo

TYP_TYPES - Metadata types

Enumarators overview

Enumerator details

  1. TYP_undefined - Undefined meta-type
    Code: 0
    to list
  2. TYP_Base - Basic type

    ODABA supports a number of defined built-in data types, which are called basic data types.

    Code: 1
    to list
  3. TYP_Structure - Structured data

    Structure types represent complex data types, which usually consist of a number of members (properties).

    Code: 2
    to list
  4. TYP_Codeset - Enumerated data type

    An enumeration defines an enumerated value domain, which contains a number of enumerated values presented by codes and names. ODABA allows associating enumerators with types that correspond to the category.

    Code: 3
    to list
  5. TYP_Object - Object space instance

    Object spaces are ad hoc instances and cannot be defined conceptually. An object space defines exactly one instance in the database. Properties of an object space are the extents (collections) allocated to the object space.

    Code: 5
    to list