OpenM++ runtime library (libopenm)
|
type_enum_lst join to model_type_dic table row. More...
Public Member Functions | |
TypeEnumLstRow (int i_modelId, int i_typeId, int i_enumId) | |
create row with supplied unique key field values. | |
TypeEnumLstRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const TypeEnumLstRow &i_left, const TypeEnumLstRow &i_right) |
less comparator by unique key: model id, model type id, enum id. | |
static bool | isKeyEqual (const TypeEnumLstRow &i_left, const TypeEnumLstRow &i_right) |
equal comparator by unique key: model id, model type id, enum id. | |
![]() | |
static bool | keyLess (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right) |
less comparator by row primary key. | |
static bool | keyEqual (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right) |
equal comparator by row primary key. | |
Public Attributes | |
int | modelId |
model_id INT NOT NULL | |
int | typeId |
model_type_id INT NOT NULL | |
int | enumId |
enum_id INT NOT NULL | |
string | name |
enum_name VARCHAR(255) NOT NULL | |
type_enum_lst join to model_type_dic table row.