Function sqlite3_column_bytes

Source
pub unsafe fn sqlite3_column_bytes(
    stmt: *mut sqlite3_stmt,
    colIdx: c_int,
) -> c_int
Expand description

Returns the initial data type of the result column in the current result row.

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