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

workset_txt table public interface. More...

#include <dbMetaTable.h>

Inheritance diagram for openm::IWorksetTxtTable:
Collaboration diagram for openm::IWorksetTxtTable:

Static Public Member Functions

static vector< WorksetTxtRowselect (IDbExec *i_dbExec, int i_setId, int i_langId=-1)
 select table rows and sorted by primary key: set id and language id. More...
 
static vector< WorksetTxtRowbyKey (IDbExec *i_dbExec, int i_setId, int i_langId)
 select table row by primary key: set id and language id.
 

Additional Inherited Members

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

Detailed Description

workset_txt table public interface.

Member Function Documentation

◆ select()

vector< WorksetTxtRow > IWorksetTxtTable::select ( IDbExec i_dbExec,
int  i_setId,
int  i_langId = -1 
)
static

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

if i_langId >= 0 then select only rows where lang_id = i_langId


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