OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::Event More...
Public Types | |
typedef void(* | BindColumnFunction_t) (full_model::Event &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 | BindZoneNumber (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ZoneNumber. | |
static void | BindEventNumber (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to EventNumber. | |
static void | BindEventType (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to EventType. | |
static void | BindCondition1 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Condition1. | |
static void | BindCondition2 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Condition2. | |
static void | BindCondition3 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Condition3. | |
static void | BindCondition4 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Condition4. | |
static void | BindCondition5 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Condition5. | |
static void | BindExecute1 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Execute1. | |
static void | BindExecute2 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Execute2. | |
static void | BindExecute3 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Execute3. | |
static void | BindExecute4 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Execute4. | |
static void | BindExecute5 (full_model::Event &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Execute5. | |
generated nanodbc column binder for full_model::Event