table_dims table row.
More...
|
| TableDimsRow (int i_modelId, int i_tableId, int i_dimId) |
| create row with supplied key field values.
|
|
| TableDimsRow (void) |
| create row with default empty field values.
|
|
const string | columnName (void) const |
| return db column name based on dimension id, example: dim1
|
|
|
int | modelId |
| model_id INT NOT NULL
|
|
int | tableId |
| table_id INT NOT NULL
|
|
int | dimId |
| dim_id INT NOT NULL
|
|
string | name |
| dim_name VARCHAR(255) NOT NULL
|
|
int | typeId |
| mod_type_id INT NOT NULL
|
|
bool | isTotal |
| is_total SMALLINT NOT NULL
|
|
int | dimSize |
| dim_size INT 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