1
0
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:
joreland@mysql.com
2004-06-17 14:03:21 +02:00
198 changed files with 9954 additions and 3268 deletions

View File

@ -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();