#include <NdbIndexOperation.hpp>
Inheritance diagram for NdbIndexOperation:
int NdbIndexOperation::deleteTuple | ( | ) | [virtual] |
Define the NdbIndexOperation to be a standard operation of type deleteTuple.
When calling NdbTransaction::execute, this operation deletes a tuple.
Reimplemented from NdbOperation.
const NdbDictionary::Index* NdbIndexOperation::getIndex | ( | ) | const |
Get index object for this operation
int NdbIndexOperation::insertTuple | ( | ) | [virtual] |
insert is not allowed
Reimplemented from NdbOperation.
int NdbIndexOperation::readTuple | ( | LockMode | ) |
Define the NdbIndexOperation to be a standard operation of type readTuple. When calling NdbTransaction::execute, this operation reads a tuple.
int NdbIndexOperation::updateTuple | ( | ) | [virtual] |
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.