Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asg017/sqlite-loadable-rs
/ functions
Functions
318 in github.com/asg017/sqlite-loadable-rs
⨍
Functions
318
◇
Types & classes
95
Function
test_rusqlite_auto_extension
()
tests/test_vtab_in.rs:196
Function
test_rusqlite_auto_extension
()
tests/test_exec.rs:38
Function
test_rusqlite_auto_extension
()
tests/test_collation.rs:27
Function
test_rusqlite_auto_extension
()
tests/test_find_function.rs:144
Method
text_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
Function
value_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
Function
value_has_json_subtype
(value: &*mut sqlite3_value)
src/api.rs:244
Function
value_has_pointer_subtype
TODO test
src/api.rs:239
Function
value_is_null
(value: &*mut sqlite3_value)
src/api.rs:229
Function
value_json
(value: &*mut sqlite3_value)
src/api.rs:193
Function
value_pointer
[`sqlite3_value_pointer`](https://www.sqlite.org/bindptr.html) # Safety should this really be unsafe???
src/api.rs:163
Method
value_result
(stmt: *mut sqlite3_stmt, column_idx: i32)
src/exec.rs:108
Function
value_text_notnull
(value: &*mut sqlite3_value)
src/api.rs:150
Method
vtab_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
Function
wrapped
(context: *mut sqlite3_context, values: &[*mut sqlite3_value])
tests/test_find_function.rs:71
Function
x_func_wrapper
( context: *mut sqlite3_context, argc: c_int, argv: *mut *mut sqlite3_value, )
src/scalar.rs:108
Function
yo
yo()
examples/scalar.rs:8
Function
yo
benchmarks/scalar/scalar.c:3
← previous
301–318 of 318, ranked by callers