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