task_run_lst table row.
More...
|
| TaskRunLstRow (int i_taskRunId) |
| create row with supplied primary key field values.
|
|
| TaskRunLstRow (void) |
| create row with default empty field values.
|
|
|
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
|
|
The documentation for this struct was generated from the following files:
- /home/build_doc/ompp-make-doc/ompp-main/include/libopenm/db/dbMetaRow.h
- db/dbMetaRow.cpp