| 
    OpenM++ runtime library (libopenm)
    
   | 
 
group_txt table row and language code. More...
#include <dbMetaRow.h>


Static Public Member Functions | |
| static bool | uniqueLangKeyLess (const GroupTxtLangRow &i_left, const GroupTxtLangRow &i_right) | 
| less comparator by unique key: model id, group id, language code.  | |
| static bool | uniqueLangKeyEqual (const GroupTxtLangRow &i_left, const GroupTxtLangRow &i_right) | 
| equal comparator by unique key: model id, group id, language code.  | |
  Static Public Member Functions inherited from openm::GroupTxtRow | |
| static bool | isKeyLess (const GroupTxtRow &i_left, const GroupTxtRow &i_right) | 
| less comparator by primary key: model id, group id, language id.  | |
| static bool | isKeyEqual (const GroupTxtRow &i_left, const GroupTxtRow &i_right) | 
| equal comparator by primary key: model id, group id, language id.  | |
  Static Public Member Functions inherited from openm::IMetaRow< GroupTxtRow > | |
| 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::GroupTxtRow | |
| int | modelId | 
| model_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::GroupTxtRow | |
| GroupTxtRow (int i_modelId, int i_groupId, int i_langId) | |
| create row with supplied primary key field values.  | |
| GroupTxtRow (void) | |
| create row with default empty field values.  | |
group_txt table row and language code.