|
int sqlite3_blob_bytes(sqlite3_blob *);
Returns the size in bytes of the BLOB accessible via the open []BLOB handle] in its only argument.
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.