OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::MonsterChallengeSummonList More...
Public Types | |
typedef void(* | BindColumnFunction_t) (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
using | BindingsMapType = std::unordered_map<std::string, BindColumnFunction_t> |
Static Public Member Functions | |
static const BindingsMapType & | GetColumnBindings () |
Returns the binding function associated with the column name. | |
static void | BindIndex (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Index. | |
static void | BindLevel (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Level. | |
static void | BindStage (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Stage. | |
static void | BindStageLevel (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to StageLevel. | |
static void | BindTime (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Time. | |
static void | BindMonsterId (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to MonsterId. | |
static void | BindCount (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Count. | |
static void | BindPosX (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to PosX. | |
static void | BindPosZ (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to PosZ. | |
static void | BindRange (full_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Range. | |
generated nanodbc column binder for full_model::MonsterChallengeSummonList