|
OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::UserEditorItem More...
Public Types | |
| typedef void(* | BindColumnFunction_t) (full_model::UserEditorItem &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::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to CharId. | |
| static void | BindAccountId (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to AccountId. | |
| static void | BindOpId (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to OpId. | |
| static void | BindOpIP (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to OpIP. | |
| static void | BindDbIndex (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to DbIndex. | |
| static void | BindPos (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Pos. | |
| static void | BindType (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Type. | |
| static void | BindItemId1 (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ItemId1. | |
| static void | BindItemId2 (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ItemId2. | |
| static void | BindUpdateTime (full_model::UserEditorItem &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to UpdateTime. | |
generated nanodbc column binder for full_model::UserEditorItem