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


Public Member Functions | |
| GroupPcRow (int i_modelId, int i_groupId, int i_childPos) | |
| create row with supplied primary key field values. | |
| GroupPcRow (void) | |
| create row with default empty field values. | |
Static Public Member Functions | |
| static bool | isKeyLess (const GroupPcRow &i_left, const GroupPcRow &i_right) |
| less comparator by primary key: model id, group id, child position. | |
| static bool | isKeyEqual (const GroupPcRow &i_left, const GroupPcRow &i_right) |
| equal comparator by primary key: model id, group id, child position. | |
Static Public Member Functions inherited from openm::IMetaRow< GroupPcRow > | |
| 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. | |
Public Attributes | |
| int | modelId |
| model_id INT NOT NULL | |
| int | groupId |
| group_id INT NOT NULL | |
| int | childPos |
| child_pos INT NOT NULL | |
| int | childGroupId |
| child_group_id INT NULL | |
| int | leafId |
| leaf_id INT NULL | |
group_pc table row.