OpenM++ runtime library (libopenm)
openm::WorksetLstRow Struct Reference

workset_lst table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::WorksetLstRow:
Collaboration diagram for openm::WorksetLstRow:

Public Member Functions

 WorksetLstRow (int i_setId)
 create row with supplied primary key field values.
 
 WorksetLstRow (void)
 create row with default empty field values.
 

Static Public Member Functions

static bool isKeyLess (const WorksetLstRow &i_left, const WorksetLstRow &i_right)
 less comparator by primary key: set id.
 
static bool isKeyEqual (const WorksetLstRow &i_left, const WorksetLstRow &i_right)
 equal comparator by primary key: set id.
 
static vector< WorksetLstRow >::const_iterator byKey (int i_setId, const vector< WorksetLstRow > &i_rowVec)
 find row by primary key: set id.
 
- Static Public Member Functions inherited from openm::IMetaRow< WorksetLstRow >
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 setId
 set_id INT NOT NULL
 
int baseRunId
 base_run_id INT NULL
 
int modelId
 model_id INT NOT NULL
 
string name
 set_name VARCHAR(255) NOT NULL
 
bool isReadonly
 is_readonly SMALLINT NOT NULL
 
string updateDateTime
 update_dt VARCHAR(32) NOT NULL
 

Detailed Description

workset_lst table row.


The documentation for this struct was generated from the following files: