Function sqlite3_column_int64

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

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

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