MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NdbDictionary::OptimizeIndexHandle Class Reference

Represents a Index Optimization Handle passed as argument to optimizeIndex. More...

#include <NdbDictionary.hpp>

Inheritance diagram for NdbDictionary::OptimizeIndexHandle:

Public Member Functions

 OptimizeIndexHandle ()
int next ()
int close ()

Friends

class NdbOptimizeIndexHandleImpl
class NdbDicitionaryImpl

Detailed Description

Represents a Index Optimization Handle passed as argument to optimizeIndex.

Definition at line 1371 of file NdbDictionary.hpp.

Constructor & Destructor Documentation

NdbDictionary::OptimizeIndexHandle::OptimizeIndexHandle ( )

Supported operations for OptimizeIndexHandle

Definition at line 1260 of file NdbDictionary.cpp.

Member Function Documentation

int NdbDictionary::OptimizeIndexHandle::close ( void  )

Close the handle object

Returns
0 when completed -1 encountered some error

Reimplemented in NdbOptimizeIndexHandleImpl.

Definition at line 1283 of file NdbDictionary.cpp.

int NdbDictionary::OptimizeIndexHandle::next ( void  )

Optimize one more batch of records

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

Reimplemented in NdbOptimizeIndexHandleImpl.

Definition at line 1277 of file NdbDictionary.cpp.


The documentation for this class was generated from the following files: