MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Property Struct Reference

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

Detailed Description

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.

Constructor & Destructor Documentation

Property::Property ( const char *  name,
Uint32  value 
)

Methods for Property

Definition at line 99 of file Properties.cpp.


The documentation for this struct was generated from the following files: