Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mattn/go-sqlite3
/ functions
Functions
530 in github.com/mattn/go-sqlite3
⨍
Functions
530
◇
Types & classes
111
Function
TestUserAuthCreateDatabaseWithoutArgs
(t *testing.T)
sqlite3_opt_userauth_test.go:174
Function
TestUserAuthDeleteUser
(t *testing.T)
sqlite3_opt_userauth_test.go:484
Function
TestUserAuthEncoders
(t *testing.T)
sqlite3_opt_userauth_test.go:615
Function
TestUserAuthLogin
(t *testing.T)
sqlite3_opt_userauth_test.go:191
Function
TestUserAuthModifyUser
(t *testing.T)
sqlite3_opt_userauth_test.go:385
Function
TestVUpdate
(t *testing.T)
sqlite3_opt_vtable_test.go:163
Function
TestVersion
(t *testing.T)
sqlite3_test.go:1244
Function
TestWAL
(t *testing.T)
sqlite3_test.go:929
Method
Update
(id interface{}, vals []interface{})
sqlite3_opt_vtable_test.go:410
Method
Value
()
sqlite3_test.go:1307
Function
_sqlite3_prepare_v2_blocking
sqlite3_opt_unlock_notify.c:64
Function
_sqlite3_step_blocking
sqlite3_opt_unlock_notify.c:12
Function
_sqlite3_step_row_blocking
sqlite3_opt_unlock_notify.c:37
Method
authEnabled
authEnabled perform the actual check for user authentication. This is not exported for usage in Go. It is however exported for usage within SQL by th
sqlite3_opt_userauth_omit.go:147
Method
authUserAdd
authUserAdd enables the User Authentication if not enabled. Otherwise it will add a user. When user authentication is already enabled then this funct
sqlite3_opt_userauth_omit.go:71
Method
authUserChange
authUserChange allows to modify a user. Users can change their own password. Only admins can change passwords for other users and modify the admin fl
sqlite3_opt_userauth_omit.go:102
Method
authUserDelete
authUserDelete can be used to delete a user. This function can only be executed by an admin. This is not exported for usage in Go. It is however exp
sqlite3_opt_userauth_omit.go:128
Method
authenticate
authenticate provides the actual authentication to SQLite. This is not exported for usage in Go. It is however exported for usage within SQL by the us
sqlite3_opt_userauth_omit.go:40
Function
authorizerTrampoline
export authorizerTrampoline
callback.go:80
Function
benchmarkExec
Benchmarks need to use panic() since b.Error errors are lost when running via testing.Benchmark() I would like to run these via go test -bench but cal
sqlite3_test.go:2460
Function
benchmarkParams
benchmarkParams is benchmark for params
sqlite3_test.go:2483
Function
benchmarkQuery
benchmarkQuery is benchmark for query
sqlite3_test.go:2469
Function
benchmarkRows
benchmarkRows is benchmark for rows
sqlite3_test.go:2517
Function
benchmarkStmt
benchmarkStmt is benchmark for statement
sqlite3_test.go:2497
Function
benchmarkStmtRows
benchmarkStmtRows is benchmark for statement rows
sqlite3_test.go:2542
Function
callbackArgBool
(v *C.sqlite3_value)
callback.go:170
Function
callbackRetBlob
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:330
Function
callbackRetFloat
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:317
Function
callbackRetGeneric
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:356
Function
callbackRetInteger
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:297
Function
callbackRetNil
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:352
Function
callbackRetText
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:344
Function
callbackTrampoline
export callbackTrampoline
callback.go:36
Function
commitHookTrampoline
export commitHookTrampoline
callback.go:62
Function
compareTrampoline
export compareTrampoline
callback.go:56
Method
default_parse_context
_example/mod_vtable/picojson.h:634
Function
destructor
_example/mod_vtable/sqlite3_mod_vtable.cc:223
Function
doneTrampoline
export doneTrampoline
callback.go:50
Method
evaluate_as_boolean
_example/mod_vtable/picojson.h:223
Function
getrand
Returns a random number. It's actually deterministic here because we don't seed the RNG, but it's an example of a non-pure function from SQLite's POV.
_example/custom_func/main.go:30
Function
goMDestroy
export goMDestroy
sqlite3_opt_vtable.go:510
Function
goMInit
export goMInit
sqlite3_opt_vtable.go:387
Function
goVBestIndex
export goVBestIndex
sqlite3_opt_vtable.go:446
Function
goVClose
export goVClose
sqlite3_opt_vtable.go:500
Function
goVColumn
export goVColumn
sqlite3_opt_vtable.go:555
Function
goVEof
export goVEof
sqlite3_opt_vtable.go:545
Function
goVFilter
export goVFilter
sqlite3_opt_vtable.go:516
Function
goVNext
export goVNext
sqlite3_opt_vtable.go:535
Function
goVOpen
export goVOpen
sqlite3_opt_vtable.go:433
Function
goVRelease
export goVRelease
sqlite3_opt_vtable.go:418
Function
goVRowid
export goVRowid
sqlite3_opt_vtable.go:566
Function
goVUpdate
export goVUpdate
sqlite3_opt_vtable.go:577
Function
init
()
sqlite3_opt_userauth_test.go:31
Function
init
()
static_mock.go:18
Function
init
()
sqlite3.go:241
Method
input
_example/mod_vtable/picojson.h:367
Method
loadExtensions
(extensions []string)
sqlite3_load_extension_omit.go:18
Function
main
()
upgrade/upgrade.go:98
Function
main
()
_example/vtable/main.go:11
Function
main
()
_example/mod_regexp/extension.go:10
Function
main
()
_example/simple/simple.go:11
Function
main
()
_example/custom_driver_name/main.go:9
Function
main
()
_example/limit/limit.go:44
Function
main
()
_example/custom_func/main.go:64
Function
main
()
_example/hook/hook.go:11
Function
main
()
_example/vtable_eponymous_only/main.go:11
Function
main
()
_example/trace/main.go:90
Function
main
_example/mod_vtable/picojson.h:842
Function
main
()
_example/mod_vtable/extension.go:11
Function
makeBench
()
sqlite3_test.go:2187
Method
match
_example/mod_vtable/picojson.h:408
Function
memfstrdup
_example/mod_vtable/sqlite3_mod_vtable.cc:53
Function
memfwrite
_example/mod_vtable/sqlite3_mod_vtable.cc:37
Function
my_bestindex
_example/mod_vtable/sqlite3_mod_vtable.cc:195
Function
my_close
_example/mod_vtable/sqlite3_mod_vtable.cc:142
Function
my_column
_example/mod_vtable/sqlite3_mod_vtable.cc:166
Function
my_create
_example/mod_vtable/sqlite3_mod_vtable.cc:74
Function
my_destroy
_example/mod_vtable/sqlite3_mod_vtable.cc:84
Function
my_disconnect
_example/mod_vtable/sqlite3_mod_vtable.cc:79
Function
my_eof
_example/mod_vtable/sqlite3_mod_vtable.cc:161
Function
my_filter
_example/mod_vtable/sqlite3_mod_vtable.cc:149
Function
my_next
_example/mod_vtable/sqlite3_mod_vtable.cc:155
Function
my_open
_example/mod_vtable/sqlite3_mod_vtable.cc:96
Function
my_rowid
_example/mod_vtable/sqlite3_mod_vtable.cc:189
Function
newMode
()
sqlite3_test.go:1505
Function
newStddev
()
_example/custom_func/main.go:42
Method
now
()
sqlite3_test.go:2175
Method
null_parse_context
_example/mod_vtable/picojson.h:682
Function
operator!=
_example/mod_vtable/picojson.h:773
Function
operator==
_example/mod_vtable/picojson.h:754
Method
parse_array_item
_example/mod_vtable/picojson.h:655
Method
parse_array_item
_example/mod_vtable/picojson.h:691
Method
parse_array_start
_example/mod_vtable/picojson.h:651
Method
parse_array_start
_example/mod_vtable/picojson.h:690
Method
parse_array_stop
_example/mod_vtable/picojson.h:661
Method
parse_array_stop
_example/mod_vtable/picojson.h:694
Method
parse_object_item
_example/mod_vtable/picojson.h:666
Method
parse_object_item
_example/mod_vtable/picojson.h:696
Method
parse_object_start
_example/mod_vtable/picojson.h:662
Method
parse_object_start
_example/mod_vtable/picojson.h:695
← previous
next →
401–500 of 530, ranked by callers