MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
PropertyImpl (const char *name, Uint32 value) | |
PropertyImpl (const char *name, Uint64 value) | |
PropertyImpl (const char *name, const char *value) | |
PropertyImpl (const char *name, const Properties *value) |
Static Public Member Functions | |
static PropertyImpl * | copyPropertyImpl (const PropertyImpl &) |
Public Attributes | |
PropertiesType | valueType |
const char * | name |
void * | value |
Definition at line 41 of file Properties.cpp.