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

group_lst table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::GroupLstRow:
Collaboration diagram for openm::GroupLstRow:

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.
 

Public Attributes

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

Detailed Description

group_lst table row.


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