|
OpenM++ runtime library (libopenm)
|
table_acc_txt table row. More...
#include <dbMetaRow.h>


Static Public Member Functions | |
| static bool | isKeyLess (const TableAccTxtRow &i_left, const TableAccTxtRow &i_right) |
| less comparator by unique key: model id, model table id, accumulator id, language id. | |
| static bool | isKeyEqual (const TableAccTxtRow &i_left, const TableAccTxtRow &i_right) |
| equal comparator by unique key: model id, model table id, accumulator id, language id. | |
Static Public Member Functions inherited from openm::IMetaRow< TableAccTxtRow > | |
| 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_acc_txt table row.