OpenM++ runtime library (libopenm)
|
lang_lst table row. More...
#include <dbMetaRow.h>
Static Public Member Functions | |
static bool | isKeyLess (const LangLstRow &i_left, const LangLstRow &i_right) |
less comparator by primary key: language id. | |
static bool | isKeyEqual (const LangLstRow &i_left, const LangLstRow &i_right) |
equal comparator by primary key: language id. | |
static bool | isCodeLess (const LangLstRow &i_left, const LangLstRow &i_right) |
less comparator by unique key: language code. | |
static bool | isCodeEqual (const LangLstRow &i_left, const LangLstRow &i_right) |
equal comparator by unique key: language code. | |
Static Public Member Functions inherited from openm::IMetaRow< LangLstRow > | |
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 |
lang_code VARCHAR(32) NOT NULL | |
string | name |
lang_name VARCHAR(255) NOT NULL | |
lang_lst table row.