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

workset_lst table public interface. More...

#include <dbMetaTable.h>

Inheritance diagram for openm::IWorksetLstTable:
Collaboration diagram for openm::IWorksetLstTable:

Static Public Member Functions

static vector< WorksetLstRowselect (IDbExec *i_dbExec, int i_modelId=0)
 select table rows sorted by primary key: set id. More...
 
static vector< WorksetLstRowbyKey (IDbExec *i_dbExec, int i_setId)
 select table row by primary key: set id.
 

Additional Inherited Members

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

Detailed Description

workset_lst table public interface.

Member Function Documentation

◆ select()

vector< WorksetLstRow > IWorksetLstTable::select ( IDbExec i_dbExec,
int  i_modelId = 0 
)
static

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