Description.
Inserts a tuple using NdbRecord.
Signature.
NdbOperation* insertTuple
(
const NdbRecord* record,
const char* row,
const unsigned char* mask = 0
)
Parameters.
insertTuple takes the following parameters:
A pointer to an NdbRecord indicating
the record to be inserted.
A row of data to be inserted.
A mask which can be used to
filter the columns to be inserted.
Return Value.
The NdbOperation representing this insert
operation.
