OpenM++ runtime library (libopenm)
|
parameter_dims join to model_parameter_dic table row. More...
#include <dbMetaRow.h>
Static Public Member Functions | |
static bool | isKeyLess (const ParamDimsRow &i_left, const ParamDimsRow &i_right) |
less comparator by unique key: model id, model parameter id, dimension id. | |
static bool | isKeyEqual (const ParamDimsRow &i_left, const ParamDimsRow &i_right) |
equal comparator by unique key: model id, model parameter id, dimension id. | |
Static Public Member Functions inherited from openm::IMetaRow< ParamDimsRow > | |
static bool | keyLess (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right) |
less comparator by row primary key. | |
static bool | keyEqual (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right) |
equal comparator by row primary key. | |
parameter_dims join to model_parameter_dic table row.