OpenM++ runtime library (libopenm)
|
workset_parameter join to model_parameter_dic table row. More...
#include <dbMetaRow.h>
Public Member Functions | |
WorksetParamRow (int i_setId, int i_paramId) | |
create row with supplied primary key field values. | |
WorksetParamRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const WorksetParamRow &i_left, const WorksetParamRow &i_right) |
less comparator by primary key: set id and parameter id. | |
static bool | isKeyEqual (const WorksetParamRow &i_left, const WorksetParamRow &i_right) |
equal comparator by primary key: set id and parameter id. | |
static vector< WorksetParamRow >::const_iterator | byKey (int i_setId, int i_paramId, const vector< WorksetParamRow > &i_rowVec) |
find row by primary key: set id and parameter id. | |
Static Public Member Functions inherited from openm::IMetaRow< WorksetParamRow > | |
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. | |
workset_parameter join to model_parameter_dic table row.