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

run_lst table public interface. More...

#include <dbMetaTable.h>

Inheritance diagram for openm::IRunLstTable:
Collaboration diagram for openm::IRunLstTable:

Static Public Member Functions

static vector< RunLstRowselect (IDbExec *i_dbExec, int i_modelId=0)
 select table rows sorted by primary key: run id. More...
 
static vector< RunLstRowbyKey (IDbExec *i_dbExec, int i_runId)
 select table row by primary key: run id.
 
static string digestRunValue (IDbExec *i_dbExec, int i_modelId, int i_runId)
 calculate run value digest, including run parameters and output table values digest
 
static string digestRunMeta (const string &i_modelDigest, const RunLstRow &i_runRow)
 calculate run metadata digest: model digest, run name, sub count, created date-time, run stamp
 

Additional Inherited Members

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

Detailed Description

run_lst table public interface.

Member Function Documentation

◆ select()

vector< RunLstRow > IRunLstTable::select ( IDbExec i_dbExec,
int  i_modelId = 0 
)
static

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