Function value_type

Source
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.