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


Static Public Member Functions | |
| static bool | uniqueLangKeyLess (const ModelWordLangRow &i_left, const ModelWordLangRow &i_right) |
| less comparator by unique key: model id, language code, word code. | |
| static bool | uniqueLangKeyEqual (const ModelWordLangRow &i_left, const ModelWordLangRow &i_right) |
| equal comparator by unique key: model id, language code, word code. | |
Static Public Member Functions inherited from openm::ModelWordRow | |
| static bool | isKeyLess (const ModelWordRow &i_left, const ModelWordRow &i_right) |
| less comparator by primary key: model id, language id, word code. | |
| static bool | isKeyEqual (const ModelWordRow &i_left, const ModelWordRow &i_right) |
| equal comparator by primary key: model id, language id, word code. | |
Static Public Member Functions inherited from openm::IMetaRow< ModelWordRow > | |
| 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::ModelWordRow | |
| int | modelId |
| model_id INT NOT NULL | |
| int | langId |
| lang_id INT NOT NULL | |
| string | code |
| word_code VARCHAR(255) NOT NULL | |
| string | value |
| word_value VARCHAR(255) NOT NULL | |
Additional Inherited Members | |
Public Member Functions inherited from openm::ModelWordRow | |
| ModelWordRow (int i_modelId, int i_langId, const string &i_code) | |
| create row with supplied primary key field values. | |
| ModelWordRow (void) | |
| create row with default empty field values. | |
model_word table row and language code.