|
OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::WebItemMallLog More...
#include <FullBinder.h>
Public Types | |
| typedef void(* | BindColumnFunction_t) (full_model::WebItemMallLog &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::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to AccountId. | |
| static void | BindCharId (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to CharId. | |
| static void | BindServerId (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ServerId. | |
| static void | BindItemId (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ItemId. | |
| static void | BindItemCount (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ItemCount. | |
| static void | BindBuyTime (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to BuyTime. | |
| static void | BindImgFileName (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ImgFileName. | |
| static void | BindItemName (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ItemName. | |
| static void | BindPrice (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Price. | |
| static void | BindPayType (full_model::WebItemMallLog &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to PayType. | |
generated nanodbc column binder for full_model::WebItemMallLog