OpenM++ runtime library (libopenm)
|
entity_group_lst table row. More...
#include <dbMetaRow.h>
Static Public Member Functions | |
static bool | isKeyLess (const EntityGroupLstRow &i_left, const EntityGroupLstRow &i_right) |
less comparator by primary key: model id, group id. | |
static bool | isKeyEqual (const EntityGroupLstRow &i_left, const EntityGroupLstRow &i_right) |
equal comparator by primary key: model id, group id. | |
Static Public Member Functions inherited from openm::IMetaRow< EntityGroupLstRow > | |
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. | |
entity_group_lst table row.