| MySQL 5.6.14 Source Code Document
    | 
#include <NdbQueryBuilder.hpp>
| Public Member Functions | |
| NdbQueryIndexBound (const NdbQueryOperand *const *eqKey) | |
| NdbQueryIndexBound (const NdbQueryOperand *const *low, const NdbQueryOperand *const *high) | |
| NdbQueryIndexBound (const NdbQueryOperand *const *low, bool lowIncl, const NdbQueryOperand *const *high, bool highIncl) | |
| Friends | |
| class | NdbQueryIndexScanOperationDefImpl | 
class NdbQueryIndexBound is an argument container for defining a NdbQueryIndexScanOperationDef. The contents of this object is copied into the NdbQueryIndexScanOperationDef and does not have to be persistent after the NdbQueryBuilder::scanIndex() call
Definition at line 312 of file NdbQueryBuilder.hpp.