sqlite_wasm_rs::export

Function sqlite3_bind_double

Source
pub unsafe fn sqlite3_bind_double(
    stmt: *mut sqlite3_stmt,
    idx: c_int,
    value: f64,
) -> c_int
Expand description

C interface definition of sqlite Bind a double precision floating point number to a parameter in a prepared statement.

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