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


Static Public Member Functions | |
| static bool | uniqueLangKeyLess (const TaskTxtLangRow &i_left, const TaskTxtLangRow &i_right) |
| less comparator by unique key: task id, language code. | |
| static bool | uniqueLangKeyEqual (const TaskTxtLangRow &i_left, const TaskTxtLangRow &i_right) |
| equal comparator by unique key: task id, language code. | |
Static Public Member Functions inherited from openm::TaskTxtRow | |
| static bool | isKeyLess (const TaskTxtRow &i_left, const TaskTxtRow &i_right) |
| less comparator by primary key: task id and language id. | |
| static bool | isKeyEqual (const TaskTxtRow &i_left, const TaskTxtRow &i_right) |
| equal comparator by primary key: task id and language id. | |
| static vector< TaskTxtRow >::const_iterator | byKey (int i_taskId, int i_langId, const vector< TaskTxtRow > &i_rowVec) |
| find row by primary key: task id and language id. | |
Static Public Member Functions inherited from openm::IMetaRow< TaskTxtRow > | |
| 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::TaskTxtRow | |
| int | taskId |
| task_id INT NOT NULL | |
| int | langId |
| lang_id INT NOT NULL | |
| string | descr |
| descr VARCHAR(255) NOT NULL | |
| string | note |
| note VARCHAR(32000) | |
Additional Inherited Members | |
Public Member Functions inherited from openm::TaskTxtRow | |
| TaskTxtRow (int i_taskId, int i_langId) | |
| create row with supplied primary key field values. | |
| TaskTxtRow (void) | |
| create row with default empty field values. | |
task_txt table row and language code.