OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::MagicType6 More...
Public Types | |
typedef void(* | BindColumnFunction_t) (full_model::MagicType6 &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::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ID. | |
static void | BindName (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Name. | |
static void | BindDescription (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Description. | |
static void | BindSize (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Size. | |
static void | BindTransformId (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TransformId. | |
static void | BindDuration (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Duration. | |
static void | BindMaxHp (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to MaxHp. | |
static void | BindMaxMp (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to MaxMp. | |
static void | BindSpeed (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Speed. | |
static void | BindAttackSpeed (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to AttackSpeed. | |
static void | BindTotalHit (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalHit. | |
static void | BindTotalArmor (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalArmor. | |
static void | BindTotalHitRate (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalHitRate. | |
static void | BindTotalEvasionRate (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalEvasionRate. | |
static void | BindTotalFireResist (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalFireResist. | |
static void | BindTotalColdResist (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalColdResist. | |
static void | BindTotalLightningResist (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalLightningResist. | |
static void | BindTotalMagicResist (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalMagicResist. | |
static void | BindTotalDiseaseResist (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalDiseaseResist. | |
static void | BindTotalPoisonResist (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TotalPoisonResist. | |
static void | BindClass (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Class. | |
static void | BindUserSkillUse (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to UserSkillUse. | |
static void | BindNeedItem (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to NeedItem. | |
static void | BindSkillSuccessRate (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to SkillSuccessRate. | |
static void | BindMonsterFriendly (full_model::MagicType6 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to MonsterFriendly. | |
generated nanodbc column binder for full_model::MagicType6