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

table_expr_txt table row and language code. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::TableExprTxtLangRow:
Collaboration diagram for openm::TableExprTxtLangRow:

Static Public Member Functions

static bool uniqueLangKeyLess (const TableExprTxtLangRow &i_left, const TableExprTxtLangRow &i_right)
 less comparator by unique key: model id, table id, expr id, language code.
 
static bool uniqueLangKeyEqual (const TableExprTxtLangRow &i_left, const TableExprTxtLangRow &i_right)
 equal comparator by unique key: model id, table id, expr id, language code.
 
- Static Public Member Functions inherited from openm::TableExprTxtRow
static bool isKeyLess (const TableExprTxtRow &i_left, const TableExprTxtRow &i_right)
 less comparator by unique key: model id, model table id, expr id, language id.
 
static bool isKeyEqual (const TableExprTxtRow &i_left, const TableExprTxtRow &i_right)
 equal comparator by unique key: model id, model table id, expr id, language id.
 
- Static Public Member Functions inherited from openm::IMetaRow< TableExprTxtRow >
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::TableExprTxtRow
int modelId
 model_id INT NOT NULL
 
int tableId
 TableID INT NOT NULL.
 
int exprId
 expr_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::TableExprTxtRow
 TableExprTxtRow (int i_modelId, int i_tableId, int i_exprId, int i_langId)
 create row with supplied key field values.
 
 TableExprTxtRow (void)
 create row with default empty field values.
 

Detailed Description

table_expr_txt table row and language code.


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