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

task_lst table public interface. More...

#include <dbMetaTable.h>

Inheritance diagram for openm::ITaskLstTable:
Collaboration diagram for openm::ITaskLstTable:

Static Public Member Functions

static vector< TaskLstRowselect (IDbExec *i_dbExec, int i_modelId=0)
 select table rows sorted by primary key: task id. More...
 
static vector< TaskLstRowbyKey (IDbExec *i_dbExec, int i_taskId)
 select table row by primary key: task id.
 

Additional Inherited Members

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

Detailed Description

task_lst table public interface.

Member Function Documentation

◆ select()

vector< TaskLstRow > ITaskLstTable::select ( IDbExec i_dbExec,
int  i_modelId = 0 
)
static

select table rows sorted by primary key: task id.

if i_modelId > 0 then select only rows where model_id = i_modelId


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