OpenM++ runtime library (libopenm)
|
type_dic_txt join to model_type_dic table row. More...
Public Member Functions | |
TypeDicTxtRow (int i_modelId, int i_typeId, int i_langId) | |
create row with supplied unique key field values. | |
TypeDicTxtRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const TypeDicTxtRow &i_left, const TypeDicTxtRow &i_right) |
less comparator by unique key: model id, model type id, language id. | |
static bool | isKeyEqual (const TypeDicTxtRow &i_left, const TypeDicTxtRow &i_right) |
equal comparator by unique key: model id, model type id, language id. | |
![]() | |
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 | modelId |
model_id INT NOT NULL | |
int | typeId |
model_type_id INT NOT NULL | |
int | langId |
lang_id INT NOT NULL | |
string | descr |
descr VARCHAR(255) NOT NULL | |
string | note |
note VARCHAR(32000) | |
type_dic_txt join to model_type_dic table row.