Namespace Alpha\Model\Type
Classes summary
| Boolean | The Boolean complex data type. |
| Date | The Date complex data type. |
| DEnum | The DEnum (Dynamic Enum) complex data type. Similiar to Enum, except list items are stored in a database table and are editable. |
| DEnumItem | The DEnumItem (Dynamic Enum Item) complex data type. Has a one-to-many relationship with the DEnum type. |
| Double | The Double complex data type. |
| Enum | The Enum complex data type. |
| Integer | The Integer complex data type. |
| Relation | The Relation complex data type. |
| RelationLookup | The RelationLookup complex data type. Used to store object2object lookup tables for MANY-TO-MANY relationships between record objects. |
| Sequence | A custom sequence datatype, which is stored as a string and is made up of a string prefix and an integer sequence, which is stored in a database. |
| SmallText | The SmallText complex data type. |
| Text | The Text complex data type. |
| Timestamp | The Timestamp complex data type. |
| Type | The base (abstract) complex data type. |
Interfaces summary
| TypeInterface | The interface for all complex data types. |