OpenM++ runtime library (libopenm)
|
Static Public Member Functions | |
static vector< WorksetTxtRow > | select (IDbExec *i_dbExec, const string &i_where) |
Static Public Member Functions inherited from openm::IWorksetTxtTable | |
static vector< WorksetTxtRow > | select (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< WorksetTxtRow > | byKey (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< WorksetTxtRow > | rows (const IRowBaseVec &i_rowVec) |
get list of table rows. | |