|
MySQL 5.6.14 Source Code Document
|


Public Member Functions | |
| ndb_mgm_configuration_iterator (const ndb_mgm_configuration &, unsigned type) | |
| int | first () |
| int | next () |
| int | valid () const |
| int | find (int param, unsigned value) |
| int | get (int param, unsigned *value) const |
| int | get (int param, Uint64 *value) const |
| int | get (int param, const char **value) const |
| void | reset () |
| int | enter () |
Public Attributes | |
| Uint32 | m_sectionNo |
| Uint32 | m_typeOfSection |
| ConfigValues::ConstIterator | m_config |
Definition at line 28 of file mgmapi_configuration.hpp.