|
MySQL 5.6.14 Source Code Document
|
Stores one (name, value)-pair. More...
#include <Properties.hpp>
Public Member Functions | |
| Property (const char *name, Uint32 val) | |
| Property (const char *name, Uint64 val) | |
| Property (const char *name, const char *value) | |
| Property (const char *name, const class Properties *value) | |
Friends | |
| class | Properties |
Stores one (name, value)-pair.
Value can be of type Properties, i.e. a Property may contain a Properties object.
Definition at line 40 of file Properties.hpp.
| Property::Property | ( | const char * | name, |
| Uint32 | value | ||
| ) |
Methods for Property
Definition at line 99 of file Properties.cpp.