|
OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for aiserver_model::MagicType2 More...
#include <AIServerBinder.h>
Public Types | |
| typedef void(* | BindColumnFunction_t) (aiserver_model::MagicType2 &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 (aiserver_model::MagicType2 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ID. | |
| static void | BindHitType (aiserver_model::MagicType2 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to HitType. | |
| static void | BindHitRateMod (aiserver_model::MagicType2 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to HitRateMod. | |
| static void | BindDamageMod (aiserver_model::MagicType2 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to DamageMod. | |
| static void | BindRangeMod (aiserver_model::MagicType2 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to RangeMod. | |
| static void | BindNeedArrow (aiserver_model::MagicType2 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to NeedArrow. | |
| static void | BindAddDamagePlus (aiserver_model::MagicType2 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to AddDamagePlus. | |
generated nanodbc column binder for aiserver_model::MagicType2