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

profile_lst table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::ProfileLstRow:
Collaboration diagram for openm::ProfileLstRow:

Public Member Functions

 ProfileLstRow (const string &i_name)
 create row with supplied primary key field values.
 
 ProfileLstRow (void)
 create row with default empty field values.
 

Static Public Member Functions

static bool isKeyLess (const ProfileLstRow &i_left, const ProfileLstRow &i_right)
 less comparator by primary key: profile name.
 
static bool isKeyEqual (const ProfileLstRow &i_left, const ProfileLstRow &i_right)
 equal comparator by primary key: profile name.
 
- Static Public Member Functions inherited from openm::IMetaRow< ProfileLstRow >
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

string name
 profile_name VARCHAR(255) NOT NULL
 

Detailed Description

profile_lst table row.


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