|
static bool | isKeyLess (const TableExprTxtRow &i_left, const TableExprTxtRow &i_right) |
| less comparator by unique key: model id, model table id, expr id, language id.
|
|
static bool | isKeyEqual (const TableExprTxtRow &i_left, const TableExprTxtRow &i_right) |
| equal comparator by unique key: model id, model table id, expr 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_expr_txt table row.