OpenM++ runtime library (libopenm)
|
workset_parameter_txt join to model_parameter_dic table row. More...
#include <dbMetaRow.h>
Static Public Member Functions | |
static bool | isKeyLess (const WorksetParamTxtRow &i_left, const WorksetParamTxtRow &i_right) |
less comparator by primary key: set id, parameter id, language id. | |
static bool | isKeyEqual (const WorksetParamTxtRow &i_left, const WorksetParamTxtRow &i_right) |
equal comparator by primary key: set id, parameter id, language id. | |
static vector< WorksetParamTxtRow >::const_iterator | byKey (int i_setId, int i_paramId, int i_langId, const vector< WorksetParamTxtRow > &i_rowVec) |
find row by primary key: set id, parameter id, language id. | |
Static Public Member Functions inherited from openm::IMetaRow< WorksetParamTxtRow > | |
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. | |
Public Attributes | |
int | setId |
set_id INT NOT NULL | |
int | modelId |
model_id INT NOT NULL | |
int | paramId |
parameter_id INT NOT NULL | |
int | langId |
lang_id INT NOT NULL | |
string | note |
note VARCHAR(32000) | |
workset_parameter_txt join to model_parameter_dic table row.