The Value class represents any basic type that can be stored in the database.
Classes | |
| class | db::Currency |
| Fixed-point currency value. More... | |
| class | db::BasicString< T, Traits > |
| String data type. More... | |
| class | db::DateTime |
| Time data type. More... | |
| class | db::Value |
| A value stored in a database field. More... | |
Typedefs | |
| typedef int8_t | db_sint8 |
| typedef uint8_t | db_uint8 |
| typedef int64_t | db_sint |
| typedef uint64_t | db_uint |