OpenM++ runtime library (libopenm)
|
task_set table public interface. More...
#include <dbMetaTable.h>
Static Public Member Functions | |
static vector< TaskSetRow > | select (IDbExec *i_dbExec, int i_taskId=0) |
select table rows sorted by primary key: task id and set id. More... | |
static vector< TaskSetRow > | byKey (IDbExec *i_dbExec, int i_taskId, int i_setId) |
select table row by primary key: task id and set id. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from openm::IMetaTable< TaskSetRow > | |
static vector< TaskSetRow > | rows (const IRowBaseVec &i_rowVec) |
get list of table rows. | |
task_set table public interface.
|
static |
select table rows sorted by primary key: task id and set id.
if i_taskId > 0 then select only rows where task_id = i_taskId