NdbDictionary::OptimizeTableHandle Class Reference

Represents a Table Optimization Handle Passed as argument to optimizeTable. More...

#include <NdbDictionary.hpp>

List of all members.

Public Member Functions

 OptimizeTableHandle ()
 ~OptimizeTableHandle ()
int next ()
int close ()

Private Member Functions

 OptimizeTableHandle (NdbOptimizeTableHandleImpl &)

Private Attributes

class NdbOptimizeTableHandleImpl & m_impl


Detailed Description

Represents a Table Optimization Handle Passed as argument to optimizeTable.

Constructor & Destructor Documentation

NdbDictionary::OptimizeTableHandle::OptimizeTableHandle (  ) 

Supported operations for OptimizeTableHandle

NdbDictionary::OptimizeTableHandle::~OptimizeTableHandle (  ) 

NdbDictionary::OptimizeTableHandle::OptimizeTableHandle ( NdbOptimizeTableHandleImpl &   )  [private]


Member Function Documentation

int NdbDictionary::OptimizeTableHandle::close (  ) 

Close the handle object

Returns:
0 when completed -1 encountered some error

int NdbDictionary::OptimizeTableHandle::next (  ) 

Optimize one more batch of records

Returns:
1 for more records left to optimize, 0 when completed -1 encountered some error


Member Data Documentation

class NdbOptimizeTableHandleImpl& NdbDictionary::OptimizeTableHandle::m_impl [private]


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.