MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster Internals Manual
This section provides information about the
Element
structure.
- Parent class
- Description
The
Element
structure models an element of a list; it is used to store an object in aList
populated by theDictionary
methodslistObjects()
,listIndexes()
, andlistEvents()
.- Attributes
-
An
Element
has the attributes shown in the following table:Table 2.13 Name, type, initial value, and description of Element structure attributes
Attribute Type Initial Value Description id
unsigned int
0
The object's ID type
Object::Type
Object::TypeUndefined
The object's type—see Object::Type for possible values state
Object::State
Object::StateUndefined
The object's state—see Object::State for possible values store
Object::Store
Object::StoreUndefined
How the object is stored—see Object::Store for possible values database
char*
0
The database in which the object is found schema
char*
0
The schema in which the object is found name
char*
0
The object's name