OpenM++ runtime library (libopenm)
|
model_dic table row and default model language code. More...
#include <dbMetaRow.h>
Public Attributes | |
string | defaultLangCode |
default model language code | |
Public Attributes inherited from openm::ModelDicRow | |
int | modelId |
model_id INT NOT NULL | |
string | name |
model_name VARCHAR(255) NOT NULL | |
string | digest |
model_digest VARCHAR(32) NOT NULL | |
int | type |
model_type INT NOT NULL | |
string | version |
model_ver VARCHAR(32) NOT NULL | |
string | createDateTime |
create_dt VARCHAR(32) NOT NULL | |
int | defaultLangId |
default_lang_id INT NOT NULL | |
Additional Inherited Members | |
Public Member Functions inherited from openm::ModelDicRow | |
ModelDicRow (int i_modelId) | |
create row with supplied primary key field values. | |
ModelDicRow (void) | |
create row with default empty field values. | |
Static Public Member Functions inherited from openm::ModelDicRow | |
static bool | isKeyLess (const ModelDicRow &i_left, const ModelDicRow &i_right) |
less comparator by primary key: model id. | |
static bool | isKeyEqual (const ModelDicRow &i_left, const ModelDicRow &i_right) |
equal comparator by primary key: model id. | |
Static Public Member Functions inherited from openm::IMetaRow< ModelDicRow > | |
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. | |
model_dic table row and default model language code.