pub fn value_int(value: &*mut sqlite3_value) -> i32
Expand description
Returns the sqlite3_value_int
result
from the given sqlite3_value, as i32.
pub fn value_int(value: &*mut sqlite3_value) -> i32
Returns the sqlite3_value_int
result
from the given sqlite3_value, as i32.