OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::Knights More...
Public Types | |
typedef void(* | BindColumnFunction_t) (full_model::Knights &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 | BindID (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ID. | |
static void | BindFlag (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Flag. | |
static void | BindNation (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Nation. | |
static void | BindRanking (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Ranking. | |
static void | BindName (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Name. | |
static void | BindMembers (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Members. | |
static void | BindChief (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Chief. | |
static void | BindViceChief1 (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ViceChief1. | |
static void | BindViceChief2 (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ViceChief2. | |
static void | BindViceChief3 (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ViceChief3. | |
static void | BindEnemyName (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to EnemyName. | |
static void | BindOldWarResult (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to OldWarResult. | |
static void | BindWarEnemyId (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to WarEnemyId. | |
static void | BindVictory (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Victory. | |
static void | BindLose (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Lose. | |
static void | BindGold (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Gold. | |
static void | BindDomination (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Domination. | |
static void | BindPoints (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Points. | |
static void | BindCreateTime (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to CreateTime. | |
static void | BindMarkVersion (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to MarkVersion. | |
static void | BindMarkLength (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to MarkLength. | |
static void | BindMark (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Mark. | |
static void | BindStash (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Stash. | |
static void | BindSiegeFlag (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to SiegeFlag. | |
static void | BindAllianceKnights (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to AllianceKnights. | |
static void | BindCape (full_model::Knights &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Cape. | |
generated nanodbc column binder for full_model::Knights