#include <NdbIndexOperation.hpp>
Inheritance diagram for NdbIndexOperation:
|
Define the NdbIndexOperation to be a standard operation of type deleteTuple. When calling NdbTransaction::execute, this operation deletes a tuple.
Reimplemented from NdbOperation. |
|
insert is not allowed Reimplemented from NdbOperation. |
|
Define the NdbIndexOperation to be a standard operation of type readTuple. When calling NdbTransaction::execute, this operation reads a tuple.
|
|
Define the NdbIndexOperation to be a standard operation of type updateTuple. When calling NdbTransaction::execute, this operation updates a tuple in the table.
Reimplemented from NdbOperation. |