company logo

TypeDefinition :: TypeDefinition - Constructor

Usually, type definitions are not constructed explicitly, but created from database resources calling e.g. Property::typeDefinition() function.

Implementation overview

Implementation details

  1. Copy constructor
    TypeDefinition  :: TypeDefinition ( odaba::TypeDefinition &cTypeDefinition )

    The function creates a copy of the type definition passed in cTypeDefinition.

    • cTypeDefinition - Type definition

      Type definition refers to a type descriptor for a complex data type (structure), view or enumeration.

  2. to list
  3. Create empty type definition
    TypeDefinition  :: TypeDefinition (  )

    The constructor creates an empty (invalid) type definition.

  4. to list