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.26.2.7, “NdbScanOperation::readTuples()”, for
more information.
Enumeration values. Possible values are shown, along with descriptions, in the following table:
| 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 |
