Small. Fast. Reliable.
Choose any three.

SQLite C Interface

Return The Size Of An Open BLOB

int sqlite3_blob_bytes(sqlite3_blob *);

Return the size in bytes of the blob accessible via the open sqlite3_blob object in its only argument.

Invariants:

F17843 The sqlite3_blob_bytes(P) interface returns the size in bytes of the BLOB that the sqlite3_blob object P refers to.

See also lists of Objects, Constants, and Functions.


This page last modified 2008/05/12 13:08:44 UTC