entity_attr table row.
More...
|
| EntityAttrRow (int i_modelId, int i_entityId, int i_attrId) |
| create row with supplied key field values.
|
|
| EntityAttrRow (void) |
| create row with default empty field values.
|
|
const string | columnName (void) const |
| return db column name based on attribute id, example: attr1
|
|
|
int | modelId |
| model_id INT NOT NULL
|
|
int | entityId |
| entity_id INT NOT NULL
|
|
int | attrId |
| attr_id INT NOT NULL
|
|
string | name |
| attr_name VARCHAR(255) NOT NULL
|
|
int | typeId |
| mod_type_id INT NOT NULL
|
|
bool | isInternal |
| is_internal 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