OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
[MONSTER_ITEM_TEST] Monster item test More...
Public Types | |
using | BinderType = full_binder::MonsterItemTest |
Static Public Member Functions | |
static const std::string & | TableName () |
Returns the table name. | |
static const std::unordered_set< std::string > & | ColumnNames () |
Returns a set of column names for the table. | |
static const std::vector< std::string > & | OrderedColumnNames () |
Returns an ordered vector of column names for the table. | |
static const std::unordered_set< std::string > & | BlobColumns () |
Returns a set of blob column names for the table. | |
static const modelUtil::DbType | DbType () |
Returns the associated database type for the table. | |
static const std::vector< std::string > & | PrimaryKey () |
Returns the columns associated with the table's Primary Key. | |
Public Attributes | |
int16_t | Index = {} |
Column [sIndex]: Index. | |
std::optional< int32_t > | Item1 |
Column [iItem01]: Item 1. | |
std::optional< int16_t > | Percent1 |
Column [sPersent01]: Percent 1. | |
std::optional< int32_t > | Item2 |
Column [iItem02]: Item 2. | |
std::optional< int16_t > | Percent2 |
Column [sPersent02]: Percent 2. | |
std::optional< int32_t > | Item3 |
Column [iItem03]: Item 3. | |
std::optional< int16_t > | Percent3 |
Column [sPersent03]: Percent 3. | |
std::optional< int32_t > | Item4 |
Column [iItem04]: Item 4. | |
std::optional< int16_t > | Percent4 |
Column [sPersent04]: Percent 4. | |
std::optional< int32_t > | Item5 |
Column [iItem05]: Item 5. | |
std::optional< int16_t > | Percent5 |
Column [sPersent05]: Percent 5. | |
[MONSTER_ITEM_TEST] Monster item test