|
OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for aiserver_model::MagicType7 More...
#include <AIServerBinder.h>
Public Types | |
| typedef void(* | BindColumnFunction_t) (aiserver_model::MagicType7 &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::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ID. | |
| static void | BindValidGroup (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to ValidGroup. | |
| static void | BindNationChange (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to NationChange. | |
| static void | BindMonsterNumber (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to MonsterNumber. | |
| static void | BindTargetChange (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to TargetChange. | |
| static void | BindStateChange (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to StateChange. | |
| static void | BindRadius (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Radius. | |
| static void | BindHitRate (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to HitRate. | |
| static void | BindDuration (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Duration. | |
| static void | BindDamage (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Damage. | |
| static void | BindVision (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to Vision. | |
| static void | BindNeedItem (aiserver_model::MagicType7 &m, const nanodbc::result &result, short colIndex) |
| Binds a result's column to NeedItem. | |
generated nanodbc column binder for aiserver_model::MagicType7