OpenM++ runtime library (libopenm)
openm::WorksetParamTxtRow Struct Reference

workset_parameter_txt join to model_parameter_dic table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::WorksetParamTxtRow:
Collaboration diagram for openm::WorksetParamTxtRow:

Public Member Functions

 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.
 

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)

 

Detailed Description

workset_parameter_txt join to model_parameter_dic table row.


The documentation for this struct was generated from the following files: