pub fn value_type(value: &*mut sqlite3_value) -> ValueType
Expand description
Returns the sqlite3_value_type
result of the given value, one of TEXT/INT/FLOAT/BLOB/NULL.
pub fn value_type(value: &*mut sqlite3_value) -> ValueType
Returns the sqlite3_value_type
result of the given value, one of TEXT/INT/FLOAT/BLOB/NULL.