Function sqlite_loadable::api::value_int

source ·
pub fn value_int(value: &*mut sqlite3_value) -> i32
Expand description

Returns the sqlite3_value_int result from the given sqlite3_value, as i32.