Can the incremental BLOB functions (sqlite_blob_open(), sqlite_blob_read(), etc) access BLOB column data defined in a SQLite virtual table? If it matters, I am only interested in read-only access at this time.
If the answer is yes, is there any facility in virtual table support for xColumn or any other method that will expose to the virtual table module the positioning/length values supplied as the 3rd and 4th arguments of the sqlite_blob_read() function (N bytes and offset values)? Randy Evans

