pub unsafe fn sqlite3_column_blob(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> *const c_void
Expand description
Get a BLOB result value from a column in the current result row.
pub unsafe fn sqlite3_column_blob(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> *const c_void
Get a BLOB result value from a column in the current result row.