|
OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for ebenezer_model::MonsterChallengeSummonList More...
#include <EbenezerBinder.h>
Public Types | |
| typedef void(* | BindColumnFunction_t) (ebenezer_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 (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Index. | |
| static void | BindLevel (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Level. | |
| static void | BindStage (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Stage. | |
| static void | BindStageLevel (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to StageLevel. | |
| static void | BindTime (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Time. | |
| static void | BindMonsterId (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to MonsterId. | |
| static void | BindCount (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Count. | |
| static void | BindPosX (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to PosX. | |
| static void | BindPosZ (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to PosZ. | |
| static void | BindRange (ebenezer_model::MonsterChallengeSummonList &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Range. | |
generated nanodbc column binder for ebenezer_model::MonsterChallengeSummonList