TYP_TYPES - Metadata types
Enumarators overview
- TYP_Base
(1) - Basic type
- TYP_Codeset
(3) - Enumerated data type
- TYP_Object
(5) - Object space instance
- TYP_Structure
(2) - Structured data
- TYP_undefined
(0) - Undefined meta-type
Enumerator details
-
TYP_Base - Basic type
ODABA supports a number of defined built-in data types, which are called basic data types.
Code: 1
to list -
TYP_Structure - Structured data
Structure types represent complex data types, which usually consist of a number of members (properties).
Code: 2
to list -
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 -
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