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

task_txt table public interface. More...

#include <dbMetaTable.h>

Inheritance diagram for openm::ITaskTxtTable:
Collaboration diagram for openm::ITaskTxtTable:

Static Public Member Functions

static vector< TaskTxtRowselect (IDbExec *i_dbExec, int i_langId=-1)
 select table rows and sorted by primary key: task id and language id. More...
 
static vector< TaskTxtRowbyKey (IDbExec *i_dbExec, int i_taskId, int i_langId)
 select table row by primary key: task id and language id.
 

Additional Inherited Members

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

Detailed Description

task_txt table public interface.

Member Function Documentation

◆ select()

vector< TaskTxtRow > ITaskTxtTable::select ( IDbExec i_dbExec,
int  i_langId = -1 
)
static

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