|
static bool | uniqueLangKeyLess (const EntityDicTxtLangRow &i_left, const EntityDicTxtLangRow &i_right) |
| less comparator by unique key: model id, entity id, language code.
|
|
static bool | uniqueLangKeyEqual (const EntityDicTxtLangRow &i_left, const EntityDicTxtLangRow &i_right) |
| equal comparator by unique key: model id, entity id, language code.
|
|
static bool | isKeyLess (const EntityDicTxtRow &i_left, const EntityDicTxtRow &i_right) |
| less comparator by unique key: model id, model entity id, language id.
|
|
static bool | isKeyEqual (const EntityDicTxtRow &i_left, const EntityDicTxtRow &i_right) |
| equal comparator by unique key: model id, model entity 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.
|
|
entity_dic_txt table row and language code.