TypeDefinition :: TypeDefinition - Constructor
Usually, type definitions are not constructed explicitly, but created from database resources calling e.g. Property::typeDefinition() function.
Implementation overview
- Copy constructor
TypeDefinition :: TypeDefinition ( cTypeDefinition ) - Create empty type definition
TypeDefinition :: TypeDefinition (  )
Implementation details
-
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.
to list
- cTypeDefinition
- Type definition
-
Create empty type definition
TypeDefinition  :: TypeDefinition (  )
The constructor creates an empty (invalid) type definition.
to list