NdbDictionary::Dictionary::List::Element Struct Reference

Object to be stored in an NdbDictionary::Dictionary::List. More...

#include <NdbDictionary.hpp>

List of all members.

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 logged.
Uint32 temp
 Temporary status of object.
char * database
 In what database the object resides.
char * schema
 What schema the object is defined in.
char * name
 Name of object.


Detailed Description

Object to be stored in an NdbDictionary::Dictionary::List.

Constructor & Destructor Documentation

NdbDictionary::Dictionary::List::Element::Element (  )  [inline]


Member Data Documentation

In what database the object resides.

Id of object.

Name of object.

What schema the object is defined in.

State of object.

How object is logged.

Temporary status of object.

Type of object.


The documentation for this struct was generated from the following file:

MySQL Cluster Database Blog

Based on MySQL Cluster 7.0.7.

This page is for information only and is not maintained by MySQL or Sun Microsystems - use at your own risk. For an upto date view of the API refer to the header files included with your MySQL Cluster distribution or check the MySQL Cluster API Developer Guide.