|
OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for ebenezer_model::MagicType5 More...
#include <EbenezerBinder.h>
Public Types | |
| typedef void(* | BindColumnFunction_t) (ebenezer_model::MagicType5 &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 | BindID (ebenezer_model::MagicType5 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ID. | |
| static void | BindType (ebenezer_model::MagicType5 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Type. | |
| static void | BindExpRecover (ebenezer_model::MagicType5 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ExpRecover. | |
| static void | BindNeedStone (ebenezer_model::MagicType5 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to NeedStone. | |
generated nanodbc column binder for ebenezer_model::MagicType5