#include <NdbDictionary.hpp>
Public Member Functions | |
| Element () | |
Public Attributes | |
| unsigned | id |
| Id of object. | |
| Object::Type | type |
| Type of object. | |
| Object::State | state |
| State of object. | |
| Object::Store | store |
| How object is stored. | |
| char * | database |
| In what database the object resides. | |
| char * | schema |
| What schema the object is defined in. | |
| char * | name |
| Name of object. | |
Definition at line 1563 of file NdbDictionary.hpp.
| NdbDictionary::Dictionary::List::Element::Element | ( | ) | [inline] |
Definition at line 1571 of file NdbDictionary.hpp.
01571 : 01572 id(0), 01573 type(Object::TypeUndefined), 01574 state(Object::StateUndefined), 01575 store(Object::StoreUndefined), 01576 database(0), 01577 schema(0), 01578 name(0) { 01579 } };
In what database the object resides.
Definition at line 1568 of file NdbDictionary.hpp.
Referenced by NdbDictInterface::listObjects().
Id of object.
Definition at line 1564 of file NdbDictionary.hpp.
Referenced by NdbDictInterface::listObjects().
Name of object.
Definition at line 1570 of file NdbDictionary.hpp.
Referenced by NdbDictInterface::listObjects(), and NdbDictionary::Dictionary::List::~List().
What schema the object is defined in.
Definition at line 1569 of file NdbDictionary.hpp.
Referenced by NdbDictInterface::listObjects(), and NdbDictionary::Dictionary::List::~List().
State of object.
Definition at line 1566 of file NdbDictionary.hpp.
Referenced by NdbDictInterface::listObjects().
How object is stored.
Definition at line 1567 of file NdbDictionary.hpp.
Referenced by NdbDictInterface::listObjects().
Type of object.
Definition at line 1565 of file NdbDictionary.hpp.
Referenced by NdbDictInterface::listObjects().
1.4.7

