OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for ebenezer_model::MonsterChallenge More...
Public Types | |
typedef void(* | BindColumnFunction_t) (ebenezer_model::MonsterChallenge &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::MonsterChallenge &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Index. | |
static void | BindStartTime1 (ebenezer_model::MonsterChallenge &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to StartTime1. | |
static void | BindStartTime2 (ebenezer_model::MonsterChallenge &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to StartTime2. | |
static void | BindStartTime3 (ebenezer_model::MonsterChallenge &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to StartTime3. | |
static void | BindLevelMin (ebenezer_model::MonsterChallenge &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to LevelMin. | |
static void | BindLevelMax (ebenezer_model::MonsterChallenge &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to LevelMax. | |
generated nanodbc column binder for ebenezer_model::MonsterChallenge