table_dic table row.
More...
|
| TableDicRow (int i_modelId, int i_tableId) |
| create row with supplied key field values.
|
|
| TableDicRow (void) |
| create row with default empty field values.
|
|
|
int | modelId |
| model_id INT NOT NULL
|
|
int | tableId |
| table_id INT NOT NULL
|
|
string | tableName |
| table_name VARCHAR(255) NOT NULL
|
|
int | tableHid |
| table_hid INT NOT NULL, – unique table id
|
|
string | digest |
| table_digest VARCHAR(32) NOT NULL
|
|
bool | isUser |
| is_user SMALLINT NOT NULL
|
|
int | rank |
| table_rank INT NOT NULL
|
|
bool | isSparse |
| is_sparse SMALLINT NOT NULL
|
|
string | dbExprTable |
| db_expr_table VARCHAR(64) NOT NULL
|
|
string | dbAccTable |
| db_acc_table VARCHAR(64) NOT NULL
|
|
string | dbAccAll |
| db_acc_all_view VARCHAR(64) NOT NULL
|
|
int | exprPos |
| expr_dim_pos INT NOT NULL
|
|
bool | isHidden |
| is_hidden SMALLINT NOT NULL
|
|
string | importDigest |
| import_digest VARCHAR(32) 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