pub unsafe fn sqlite3_bind_int(
stmt: *mut sqlite3_stmt,
idx: c_int,
value: c_int,
) -> c_int
Expand description
Bind an integer number to a parameter in a prepared statement.
pub unsafe fn sqlite3_bind_int(
stmt: *mut sqlite3_stmt,
idx: c_int,
value: c_int,
) -> c_int
Bind an integer number to a parameter in a prepared statement.