OpenM++ runtime library (libopenm)
openm::TypeEnumLstRow Struct Reference

type_enum_lst join to model_type_dic table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::TypeEnumLstRow:
Collaboration diagram for openm::TypeEnumLstRow:

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 Public Member Functions inherited from openm::IMetaRow< TypeEnumLstRow >
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
 

Detailed Description

type_enum_lst join to model_type_dic table row.


The documentation for this struct was generated from the following files: