OpenM++ runtime library (libopenm)
|
run_lst table public interface. More...
#include <dbMetaTable.h>
Static Public Member Functions | |
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 | |
Additional Inherited Members | |
Static Protected Member Functions inherited from openm::IMetaTable< RunLstRow > | |
static vector< RunLstRow > | rows (const IRowBaseVec &i_rowVec) |
get list of table rows. | |
run_lst table public interface.
select table rows sorted by primary key: run id.
if i_modelId > 0 then select only rows where model_id = i_modelId