19 #ifndef KompexSQLiteBlob_H
20 #define KompexSQLiteBlob_H
85 int GetBlobSize()
const;
94 void ReadBlob(
void *buffer,
int numberOfBytes,
int offset = 0);
106 void WriteBlob(
const void *buffer,
int numberOfBytes,
int offset = 0);
122 #endif // KompexSQLiteBlob_H
Definition: KompexSQLiteBlob.h:33
sqlite3_blob * mBlobHandle
BLOB handle.
Definition: KompexSQLiteBlob.h:114
SQLiteDatabase * mDatabase
Database pointer.
Definition: KompexSQLiteBlob.h:116
Administration of the database and all concerning settings.
Definition: KompexSQLiteDatabase.h:31
long long int int64
Definition: KompexSQLitePrerequisites.h:41
#define _SQLiteWrapperExport
Definition: KompexSQLitePrerequisites.h:32
Definition: KompexSQLiteBlob.h:32
Administration of existing BLOBs.
Definition: KompexSQLiteBlob.h:37
BLOB_ACCESS_MODE
Definition: KompexSQLiteBlob.h:30
Definition: KompexSQLiteBlob.h:26
sqlite3_blob * GetBlobHandle() const
Returns the BLOB handle.
Definition: KompexSQLiteBlob.h:110