OpenM++ runtime library (libopenm)
|
task_run_set table public interface. More...
#include <dbMetaTable.h>
Static Public Member Functions | |
static vector< TaskRunSetRow > | select (IDbExec *i_dbExec, int i_taskRunId=0) |
select table rows sorted by primary key: task run id, run id. More... | |
static vector< TaskRunSetRow > | byKey (IDbExec *i_dbExec, int i_taskRunId, int i_runId) |
select table row by primary key: task run id, run id. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from openm::IMetaTable< TaskRunSetRow > | |
static vector< TaskRunSetRow > | rows (const IRowBaseVec &i_rowVec) |
get list of table rows. | |
task_run_set table public interface.
|
static |
select table rows sorted by primary key: task run id, run id.
if i_taskRunId > 0 then select only rows where task_run_id = i_taskRunId