OpenM++ runtime library (libopenm)
|
task_run_lst table row. More...
#include <dbMetaRow.h>
Public Member Functions | |
TaskRunLstRow (int i_taskRunId) | |
create row with supplied primary key field values. | |
TaskRunLstRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const TaskRunLstRow &i_left, const TaskRunLstRow &i_right) |
less comparator by primary key: task run id. | |
static bool | isKeyEqual (const TaskRunLstRow &i_left, const TaskRunLstRow &i_right) |
equal comparator by primary key: task run id. | |
static vector< TaskRunLstRow >::const_iterator | byKey (int i_taskRunId, const vector< TaskRunLstRow > &i_rowVec) |
find row by primary key: task run 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 | taskRunId |
task_run_id INT NOT NULL | |
int | taskId |
task_id INT NOT NULL | |
string | name |
run_name VARCHAR(255) NOT NULL | |
int | subCount |
sub_count INT NOT NULL | |
string | createDateTime |
create_dt VARCHAR(32) NOT NULL | |
string | status |
task status: i=init p=progress w=wait s=success x=exit e=error(failed) | |
string | updateDateTime |
update_dt VARCHAR(32) NOT NULL | |
string | runStamp |
run_stamp VARCHAR(32) NOT NULL | |
task_run_lst table row.