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