mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge blob code
This commit is contained in:
@ -31,6 +31,8 @@
|
||||
|
||||
#include <NdbOperation.hpp>
|
||||
|
||||
class NdbBlob;
|
||||
|
||||
/**
|
||||
* @class NdbScanOperation
|
||||
* @brief Class of scan operations for use in transactions.
|
||||
@ -93,6 +95,10 @@ public:
|
||||
protected:
|
||||
CursorType m_cursor_type;
|
||||
|
||||
NdbBlob* getBlobHandle(const char* anAttrName);
|
||||
NdbBlob* getBlobHandle(Uint32 anAttrId);
|
||||
|
||||
private:
|
||||
NdbScanOperation(Ndb* aNdb);
|
||||
~NdbScanOperation();
|
||||
|
||||
|
Reference in New Issue
Block a user