OpenM++ runtime library (libopenm)
|
table_dic table row. More...
#include <dbMetaRow.h>
Public Member Functions | |
TableDicRow (int i_modelId, int i_tableId) | |
create row with supplied key field values. | |
TableDicRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const TableDicRow &i_left, const TableDicRow &i_right) |
less comparator by unique key: model id, model table id. | |
static bool | isKeyEqual (const TableDicRow &i_left, const TableDicRow &i_right) |
equal comparator by primary key: model id, table id. | |
static vector< TableDicRow >::const_iterator | byKey (int i_modelId, int i_tableId, const vector< TableDicRow > &i_rowVec) |
find row by unique key: model id, model table id. | |
Static Public Member Functions inherited from openm::IMetaRow< TableDicRow > | |
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_dic table row.