Lines Matching refs:handle
73 # EVIDENCE-OF: R-37639-55938 This interfaces opens a handle to the BLOB
225 # new BLOB handle is stored in *ppBlob. Otherwise an error code is
336 # EVIDENCE-OF: R-50542-62589 If the row that a BLOB handle points to is
338 # BLOB handle is marked as "expired". This is true if any column of the
339 # row is changed, even a column other than the one the BLOB handle is
343 # sqlite3_blob_write() for an expired BLOB handle fail with a return
346 # 11.2: read-only handle, DELETE.
347 # 11.3: read-only handle, UPDATE.
348 # 11.4: read-only handle, REPLACE.
349 # 11.5: read/write handle, DELETE.
350 # 11.6: read/write handle, UPDATE.
351 # 11.7: read/write handle, REPLACE.
376 # Deleting a different row does not invalidate the blob handle.
427 # Deleting a different row does not invalidate the blob handle.