|
OpenM++ runtime library (libopenm)
|
generic two string columns: (code, value) table row. More...
#include <dbMetaRow.h>


Static Public Member Functions | |
| static bool | isKeyLess (const CodeValueRow &i_left, const CodeValueRow &i_right) |
| less comparator by primary key: code. | |
| static bool | isKeyEqual (const CodeValueRow &i_left, const CodeValueRow &i_right) |
| equal comparator by primary key: code. | |
Static Public Member Functions inherited from openm::IMetaRow< CodeValueRow > | |
| 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 | code |
| code VARCHAR(...) NOT NULL | |
| string | value |
| value VARCHAR(...) NOT NULL | |
generic two string columns: (code, value) table row.