OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
Collection of hand-written utilities and types. More...
Enumerations | |
enum class | modelUtil::DbType : int8_t { INVALID = -1 , ACCOUNT = 0 , GAME = 1 , LOG = 2 } |
Database type identifier. | |
Functions | |
const std::string & | modelUtil::DbTypeString (DbType db) |
Returns the string equivalent of a DbType. | |
Collection of hand-written utilities and types.