table_acc_txt table row.
More...
|
| TableAccTxtRow (int i_modelId, int i_tableId, int i_accId, int i_langId) |
| create row with supplied key field values.
|
|
| TableAccTxtRow (void) |
| create row with default empty field values.
|
|
|
static bool | isKeyLess (const TableAccTxtRow &i_left, const TableAccTxtRow &i_right) |
| less comparator by unique key: model id, model table id, accumulator id, language id.
|
|
static bool | isKeyEqual (const TableAccTxtRow &i_left, const TableAccTxtRow &i_right) |
| equal comparator by unique key: model id, model table id, accumulator id, language id.
|
|
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.
|
|
|
int | modelId |
| model_id INT NOT NULL
|
|
int | tableId |
| table_id INT NOT NULL
|
|
int | accId |
| acc_id INT NOT NULL
|
|
int | langId |
| lang_id INT NOT NULL
|
|
string | descr |
| descr VARCHAR(255) NOT NULL
|
|
string | note |
| note VARCHAR(32000)
|
|
The documentation for this struct was generated from the following files:
- /home/build_doc/ompp-make-doc/ompp-main/include/libopenm/db/dbMetaRow.h
- db/dbMetaRow.cpp