|
MySQL 5.6.14 Source Code Document
|

Public Types | |
| enum | Type { SO_SCANFLAGS = 0x01, SO_PARALLEL = 0x02, SO_BATCH = 0x04, SO_GETVALUE = 0x08, SO_PARTITION_ID = 0x10, SO_INTERPRETED = 0x20, SO_CUSTOMDATA = 0x40 } |
Public Attributes | |
| Uint64 | optionsPresent |
| Uint32 | scan_flags |
| Uint32 | parallel |
| Uint32 | batch |
| NdbOperation::GetValueSpec * | extraGetValues |
| Uint32 | numExtraGetValues |
| Uint32 | partitionId |
| const NdbInterpretedCode * | interpretedCode |
| void * | customData |
Definition at line 204 of file NdbScanOperation.hpp.