OpenM++ runtime library (libopenm)
|
workset_parameter_txt table row and language code. More...
#include <dbMetaRow.h>
Static Public Member Functions | |
static bool | uniqueLangKeyLess (const WorksetParamTxtLangRow &i_left, const WorksetParamTxtLangRow &i_right) |
less comparator by unique key: set id, parameter id, language code. | |
static bool | uniqueLangKeyEqual (const WorksetParamTxtLangRow &i_left, const WorksetParamTxtLangRow &i_right) |
equal comparator by unique key: set id, parameter id, language code. | |
Static Public Member Functions inherited from openm::WorksetParamTxtRow | |
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 | |
string | langCode |
language code | |
Public Attributes inherited from openm::WorksetParamTxtRow | |
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) | |
Additional Inherited Members | |
Public Member Functions inherited from openm::WorksetParamTxtRow | |
WorksetParamTxtRow (int i_setId, int i_langId, int i_paramId) | |
create row with supplied primary key field values. | |
WorksetParamTxtRow (void) | |
create row with default empty field values. | |
workset_parameter_txt table row and language code.