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

#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

Detailed Description

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.


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