Function sqlite_loadable::api::result_int64
source · pub fn result_int64(context: *mut sqlite3_context, i: i64)
Expand description
sqlite3_result_int64
to represent that a function returns an int64 with the given value.
pub fn result_int64(context: *mut sqlite3_context, i: i64)
sqlite3_result_int64
to represent that a function returns an int64 with the given value.