model_word table row.
More...
|
| ModelWordRow (int i_modelId, int i_langId, const string &i_code) |
| create row with supplied primary key field values.
|
|
| ModelWordRow (void) |
| create row with default empty field values.
|
|
|
int | modelId |
| model_id INT NOT NULL
|
|
int | langId |
| lang_id INT NOT NULL
|
|
string | code |
| word_code VARCHAR(255) NOT NULL
|
|
string | value |
| word_value VARCHAR(255) NOT NULL
|
|
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