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