OpenM++ runtime library (libopenm)
|
task_run_set table row. More...
#include <dbMetaRow.h>
Public Member Functions | |
TaskRunSetRow (int i_taskRunId, int i_runId) | |
create row with supplied primary key field values. | |
TaskRunSetRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const TaskRunSetRow &i_left, const TaskRunSetRow &i_right) |
less comparator by primary key: task run id, run id. | |
static bool | isKeyEqual (const TaskRunSetRow &i_left, const TaskRunSetRow &i_right) |
equal comparator by primary key: task run id, run id. | |
static vector< TaskRunSetRow >::const_iterator | byKey (int i_taskRunId, int i_runId, const vector< TaskRunSetRow > &i_rowVec) |
find row by primary key: task run id, run id. | |
Static Public Member Functions inherited from openm::IMetaRow< TaskRunSetRow > | |
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 | taskRunId |
task_run_id INT NOT NULL | |
int | runId |
run_id INT NOT NULL | |
int | setId |
set_id INT NOT NULL | |
int | taskId |
task_id INT NOT NULL | |
task_run_set table row.