insertBlobs
Inserts rowid-table rows and writes their BLOB values incrementally with bounded memory.
The input streams remain owned by the caller. See StreamingBlobBatch for the required SQL shape and schema constraints.
fun insertBlobs(batch: StreamingBlobBatch, rows: Iterable<StreamingBlobRow>, cancellationSignal: CancellationSignal): Int(source)
Cancellable counterpart of insertBlobs.