sqlite_wasm_rs::c

Function sqlite3_value_bytes

Source
pub unsafe fn sqlite3_value_bytes(sqliteValue: *mut sqlite3_value) -> c_int
Expand description

Get the size of a BLOB or TEXT value in bytes from a protected sqlite3_value object.

See https://www.sqlite.org/c3ref/value_blob.html