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.
pub unsafe fn sqlite3_column_double(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> f64
Get a double precision floating point result value from a column in the current result row.