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

entity_dic_txt table row and language code. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::EntityDicTxtLangRow:
Collaboration diagram for openm::EntityDicTxtLangRow:

Static Public Member Functions

static bool uniqueLangKeyLess (const EntityDicTxtLangRow &i_left, const EntityDicTxtLangRow &i_right)
 less comparator by unique key: model id, entity id, language code.
 
static bool uniqueLangKeyEqual (const EntityDicTxtLangRow &i_left, const EntityDicTxtLangRow &i_right)
 equal comparator by unique key: model id, entity id, language code.
 
- Static Public Member Functions inherited from openm::EntityDicTxtRow
static bool isKeyLess (const EntityDicTxtRow &i_left, const EntityDicTxtRow &i_right)
 less comparator by unique key: model id, model entity id, language id.
 
static bool isKeyEqual (const EntityDicTxtRow &i_left, const EntityDicTxtRow &i_right)
 equal comparator by unique key: model id, model entity id, language id.
 
- Static Public Member Functions inherited from openm::IMetaRow< EntityDicTxtRow >
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::EntityDicTxtRow
int modelId
 model_id INT NOT NULL
 
int entityId
 entity_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::EntityDicTxtRow
 EntityDicTxtRow (int i_modelId, int i_entityId, int i_langId)
 create row with supplied key field values.
 
 EntityDicTxtRow (void)
 create row with default empty field values.
 

Detailed Description

entity_dic_txt table row and language code.


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