MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NdbOperation::OperationOptions Struct Reference
Collaboration diagram for NdbOperation::OperationOptions:

Public Types

enum  Flags {
  OO_ABORTOPTION = 0x01, OO_GETVALUE = 0x02, OO_SETVALUE = 0x04, OO_PARTITION_ID = 0x08,
  OO_INTERPRETED = 0x10, OO_ANYVALUE = 0x20, OO_CUSTOMDATA = 0x40, OO_LOCKHANDLE = 0x80,
  OO_QUEUABLE = 0x100, OO_NOT_QUEUABLE = 0x200, OO_DEFERRED_CONSTAINTS = 0x400
}

Public Attributes

Uint64 optionsPresent
AbortOption abortOption
GetValueSpecextraGetValues
Uint32 numExtraGetValues
const SetValueSpecextraSetValues
Uint32 numExtraSetValues
Uint32 partitionId
const NdbInterpretedCodeinterpretedCode
Uint32 anyValue
void * customData

Detailed Description

Definition at line 1029 of file NdbOperation.hpp.


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