group_lst table row.
More...
|
| GroupLstRow (int i_modelId, int i_groupId) |
| create row with supplied primary key field values.
|
|
| GroupLstRow (void) |
| create row with default empty field values.
|
|
|
int | modelId |
| model_id INT NOT NULL
|
|
int | groupId |
| group_id INT NOT NULL
|
|
bool | isParam |
| is_parameter SMALLINT NOT NULL
|
|
string | name |
| group_name VARCHAR(255) NOT NULL
|
|
bool | isHidden |
| is_hidden SMALLINT 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