OpenM++ runtime library (libopenm)
|
task_lst table row. More...
#include <dbMetaRow.h>
Public Member Functions | |
TaskLstRow (int i_taskId) | |
create row with supplied primary key field values. | |
TaskLstRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const TaskLstRow &i_left, const TaskLstRow &i_right) |
less comparator by primary key: task id. | |
static bool | isKeyEqual (const TaskLstRow &i_left, const TaskLstRow &i_right) |
equal comparator by primary key: task id. | |
static vector< TaskLstRow >::const_iterator | byKey (int i_taskId, const vector< TaskLstRow > &i_rowVec) |
find row by primary key: task id. | |
Static Public Member Functions inherited from openm::IMetaRow< TaskLstRow > | |
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. | |
Public Attributes | |
int | taskId |
task_id INT NOT NULL | |
int | modelId |
model_id INT NOT NULL | |
string | name |
task_name VARCHAR(255) NOT NULL | |
task_lst table row.