|
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 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 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 and language code.