[sqlite] Using incremental BLOB functions against a BLOB column in a virtual table

2015-02-24 Thread Evans, Randall
defined as virtual tables vs. physical tables? Thanks in advance for any assistance provided. Randy Evans > > From: Richard Hipp > > On 2/23/15, Evans, Randall wrote: > > Can the incremental BLOB functions (sqlite_blob_open(), > > sqlite_blob_read(), > > etc) access

[sqlite] Using incremental BLOB functions against a BLOB column in a virtual table

2015-02-23 Thread Evans, Randall
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 a