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

entity_group_lst table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::EntityGroupLstRow:
Collaboration diagram for openm::EntityGroupLstRow:

Public Member Functions

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

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.
 

Public Attributes

int modelId
 model_id INT NOT NULL
 
int entityId
 model_entity_id INT NOT NULL
 
int groupId
 group_id INT NOT NULL
 
string name
 group_name VARCHAR(255) NOT NULL
 
bool isHidden
 is_hidden SMALLINT NOT NULL
 

Detailed Description

entity_group_lst table row.


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