MySQL NDB Cluster API Developer Guide
Description.
This method is used to create an
NdbIndexScanOperation
associated with a given table.
All index scan operations within the same transaction must be initialised with this method. Operations must be defined before they are executed.
Signature.
NdbIndexScanOperation* getNdbIndexScanOperation
(
const NdbDictionary::Index* index
)
Parameters.
The Index
object on which the
operation is to be performed.
Return value.
A pointer to the new
NdbIndexScanOperation
.