Small. Fast. Reliable.
Choose any three.

SQLite C Interface

Return The Size Of An Open BLOB

int sqlite3_blob_bytes(sqlite3_blob *);

Returns the size in bytes of the BLOB accessible via the open []BLOB handle] in its only argument.

Invariants:

H17843 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/12/09 18:44:04 UTC