|
OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::MagicType1 More...
#include <FullBinder.h>
Public Types | |
| typedef void(* | BindColumnFunction_t) (full_model::MagicType1 &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 (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ID. | |
| static void | BindName (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Name. | |
| static void | BindDescription (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Description. | |
| static void | BindType (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Type. | |
| static void | BindHitRateMod (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to HitRateMod. | |
| static void | BindDamageMod (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to DamageMod. | |
| static void | BindAddDamage (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to AddDamage. | |
| static void | BindDelay (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Delay. | |
| static void | BindComboType (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ComboType. | |
| static void | BindComboCount (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ComboCount. | |
| static void | BindComboDamage (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ComboDamage. | |
| static void | BindRange (full_model::MagicType1 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Range. | |
generated nanodbc column binder for full_model::MagicType1