Description.
Values of this type are the scan flags used with the
readTuples()
method. More than one may be
used, in which case, they are OR
'ed together
as the second argument to that method. See
Section 2.3.18.2.1, “NdbScanOperation::readTuples()
”, for more
information.
Enumeration values.
Value | Description |
---|---|
SF_TupScan |
TUP scan |
SF_OrderBy |
Ordered index scan (ascending) |
SF_Descending |
Ordered index scan (descending) |
SF_ReadRangeNo |
Enables NdbIndexScanOperation::get_range_no()
|
SF_KeyInfo |
Requests KeyInfo to be sent back to the caller |