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

entity_group_txt table row and language code. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::EntityGroupTxtLangRow:
Collaboration diagram for openm::EntityGroupTxtLangRow:

Static Public Member Functions

static bool uniqueLangKeyLess (const EntityGroupTxtLangRow &i_left, const EntityGroupTxtLangRow &i_right)
 less comparator by unique key: model id, entity id, group id, language code.
 
static bool uniqueLangKeyEqual (const EntityGroupTxtLangRow &i_left, const EntityGroupTxtLangRow &i_right)
 equal comparator by unique key: model id, entity id, group id, language code.
 
- Static Public Member Functions inherited from openm::EntityGroupTxtRow
static bool isKeyLess (const EntityGroupTxtRow &i_left, const EntityGroupTxtRow &i_right)
 less comparator by primary key: model id, entity id, group id, language id.
 
static bool isKeyEqual (const EntityGroupTxtRow &i_left, const EntityGroupTxtRow &i_right)
 equal comparator by primary key: model id, entity id, group id, language id.
 
- Static Public Member Functions inherited from openm::IMetaRow< EntityGroupTxtRow >
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

string langCode
 language code
 
- Public Attributes inherited from openm::EntityGroupTxtRow
int modelId
 model_id INT NOT NULL
 
int entityId
 model_entity_id INT NOT NULL
 
int groupId
 group_id INT NOT NULL
 
int langId
 lang_id INT NOT NULL
 
string descr
 descr VARCHAR(255) NOT NULL
 
string note
 note VARCHAR(32000)
 

Additional Inherited Members

- Public Member Functions inherited from openm::EntityGroupTxtRow
 EntityGroupTxtRow (int i_modelId, int i_entityId, int i_groupId, int i_langId)
 create row with supplied primary key field values.
 
 EntityGroupTxtRow (void)
 create row with default empty field values.
 

Detailed Description

entity_group_txt table row and language code.


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