OpenM++ runtime library (libopenm)
openm::EntityGroupPcRow Struct Reference

entity_group_pc table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::EntityGroupPcRow:
Collaboration diagram for openm::EntityGroupPcRow:

Public Member Functions

 EntityGroupPcRow (int i_modelId, int i_entityId, int i_groupId, int i_childPos)
 create row with supplied primary key field values.
 
 EntityGroupPcRow (void)
 create row with default empty field values.
 

Static Public Member Functions

static bool isKeyLess (const EntityGroupPcRow &i_left, const EntityGroupPcRow &i_right)
 less comparator by primary key: model id, entity id, group id, child position.
 
static bool isKeyEqual (const EntityGroupPcRow &i_left, const EntityGroupPcRow &i_right)
 equal comparator by primary key: model id, entity id, group id, child position.
 
- Static Public Member Functions inherited from openm::IMetaRow< EntityGroupPcRow >
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 entityId
 model_entity_id INT NOT NULL
 
int groupId
 group_id INT NOT NULL
 
int childPos
 child_pos INT NOT NULL
 
int childGroupId
 child_group_id INT
 
int attrId
 attr_id INT
 

Detailed Description

entity_group_pc table row.


The documentation for this struct was generated from the following files: