Kompex SQLite Wrapper
1.11.14
|
This is the complete list of members for Kompex::SQLiteBlob, including all inherited members.
CloseBlob() | Kompex::SQLiteBlob | |
GetBlobHandle() const | Kompex::SQLiteBlob | inlineprotected |
GetBlobSize() const | Kompex::SQLiteBlob | |
mBlobHandle | Kompex::SQLiteBlob | private |
mDatabase | Kompex::SQLiteBlob | private |
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::SQLiteBlob | virtual |