OpenM++ runtime library (libopenm)
openm::RunLstTable Class Reference
Inheritance diagram for openm::RunLstTable:
Collaboration diagram for openm::RunLstTable:

Static Public Member Functions

static vector< RunLstRowselect (IDbExec *i_dbExec, const string &i_where)
 
- Static Public Member Functions inherited from openm::IRunLstTable
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.
 

The documentation for this class was generated from the following file: