MCPcopy Create free account

hub / github.com/mattn/go-sqlite3 / functions

Functions581 in github.com/mattn/go-sqlite3

FunctionTestFunctionRegistrationNamedTypes
(t *testing.T)
sqlite3_test.go:1486
FunctionTestInsert
(t *testing.T)
sqlite3_test.go:343
FunctionTestInsertNilByteSlice
(t *testing.T)
sqlite3_test.go:2113
FunctionTestLoadExtensionError
(t *testing.T)
sqlite3_load_extension_test.go:41
FunctionTestMathFunctions
(t *testing.T)
sqlite3_opt_math_functions_test.go:11
FunctionTestNamedParam
(t *testing.T)
sqlite3_test.go:2132
FunctionTestNamedParamClearBindings
(t *testing.T)
sqlite3_test.go:2171
FunctionTestNamedParams
(t *testing.T)
sqlite3_sql_test.go:24
FunctionTestNilAndEmptyBytes
(t *testing.T)
sqlite3_test.go:2058
FunctionTestNonColumnString
(t *testing.T)
sqlite3_test.go:2038
FunctionTestNull
(t *testing.T)
sqlite3_test.go:839
FunctionTestOpen
(t *testing.T)
sqlite3_test.go:81
FunctionTestOpenNoCreate
(t *testing.T)
sqlite3_test.go:143
FunctionTestOpenWithVFS
(t *testing.T)
sqlite3_test.go:106
FunctionTestPinger
(t *testing.T)
sqlite3_test.go:1857
FunctionTestPreUpdateHook
(t *testing.T)
sqlite3_opt_preupdate_hook_test.go:26
FunctionTestQueryCommentOnly
https://github.com/mattn/go-sqlite3/issues/1390 sqlite3_prepare_v2 returns SQLITE_OK with a NULL statement handle when the input contains no SQL (only
sqlite3_test.go:2217
FunctionTestQueryRowContextCancel
(t *testing.T)
sqlite3_sql_test.go:185
FunctionTestQueryRowContextCancelParallel
(t *testing.T)
sqlite3_sql_test.go:219
FunctionTestQueryer
(t *testing.T)
sqlite3_test.go:1093
FunctionTestReadonly
(t *testing.T)
sqlite3_test.go:201
FunctionTestRecursiveTriggers
(t *testing.T)
sqlite3_test.go:288
FunctionTestSerializeDeserialize
(t *testing.T)
sqlite3_opt_serialize_test.go:13
FunctionTestSetFileControlInt
(t *testing.T)
sqlite3_test.go:1975
FunctionTestSetFileControlInt64
(t *testing.T)
sqlite3_test.go:2012
FunctionTestShortTimeout
(t *testing.T)
sqlite3_sql_test.go:116
FunctionTestSimpleError
(t *testing.T)
error_test.go:19
FunctionTestSqlLogicErrors
(t *testing.T)
error_test.go:59
FunctionTestStmtCacheLRUEviction
TestStmtCacheLRUEviction verifies that when the prepared-statement cache is full, the least-recently-used entry is evicted to make room for a new one.
sqlite3_stmt_cache_test.go:21
FunctionTestStmtCacheReuseReturnsSameHandle
TestStmtCacheReuseReturnsSameHandle verifies that a cached prepare reuses the underlying sqlite3_stmt rather than preparing a fresh one.
sqlite3_stmt_cache_test.go:102
FunctionTestStmtReadonly
(t *testing.T)
sqlite3_sql_test.go:310
FunctionTestStress
(t *testing.T)
sqlite3_test.go:1144
FunctionTestStringContainingZero
(t *testing.T)
sqlite3_test.go:1251
FunctionTestSuite
(t *testing.T)
sqlite3_test.go:2279
FunctionTestTimestamp
(t *testing.T)
sqlite3_test.go:608
FunctionTestTimezoneConversion
(t *testing.T)
sqlite3_test.go:975
FunctionTestTransaction
(t *testing.T)
sqlite3_test.go:870
FunctionTestUnlockNotify
(t *testing.T)
sqlite3_opt_unlock_notify_test.go:20
FunctionTestUnlockNotifyDeadlock
(t *testing.T)
sqlite3_opt_unlock_notify_test.go:146
FunctionTestUnlockNotifyMany
(t *testing.T)
sqlite3_opt_unlock_notify_test.go:80
FunctionTestUpdate
(t *testing.T)
sqlite3_test.go:431
FunctionTestUpdateAndTransactionHooks
(t *testing.T)
sqlite3_test.go:1873
FunctionTestUpsert
(t *testing.T)
sqlite3_test.go:382
FunctionTestUserAuth
(t *testing.T)
sqlite3_opt_userauth_test.go:68
FunctionTestVTabDestroyErrorThenClose
TestVTabDestroyErrorThenClose: when xDestroy fails, SQLite retains the vtab object and later calls xDisconnect on it during close. The handle must sta
sqlite3_opt_vtable_destroy_test.go:56
FunctionTestVUpdate
(t *testing.T)
sqlite3_opt_vtable_test.go:163
FunctionTestVersion
(t *testing.T)
sqlite3_test.go:1244
FunctionTestVtabCursorHandleRelease
(t *testing.T)
sqlite3_opt_vtable_leak_test.go:14
FunctionTestWAL
(t *testing.T)
sqlite3_test.go:929
MethodUpdate
(id any, vals []any)
sqlite3_opt_vtable_test.go:423
MethodValue
()
sqlite3_test.go:1307
MethodValue
()
_example/json/json.go:32
Function_sqlite3_prepare_v2_blocking
sqlite3_opt_unlock_notify.c:68
Function_sqlite3_step_blocking
sqlite3_opt_unlock_notify.c:16
Function_sqlite3_step_row_blocking
sqlite3_opt_unlock_notify.c:41
MethodauthEnabled
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:153
MethodauthEnabled
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.go:164
MethodauthUserAdd
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:74
MethodauthUserAdd
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.go:91
MethodauthUserChange
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:106
MethodauthUserChange
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.go:121
MethodauthUserDelete
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:133
MethodauthUserDelete
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.go:146
Methodauthenticate
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:42
Methodauthenticate
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.go:61
FunctionauthorizerTrampoline
export authorizerTrampoline
callback.go:81
FunctionbenchmarkExec
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:2708
FunctionbenchmarkParams
benchmarkParams is benchmark for params
sqlite3_test.go:2731
FunctionbenchmarkQuery
benchmarkQuery is benchmark for query
sqlite3_test.go:2717
FunctionbenchmarkQueryParallel
(b *testing.B)
sqlite3_test.go:2820
FunctionbenchmarkRows
benchmarkRows is benchmark for rows
sqlite3_test.go:2765
FunctionbenchmarkStmt
benchmarkStmt is benchmark for statement
sqlite3_test.go:2745
FunctionbenchmarkStmtRows
benchmarkStmtRows is benchmark for statement rows
sqlite3_test.go:2790
FunctioncallbackArgBool
(v *C.sqlite3_value)
callback.go:216
FunctioncallbackRetBlob
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:386
FunctioncallbackRetFloat
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:373
FunctioncallbackRetGeneric
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:421
FunctioncallbackRetInteger
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:354
FunctioncallbackRetNil
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:417
FunctioncallbackRetText
(ctx *C.sqlite3_context, v reflect.Value)
callback.go:403
FunctioncallbackTrampoline
export callbackTrampoline
callback.go:37
FunctioncommitHookTrampoline
export commitHookTrampoline
callback.go:63
FunctioncompareTrampoline
export compareTrampoline
callback.go:57
Methoddefault_parse_context
_example/mod_vtable/picojson.h:634
Functiondestructor
_example/mod_vtable/sqlite3_mod_vtable.cc:223
FunctiondoneTrampoline
export doneTrampoline
callback.go:51
Methodevaluate_as_boolean
_example/mod_vtable/picojson.h:223
Functiongetrand
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
FunctiongoMDestroy
export goMDestroy
sqlite3_opt_vtable.go:537
FunctiongoMInit
export goMInit
sqlite3_opt_vtable.go:390
FunctiongoVBestIndex
export goVBestIndex
sqlite3_opt_vtable.go:456
FunctiongoVClose
export goVClose
sqlite3_opt_vtable.go:524
FunctiongoVColumn
export goVColumn
sqlite3_opt_vtable.go:590
FunctiongoVEof
export goVEof
sqlite3_opt_vtable.go:580
FunctiongoVFilter
export goVFilter
sqlite3_opt_vtable.go:544
FunctiongoVNext
export goVNext
sqlite3_opt_vtable.go:570
FunctiongoVOpen
export goVOpen
sqlite3_opt_vtable.go:443
FunctiongoVRelease
export goVRelease
sqlite3_opt_vtable.go:418
FunctiongoVRowid
export goVRowid
sqlite3_opt_vtable.go:601
FunctiongoVUpdate
export goVUpdate
sqlite3_opt_vtable.go:612
← previousnext →401–500 of 581, ranked by callers