OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::UserEditor More...
Public Types | |
typedef void(* | BindColumnFunction_t) (full_model::UserEditor &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 | BindCharId (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to CharId. | |
static void | BindAccountId (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to AccountId. | |
static void | BindOpId (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to OpId. | |
static void | BindOpIP (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to OpIP. | |
static void | BindOldUserValue (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to OldUserValue. | |
static void | BindNewUserValue (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to NewUserValue. | |
static void | BindOldUserSkill (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to OldUserSkill. | |
static void | BindNewUserSkill (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to NewUserSkill. | |
static void | BindOldUserItem (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to OldUserItem. | |
static void | BindNewUserItem (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to NewUserItem. | |
static void | BindOldWarehouseValue (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to OldWarehouseValue. | |
static void | BindNewWarehouseValue (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to NewWarehouseValue. | |
static void | BindOldWarehouseItem (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to OldWarehouseItem. | |
static void | BindNewWarehouseItem (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to NewWarehouseItem. | |
static void | BindEditorTime (full_model::UserEditor &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to EditorTime. | |
generated nanodbc column binder for full_model::UserEditor