OpenM++ runtime library (libopenm)
|
run_lst table row. More...
#include <dbMetaRow.h>
Public Member Functions | |
RunLstRow (int i_runId) | |
create row with supplied primary key field values. | |
RunLstRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const RunLstRow &i_left, const RunLstRow &i_right) |
less comparator by primary key: run id. | |
static bool | isKeyEqual (const RunLstRow &i_left, const RunLstRow &i_right) |
equal comparator by primary key: run id. | |
static vector< RunLstRow >::const_iterator | byKey (int i_runId, const vector< RunLstRow > &i_rowVec) |
find row by primary key: run id. | |
Static Public Member Functions inherited from openm::IMetaRow< RunLstRow > | |
static bool | keyLess (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right) |
less comparator by row primary key. | |
static bool | keyEqual (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right) |
equal comparator by row primary key. | |
run_lst table row.