|
OpenM++ runtime library (libopenm)
|
parameter_dims_txt table row and language code. More...
#include <dbMetaRow.h>


Static Public Member Functions | |
| static bool | uniqueLangKeyLess (const ParamDimsTxtLangRow &i_left, const ParamDimsTxtLangRow &i_right) |
| less comparator by unique key: model id, parameter id, dimension name, language code. | |
| static bool | uniqueLangKeyEqual (const ParamDimsTxtLangRow &i_left, const ParamDimsTxtLangRow &i_right) |
| equal comparator by unique key: model id, parameter id, dimension name, language code. | |
Static Public Member Functions inherited from openm::ParamDimsTxtRow | |
| static bool | isKeyLess (const ParamDimsTxtRow &i_left, const ParamDimsTxtRow &i_right) |
| less comparator by unique key: model id, model parameter id, dimension id, language id. | |
| static bool | isKeyEqual (const ParamDimsTxtRow &i_left, const ParamDimsTxtRow &i_right) |
| equal comparator by unique key: model id, model parameter id, dimension id, language id. | |
Static Public Member Functions inherited from openm::IMetaRow< ParamDimsTxtRow > | |
| 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 | |
| string | langCode |
| language code | |
Public Attributes inherited from openm::ParamDimsTxtRow | |
| int | modelId |
| model_id INT NOT NULL | |
| int | paramId |
| model_parameter_id INT NOT NULL | |
| int | dimId |
| dim_id INT NOT NULL | |
| int | langId |
| lang_id INT NOT NULL | |
| string | descr |
| descr VARCHAR(255) NOT NULL | |
| string | note |
| note VARCHAR(32000) | |
Additional Inherited Members | |
Public Member Functions inherited from openm::ParamDimsTxtRow | |
| ParamDimsTxtRow (int i_modelId, int i_paramId, int i_dimId, int i_langId) | |
| create row with supplied key field values. | |
| ParamDimsTxtRow (void) | |
| create row with default empty field values. | |
parameter_dims_txt table row and language code.