OpenM++ runtime library (libopenm)
|
table_dic_txt table row and language code. More...
#include <dbMetaRow.h>
Static Public Member Functions | |
static bool | uniqueLangKeyLess (const TableDicTxtLangRow &i_left, const TableDicTxtLangRow &i_right) |
less comparator by unique key: model id, table id, language code. | |
static bool | uniqueLangKeyEqual (const TableDicTxtLangRow &i_left, const TableDicTxtLangRow &i_right) |
equal comparator by unique key: model id, table id, language code. | |
Static Public Member Functions inherited from openm::TableDicTxtRow | |
static bool | isKeyLess (const TableDicTxtRow &i_left, const TableDicTxtRow &i_right) |
less comparator by unique key: model id, model table id, language id. | |
static bool | isKeyEqual (const TableDicTxtRow &i_left, const TableDicTxtRow &i_right) |
equal comparator by unique key: model id, model table id, language id. | |
Static Public Member Functions inherited from openm::IMetaRow< TableDicTxtRow > | |
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::TableDicTxtRow | |
int | modelId |
model_id INT NOT NULL | |
int | tableId |
table_id INT NOT NULL | |
int | langId |
lang_id INT NOT NULL | |
string | descr |
descr VARCHAR(255) NOT NULL | |
string | note |
note VARCHAR(32000) | |
string | exprDescr |
expr_descr VARCHAR(255) NOT NULL | |
string | exprNote |
expr_note VARCHAR(32000) | |
Additional Inherited Members | |
Public Member Functions inherited from openm::TableDicTxtRow | |
TableDicTxtRow (int i_modelId, int i_tableId, int i_langId) | |
create row with supplied key field values. | |
TableDicTxtRow (void) | |
create row with default empty field values. | |
table_dic_txt table row and language code.