Name

sqlite3_blob_close() — Close a BLOB handle

Definition

int sqlite3_blob_close( sqlite3_blob* blob );
blob

A BLOB handle acquired from sqlite3_blob_open(). It is safe to pass a NULL value.

Returns

An SQLite response code.

Description

This function closes and releases a BLOB handle acquired from sqlite3_blob_open(). The BLOB handle is always closed (and becomes invalid), even if an error code is returned

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.