August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_blob_bytes() — Get the size of a BLOB handle value
int sqlite3_blob_bytes( sqlite3_blob* blob );
blob
A BLOB handle acquired from sqlite3_blob_open().
The size of the BLOB value, in bytes.
This function returns the size of the referenced BLOB value in
bytes. The size of a BLOB value is fixed and cannot be modified
without a call to INSERT or
UPDATE.
sqlite3_blob_open(), sqlite3_bind_xxx() (refer to sqlite3_bind_zeroblob(),
specifically), zeroblob() [Ap E]
Read now
Unlock full access