NdbDictionary::Dictionary::List Class Reference

Structure for retrieving lists of object names. More...

#include <NdbDictionary.hpp>

List of all members.

Classes

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

Public Member Functions

 List ()
 ~List ()

Public Attributes

unsigned count
 Number of elements in list.
Elementelements
 Pointer to array of elements.


Detailed Description

Structure for retrieving lists of object names.

Constructor & Destructor Documentation

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

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


Member Data Documentation

Number of elements in list.

Pointer to array of elements.


The documentation for this class 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.