|
static vector< RunLstRow > | select (IDbExec *i_dbExec, const string &i_where) |
|
static vector< RunLstRow > | select (IDbExec *i_dbExec, int i_modelId=0) |
| select table rows sorted by primary key: run id. More...
|
|
static vector< RunLstRow > | byKey (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
|
|
The documentation for this class was generated from the following file: