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


Public Member Functions | |
| WorksetTxtRow (int i_setId, int i_langId) | |
| create row with supplied primary key field values. | |
| WorksetTxtRow (void) | |
| create row with default empty field values. | |
Static Public Member Functions | |
| static bool | isKeyLess (const WorksetTxtRow &i_left, const WorksetTxtRow &i_right) |
| less comparator by primary key: set id and language id. | |
| static bool | isKeyEqual (const WorksetTxtRow &i_left, const WorksetTxtRow &i_right) |
| equal comparator by primary key: set id and language id. | |
| static vector< WorksetTxtRow >::const_iterator | byKey (int i_setId, int i_langId, const vector< WorksetTxtRow > &i_rowVec) |
| find row by primary key: set id and language id. | |
Static Public Member Functions inherited from openm::IMetaRow< WorksetTxtRow > | |
| 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 | setId |
| set_id INT NOT NULL | |
| int | langId |
| lang_id INT NOT NULL | |
| string | descr |
| descr VARCHAR(255) NOT NULL | |
| string | note |
| note VARCHAR(32000) | |
workset_txt table row.