OpenM++ runtime library (libopenm)
openm::ITaskRunSetTable Struct Referenceabstract

task_run_set table public interface. More...

#include <dbMetaTable.h>

Inheritance diagram for openm::ITaskRunSetTable:
Collaboration diagram for openm::ITaskRunSetTable:

Static Public Member Functions

static vector< TaskRunSetRowselect (IDbExec *i_dbExec, int i_taskRunId=0)
 select table rows sorted by primary key: task run id, run id. More...
 
static vector< TaskRunSetRowbyKey (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< TaskRunSetRowrows (const IRowBaseVec &i_rowVec)
 get list of table rows.
 

Detailed Description

task_run_set table public interface.

Member Function Documentation

◆ select()

vector< TaskRunSetRow > ITaskRunSetTable::select ( IDbExec i_dbExec,
int  i_taskRunId = 0 
)
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


The documentation for this struct was generated from the following files: