OpenM++ runtime library (libopenm)
|
profile_option table row. More...
Public Member Functions | |
ProfileOptionRow (const string &i_name, const string &i_key) | |
create row with supplied primary key field values. | |
ProfileOptionRow (void) | |
create row with default empty field values. | |
Static Public Member Functions | |
static bool | isKeyLess (const ProfileOptionRow &i_left, const ProfileOptionRow &i_right) |
less comparator by primary key: profile name, option key. | |
static bool | isKeyEqual (const ProfileOptionRow &i_left, const ProfileOptionRow &i_right) |
equal comparator by primary key: profile name, option key. | |
![]() | |
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 | |
string | key |
option_key VARCHAR(255) NOT NULL | |
string | value |
option_value VARCHAR(2048) NOT NULL | |
profile_option table row.