table_dic_txt table row.
More...
|
| TableDicTxtRow (int i_modelId, int i_tableId, int i_langId) |
| create row with supplied key field values.
|
|
| TableDicTxtRow (void) |
| create row with default empty field values.
|
|
|
int | modelId |
| model_id INT NOT NULL
|
|
int | tableId |
| table_id INT NOT NULL
|
|
int | langId |
| lang_id INT NOT NULL
|
|
string | descr |
| descr VARCHAR(255) NOT NULL
|
|
string | note |
| note VARCHAR(32000)
|
|
string | exprDescr |
| expr_descr VARCHAR(255) NOT NULL
|
|
string | exprNote |
| expr_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