OpenM++ runtime library (libopenm)
|
profile_lst table row. More...
#include <dbMetaRow.h>
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 | |
profile_lst table row.