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

task_set table public interface. More...

#include <dbMetaTable.h>

Inheritance diagram for openm::ITaskSetTable:
Collaboration diagram for openm::ITaskSetTable:

Static Public Member Functions

static vector< TaskSetRowselect (IDbExec *i_dbExec, int i_taskId=0)
 select table rows sorted by primary key: task id and set id. More...
 
static vector< TaskSetRowbyKey (IDbExec *i_dbExec, int i_taskId, int i_setId)
 select table row by primary key: task id and set id.
 

Additional Inherited Members

- Static Protected Member Functions inherited from openm::IMetaTable< TaskSetRow >
static vector< TaskSetRowrows (const IRowBaseVec &i_rowVec)
 get list of table rows.
 

Detailed Description

task_set table public interface.

Member Function Documentation

◆ select()

vector< TaskSetRow > ITaskSetTable::select ( IDbExec i_dbExec,
int  i_taskId = 0 
)
static

select table rows sorted by primary key: task id and set id.

if i_taskId > 0 then select only rows where task_id = i_taskId


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