|
|
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.
| 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.