|
static bool | uniqueLangKeyLess (const ParamDimsTxtLangRow &i_left, const ParamDimsTxtLangRow &i_right) |
| less comparator by unique key: model id, parameter id, dimension name, language code.
|
|
static bool | uniqueLangKeyEqual (const ParamDimsTxtLangRow &i_left, const ParamDimsTxtLangRow &i_right) |
| equal comparator by unique key: model id, parameter id, dimension name, language code.
|
|
static bool | isKeyLess (const ParamDimsTxtRow &i_left, const ParamDimsTxtRow &i_right) |
| less comparator by unique key: model id, model parameter id, dimension id, language id.
|
|
static bool | isKeyEqual (const ParamDimsTxtRow &i_left, const ParamDimsTxtRow &i_right) |
| equal comparator by unique key: model id, model parameter id, dimension 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.
|
|
parameter_dims_txt table row and language code.