|
OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::UserPersonalRank More...
#include <FullBinder.h>
Public Types | |
| typedef void(* | BindColumnFunction_t) (full_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 (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Rank. | |
| static void | BindPosition (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Position. | |
| static void | BindElmoUp (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ElmoUp. | |
| static void | BindElmoUserId (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ElmoUserId. | |
| static void | BindElmoLoyaltyMonthly (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ElmoLoyaltyMonthly. | |
| static void | BindElmoCheck (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ElmoCheck. | |
| static void | BindKarusUp (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to KarusUp. | |
| static void | BindKarusUserId (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to KarusUserId. | |
| static void | BindKarusLoyaltyMonthly (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to KarusLoyaltyMonthly. | |
| static void | BindKarusCheck (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to KarusCheck. | |
| static void | BindSalary (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Salary. | |
| static void | BindUpdateDate (full_model::UserPersonalRank &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to UpdateDate. | |
generated nanodbc column binder for full_model::UserPersonalRank