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

lang_lst table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::LangLstRow:
Collaboration diagram for openm::LangLstRow:

Public Member Functions

 LangLstRow (int i_langId)
 create row with supplied primary key field values.
 
 LangLstRow (const string &i_code)
 create row with supplied unique key: language code.
 
 LangLstRow (void)
 create row with default empty field values.
 

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
 

Detailed Description

lang_lst table row.


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