17 #ifndef NdbQueryOperation_H
18 #define NdbQueryOperation_H
20 #include <ndb_types.h>
117 NextResult_error = -1,
118 NextResult_gotRow = 0,
119 NextResult_scanComplete = 1,
120 NextResult_bufferEmpty = 2
175 bool forceSend =
false);
193 void close(
bool forceSend =
false);
242 Uint32 getNoOfParentOperations()
const;
245 Uint32 getNoOfChildOperations()
const;
289 char* resultBuffer = 0);
312 const unsigned char* result_mask = 0);
314 int setResultRowRef (
const NdbRecord* rec,
315 const char* & bufRef,
316 const unsigned char* result_mask = 0);
431 bool fetchAllowed =
true,
432 bool forceSend =
false);
435 bool isRowNULL()
const;
437 bool isRowChanged()
const;
484 class Uint32Buffer& dst,