MCPcopy Create free account

hub / github.com/asg017/sqlite-loadable-rs / functions

Functions318 in github.com/asg017/sqlite-loadable-rs

Functiontest_rusqlite_auto_extension
()
tests/test_vtab_in.rs:196
Functiontest_rusqlite_auto_extension
()
tests/test_exec.rs:38
Functiontest_rusqlite_auto_extension
()
tests/test_collation.rs:27
Functiontest_rusqlite_auto_extension
()
tests/test_find_function.rs:144
Methodtext_or_else
Returns the UTF8 representation of the underlying sqlite_value. Fails if the value type is SQLITE_NULL, or if there's a UTF8 error on the resulting st
src/api.rs:84
Functionvalue_double
Returns the [`sqlite3_value_double`](https://www.sqlite.org/c3ref/value_blob.html) result from the given sqlite3_value, as f64.
src/api.rs:190
Functionvalue_has_json_subtype
(value: &*mut sqlite3_value)
src/api.rs:244
Functionvalue_has_pointer_subtype
TODO test
src/api.rs:239
Functionvalue_is_null
(value: &*mut sqlite3_value)
src/api.rs:229
Functionvalue_json
(value: &*mut sqlite3_value)
src/api.rs:193
Functionvalue_pointer
[`sqlite3_value_pointer`](https://www.sqlite.org/bindptr.html) # Safety should this really be unsafe???
src/api.rs:163
Methodvalue_result
(stmt: *mut sqlite3_stmt, column_idx: i32)
src/exec.rs:108
Functionvalue_text_notnull
(value: &*mut sqlite3_value)
src/api.rs:150
Methodvtab_declaration
Formats the column declaration into a way that a CREATE TABLE statement expects ("escaping" the column name). TODO is this safe lol
src/vtab_argparse.rs:103
Functionwrapped
(context: *mut sqlite3_context, values: &[*mut sqlite3_value])
tests/test_find_function.rs:71
Functionx_func_wrapper
( context: *mut sqlite3_context, argc: c_int, argv: *mut *mut sqlite3_value, )
src/scalar.rs:108
Functionyo
yo()
examples/scalar.rs:8
Functionyo
benchmarks/scalar/scalar.c:3
← previous301–318 of 318, ranked by callers