MySQL NDB Cluster API Developer Guide / ... / The NDB API / NDB API Classes, Interfaces, and Structures / The Element Structure
This section provides information about theElement 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—seeObject::Type for possible values stateObject::StateObject::StateUndefinedThe object's state—seeObject::State for possible values storeObject::StoreObject::StoreUndefinedHow the object is stored—seeObject::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