Function sqlite_loadable::api::value_type
source · pub fn value_type(value: &*mut sqlite3_value) -> ValueTypeExpand 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) -> ValueTypeReturns the sqlite3_value_type
result of the given value, one of TEXT/INT/FLOAT/BLOB/NULL.