Kompex SQLite Wrapper  1.11.14
Kompex::SQLiteBlob Member List

This is the complete list of members for Kompex::SQLiteBlob, including all inherited members.

CloseBlob()Kompex::SQLiteBlob
GetBlobHandle() const Kompex::SQLiteBlobinlineprotected
GetBlobSize() const Kompex::SQLiteBlob
mBlobHandleKompex::SQLiteBlobprivate
mDatabaseKompex::SQLiteBlobprivate
OpenBlob(SQLiteDatabase *db, std::string symbolicDatabaseName, std::string tableName, std::string columnName, int64 rowId, BLOB_ACCESS_MODE accessMode=BLOB_READWRITE)Kompex::SQLiteBlob
ReadBlob(void *buffer, int numberOfBytes, int offset=0)Kompex::SQLiteBlob
SQLiteBlob()Kompex::SQLiteBlob
SQLiteBlob(SQLiteDatabase *db, std::string symbolicDatabaseName, std::string tableName, std::string columnName, int64 rowId, BLOB_ACCESS_MODE accessMode=BLOB_READWRITE)Kompex::SQLiteBlob
WriteBlob(const void *buffer, int numberOfBytes, int offset=0)Kompex::SQLiteBlob
~SQLiteBlob()Kompex::SQLiteBlobvirtual