OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::KingElectionList More...
Public Types | |
typedef void(* | BindColumnFunction_t) (full_model::KingElectionList &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 | BindType (full_model::KingElectionList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Type. | |
static void | BindNation (full_model::KingElectionList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Nation. | |
static void | BindKnights (full_model::KingElectionList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Knights. | |
static void | BindName (full_model::KingElectionList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Name. | |
static void | BindMoney (full_model::KingElectionList &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Money. | |
generated nanodbc column binder for full_model::KingElectionList