OpenKO Database Model
Table- and column-level documentation generated from the jsonSchema
|
generated nanodbc column binder for full_model::MagicType3 More...
Public Types | |
typedef void(* | BindColumnFunction_t) (full_model::MagicType3 &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::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to ID. | |
static void | BindName (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Name. | |
static void | BindDescription (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Description. | |
static void | BindRadius (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Radius. | |
static void | BindAngle (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Angle. | |
static void | BindDirectType (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to DirectType. | |
static void | BindFirstDamage (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to FirstDamage. | |
static void | BindEndDamage (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to EndDamage. | |
static void | BindTimeDamage (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to TimeDamage. | |
static void | BindDuration (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Duration. | |
static void | BindAttribute (full_model::MagicType3 &m, const nanodbc::result &result, short colIndex) |
Binds a result's column to Attribute. | |
generated nanodbc column binder for full_model::MagicType3