|
OpenM++ runtime library (libopenm)
|
lang_word table row. More...
#include <dbMetaRow.h>


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