Function sqlite3_column_double

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

Get a double precision floating point result value from a column in the current result row.

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