Expand description
This module exposes the data types used in the DBMS.
Structs§
- Blob
- Blob data type for the DBMS.
- Boolean
- Boolean data type for the DBMS.
- Date
- Date data type for the DBMS.
- Date
Time - Date time data type for the DBMS.
- Decimal
- Decimal data type for the DBMS.
- Int8
- An integer type wrapper around a primitive integer type.
- Int16
- An integer type wrapper around a primitive integer type.
- Int32
- An integer type wrapper around a primitive integer type.
- Int64
- An integer type wrapper around a primitive integer type.
- Json
- Json data type for the DBMS.
- Text
- Text data type for the DBMS.
- Uint8
- An integer type wrapper around a primitive integer type.
- Uint16
- An integer type wrapper around a primitive integer type.
- Uint32
- An integer type wrapper around a primitive integer type.
- Uint64
- An integer type wrapper around a primitive integer type.
- Uuid
- UUID data type for the DBMS.
Enums§
- Data
Type Kind - An enumeration of all supported data type kinds in the DBMS.
- Nullable
- Nullable data type for the DBMS.
Traits§
- Custom
Data Type - A trait for user-defined custom data types.
- Data
Type - A trait representing a data type that can be stored in the DBMS.