OpenM++ runtime library (libopenm)
|
workset_lst table row. More...
Public Member Functions | |
WorksetLstRow (int i_setId) | |
create row with supplied primary key field values. | |
WorksetLstRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const WorksetLstRow &i_left, const WorksetLstRow &i_right) |
less comparator by primary key: set id. | |
static bool | isKeyEqual (const WorksetLstRow &i_left, const WorksetLstRow &i_right) |
equal comparator by primary key: set id. | |
static vector< WorksetLstRow >::const_iterator | byKey (int i_setId, const vector< WorksetLstRow > &i_rowVec) |
find row by primary key: set 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 | setId |
set_id INT NOT NULL | |
int | baseRunId |
base_run_id INT NULL | |
int | modelId |
model_id INT NOT NULL | |
string | name |
set_name VARCHAR(255) NOT NULL | |
bool | isReadonly |
is_readonly SMALLINT NOT NULL | |
string | updateDateTime |
update_dt VARCHAR(32) NOT NULL | |
workset_lst table row.