|
static bool | uniqueLangKeyLess (const TypeEnumTxtLangRow &i_left, const TypeEnumTxtLangRow &i_right) |
| less comparator by unique key: model id, model type id, enum id, language code.
|
|
static bool | uniqueLangKeyEqual (const TypeEnumTxtLangRow &i_left, const TypeEnumTxtLangRow &i_right) |
| equal comparato by unique key: model id, model type id, enum id, language code.
|
|
static bool | isKeyLess (const TypeEnumTxtRow &i_left, const TypeEnumTxtRow &i_right) |
| less comparator by unique key: model id, model type id, enum id, language id.
|
|
static bool | isKeyEqual (const TypeEnumTxtRow &i_left, const TypeEnumTxtRow &i_right) |
| equal comparator by unique key: model id, model type id, enum 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.
|
|
type_enum_txt join to model_type_dic table row and language code.