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

parameter_dic join to model_parameter_import table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::ParamImportRow:
Collaboration diagram for openm::ParamImportRow:

Public Member Functions

 ParamImportRow (int i_modelId, int i_paramId)
 create row with supplied unique key field values.
 
 ParamImportRow (void)
 create row with default empty field values.
 

Static Public Member Functions

static bool isKeyLess (const ParamImportRow &i_left, const ParamImportRow &i_right)
 less comparator by unique key: model id, model parameter id.
 
static bool isKeyEqual (const ParamImportRow &i_left, const ParamImportRow &i_right)
 equal comparator by unique key: model id, model parameter id.
 
- Static Public Member Functions inherited from openm::IMetaRow< ParamImportRow >
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 paramId
 model_parameter_id INT NOT NULL
 
int paramHid
 parameter_hid INT NOT NULL, – unique parameter id
 
string fromName
 from_name VARCHAR(255) NOT NULL
 
string fromModel
 from_model_name VARCHAR(255) NOT NULL
 
bool isSampleDim
 is_sample_dim SMALLINT NOT NULL
 

Detailed Description

parameter_dic join to model_parameter_import table row.


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