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. See Section 4.21, “The Table Class”.
Return Value.
A pointer to the new NdbOperation. See
Section 4.15, “The NdbOperation Class”.
