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
Elementstructure models an element of a list; it is used to store an object in aListpopulated by theDictionarymethodslistObjects(),listIndexes(), andlistEvents().- Attributes
-
An
Elementhas 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 idunsigned int0The object's ID typeObject::TypeObject::TypeUndefinedThe object's type—see Object::Type for possible values stateObject::StateObject::StateUndefinedThe object's state—see Object::State for possible values storeObject::StoreObject::StoreUndefinedHow the object is stored—see Object::Store for possible values databasechar*0The database in which the object is found schemachar*0The schema in which the object is found namechar*0The object's name