Function sqlite3_column_int

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

Get an integer result value from a column in the current result row.

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