OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for ebenezer_model::Coefficient More...
Public Types | |
typedef void(* | BindColumnFunction_t) (ebenezer_model::Coefficient &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 | BindClassId (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ClassId. | |
static void | BindShortSword (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ShortSword. | |
static void | BindSword (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Sword. | |
static void | BindAxe (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Axe. | |
static void | BindClub (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Club. | |
static void | BindSpear (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Spear. | |
static void | BindPole (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Pole. | |
static void | BindStaff (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Staff. | |
static void | BindBow (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Bow. | |
static void | BindHitPoint (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to HitPoint. | |
static void | BindManaPoint (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ManaPoint. | |
static void | BindSp (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Sp. | |
static void | BindArmor (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Armor. | |
static void | BindHitRate (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to HitRate. | |
static void | BindEvasionrate (ebenezer_model::Coefficient &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Evasionrate. | |
generated nanodbc column binder for ebenezer_model::Coefficient