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

task_run_lst table public interface. More...

#include <dbMetaTable.h>

Inheritance diagram for openm::ITaskRunLstTable:
Collaboration diagram for openm::ITaskRunLstTable:

Static Public Member Functions

static vector< TaskRunLstRowselect (IDbExec *i_dbExec, int i_taskId=0)
 select table rows sorted by primary key: task run id. More...
 
static vector< TaskRunLstRowbyKey (IDbExec *i_dbExec, int i_taskRunId)
 select table row by primary key: task run id.
 

Additional Inherited Members

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

Detailed Description

task_run_lst table public interface.

Member Function Documentation

◆ select()

vector< TaskRunLstRow > ITaskRunLstTable::select ( IDbExec i_dbExec,
int  i_taskId = 0 
)
static

select table rows sorted by primary key: task run 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: