OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for ebenezer_model::UserPersonalRank More...
Public Types | |
typedef void(* | BindColumnFunction_t) (ebenezer_model::UserPersonalRank &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 | BindRank (ebenezer_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Rank. | |
static void | BindElmoUserId (ebenezer_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ElmoUserId. | |
static void | BindKarusUserId (ebenezer_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to KarusUserId. | |
static void | BindSalary (ebenezer_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Salary. | |
generated nanodbc column binder for ebenezer_model::UserPersonalRank