OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::TbUser More...
Public Types | |
typedef void(* | BindColumnFunction_t) (full_model::TbUser &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 | BindAccountId (full_model::TbUser &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to AccountId. | |
static void | BindPassword (full_model::TbUser &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Password. | |
static void | BindSocNo (full_model::TbUser &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to SocNo. | |
static void | BindEmail (full_model::TbUser &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Email. | |
static void | BindAuthority (full_model::TbUser &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Authority. | |
static void | BindPremiumExpire (full_model::TbUser &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to PremiumExpire. | |
generated nanodbc column binder for full_model::TbUser