sqlite_wasm_rs::export

Function sqlite3_bind_int64

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

C interface definition of sqlite Bind a 64 bit integer number to a parameter in a prepared statement.

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