pub unsafe fn sqlite3_value_bytes(sqliteValue: *mut sqlite3_value) -> c_int
Expand description
C interface definition of sqlite
Get the size of a BLOB
or TEXT
value in bytes from a protected
sqlite3_value
object.
pub unsafe fn sqlite3_value_bytes(sqliteValue: *mut sqlite3_value) -> c_int
C interface definition of sqlite
Get the size of a BLOB
or TEXT
value in bytes from a protected
sqlite3_value
object.