OpenM++ runtime library (libopenm)
|
profile_option table row. More...
#include <dbMetaRow.h>
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 Public Member Functions inherited from openm::IMetaRow< ProfileOptionRow > | |
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.