pub unsafe fn sqlite3_bind_int(
stmt: *mut sqlite3_stmt,
idx: c_int,
value: c_int,
) -> c_int
Expand description
C interface definition of sqlite 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
C interface definition of sqlite Bind an integer number to a parameter in a prepared statement.