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