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