OpenM++ runtime library (libopenm)
|
parameter_dic join to model_parameter_import table row. More...
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 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 | |
parameter_dic join to model_parameter_import table row.