Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/sqlite
Type
typedef struct sqlite3_blob sqlite3_blob
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/sqlite/sqlite3.h |
| Include | #include "sqlite/sqlite3.h" |
Remarks
The interface to the virtual-table mechanism defined above (back up to a comment remarkably similar to this one) is currently considered to be experimental. The interface might change in incompatible ways. If this is a problem for you, do not use the interface at this time.
When the virtual-table mechanism stabilizes, we will declare the interface fixed, support it indefinitely, and remove this comment. CAPI3REF: A Handle To An Open BLOB KEYWORDS: {BLOB handle} {BLOB handles}
An instance of this object represents an open BLOB on which [sqlite3_blob_open | incremental BLOB I/O] can be performed. ^Objects of this type are created by [sqlite3_blob_open()] and destroyed by [sqlite3_blob_close()]. ^The [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces can be used to read or write small subsections of the BLOB. ^The [sqlite3_blob_bytes()] interface returns the size of the BLOB in bytes.