OpenM++ runtime library (libopenm)
|
table_dic_txt table row. More...
#include <dbMetaRow.h>
Public Member Functions | |
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. | |
Static Public Member Functions | |
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. | |
table_dic_txt table row.