MCPcopy Create free account

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

Functions581 in github.com/mattn/go-sqlite3

MethodDisconnect
()
_example/vtable_eponymous_only/vtable.go:79
MethodDone
()
sqlite3_test.go:1593
MethodDone
()
_example/custom_func/main.go:50
MethodEOF
()
sqlite3_opt_vtable_test.go:111
MethodEOF
()
sqlite3_opt_vtable_test.go:490
MethodEOF
()
sqlite3_opt_vtable_test.go:573
MethodEOF
()
sqlite3_opt_vtable_destroy_test.go:46
MethodEOF
()
_example/vtable/vtable.go:117
MethodEOF
()
_example/vtable_eponymous_only/vtable.go:134
MethodEponymousOnlyModule
()
sqlite3_opt_vtable_test.go:516
MethodEponymousOnlyModule
()
sqlite3_opt_vtable.go:688
MethodEponymousOnlyModule
()
_example/vtable_eponymous_only/vtable.go:13
MethodError
Error return error message that is extended code.
error.go:79
MethodError
()
error.go:83
MethodExec
Exec execute the statement with arguments. Return result object.
sqlite3.go:2386
MethodExecContext
ExecContext implement ExecerContext.
sqlite3_sql.go:51
MethodFilter
(idxNum int, idxStr string, vals []any)
sqlite3_opt_vtable_test.go:101
MethodFilter
(ixNum int, ixName string, vals []any)
sqlite3_opt_vtable_test.go:481
MethodFilter
(idxNum int, idxStr string, vals []any)
sqlite3_opt_vtable_test.go:563
MethodFilter
(idxNum int, idxStr string, vals []any)
sqlite3_opt_vtable_destroy_test.go:42
MethodFilter
(idxNum int, idxStr string, vals []any)
_example/vtable/vtable.go:107
MethodFilter
(idxNum int, idxStr string, vals []any)
_example/vtable_eponymous_only/vtable.go:103
FunctionFuzzOpenExec
(data []byte)
_example/fuzz/fuzz_openexec.go:11
MethodGetFilename
GetFilename returns the absolute path to the file containing the requested schema. When passed an empty string, it will instead use the database's def
sqlite3.go:2069
MethodInsert
(id any, vals []any)
sqlite3_opt_vtable_test.go:405
MethodLoadExtension
(lib string, entry string)
sqlite3_load_extension_omit.go:23
MethodNext
()
sqlite3_opt_vtable_test.go:106
MethodNext
()
sqlite3_opt_vtable_test.go:485
MethodNext
()
sqlite3_opt_vtable_test.go:568
MethodNext
Next move cursor to next. Attempts to honor context timeout from QueryContext call.
sqlite3.go:2575
MethodNext
()
sqlite3_opt_vtable_destroy_test.go:45
MethodNext
()
_example/vtable/vtable.go:112
MethodNext
()
_example/vtable_eponymous_only/vtable.go:129
MethodOpen
(s string)
static_mock.go:31
MethodOpen
()
sqlite3_opt_vtable_test.go:93
MethodOpen
()
sqlite3_opt_vtable_test.go:389
MethodOpen
()
sqlite3_opt_vtable_test.go:555
MethodOpen
()
sqlite3_opt_vtable_destroy_test.go:35
MethodOpen
()
_example/vtable/vtable.go:54
MethodOpen
()
_example/vtable_eponymous_only/vtable.go:37
MethodPrepareContext
PrepareContext implement ConnPrepareContext.
sqlite3_sql.go:36
MethodQuery
Query the statement with arguments. Return records.
sqlite3.go:2347
MethodQueryContext
QueryContext implement QueryerContext.
sqlite3_sql.go:46
MethodRegisterAggregator
(string, any, bool)
static_mock.go:32
MethodRegisterAuthorizer
(func(int, string, string, string) int)
static_mock.go:33
MethodRegisterCollation
(string, func(string, string) int)
static_mock.go:34
MethodRegisterCommitHook
(func() int)
static_mock.go:35
MethodRegisterFunc
(string, any, bool)
static_mock.go:36
MethodRegisterPreUpdateHook
RegisterPreUpdateHook sets the pre-update hook for a connection. The callback is passed a SQLitePreUpdateData struct with the data for the update, as
sqlite3_opt_preupdate_omit.go:20
MethodRegisterRollbackHook
(func())
static_mock.go:37
MethodRegisterUpdateHook
(func(int, string, string, int64))
static_mock.go:38
MethodResultZeroblob
ResultZeroblob sets the result of an SQL function. See: sqlite3_result_zeroblob, http://sqlite.org/c3ref/result_blob.html
sqlite3_context.go:106
MethodRowid
()
sqlite3_opt_vtable_test.go:123
MethodRowid
()
sqlite3_opt_vtable_test.go:494
MethodRowid
()
sqlite3_opt_vtable_test.go:585
MethodRowid
()
sqlite3_opt_vtable_destroy_test.go:48
MethodRowid
()
_example/vtable/vtable.go:121
MethodRowid
()
_example/vtable_eponymous_only/vtable.go:141
MethodSerialize
(schema string)
sqlite3_opt_serialize_omit.go:15
MethodStep
Step to backs up for one step. Calls the underlying `sqlite3_backup_step` function. This function returns a boolean indicating if the backup is done
backup.go:46
MethodStep
(x int64)
sqlite3_test.go:1589
MethodStep
(x any)
sqlite3_test.go:1656
FunctionTestAggregatorRegistration
(t *testing.T)
sqlite3_test.go:1597
FunctionTestAggregatorRegistration_GenericReturn
(t *testing.T)
sqlite3_test.go:1669
FunctionTestAuthorizer
(t *testing.T)
sqlite3_test.go:1934
FunctionTestBackupAllRemainingPages
(t *testing.T)
backup_test.go:250
FunctionTestBackupError
Test the error reporting when preparing to perform a backup.
backup_test.go:255
FunctionTestBackupStepByStep
(t *testing.T)
backup_test.go:246
FunctionTestBeginTxCancel
(t *testing.T)
sqlite3_sql_test.go:248
FunctionTestBindErrorPaths
(t *testing.T)
sqlite3_test.go:1327
FunctionTestBoolean
(t *testing.T)
sqlite3_test.go:710
FunctionTestBooleanRoundtrip
(t *testing.T)
sqlite3_test.go:557
FunctionTestCallbackArgCast
(t *testing.T)
callback_test.go:18
FunctionTestCallbackConverters
(t *testing.T)
callback_test.go:55
FunctionTestCallbackReturnAny
(t *testing.T)
callback_test.go:107
FunctionTestClose
(t *testing.T)
sqlite3_test.go:317
FunctionTestCollationRegistration
(t *testing.T)
sqlite3_test.go:1711
FunctionTestColumnTableName
(t *testing.T)
sqlite3_opt_column_metadata_test.go:8
FunctionTestCorruptDbErrors
(t *testing.T)
error_test.go:26
FunctionTestCreateModule
(t *testing.T)
sqlite3_opt_vtable_test.go:127
FunctionTestCreateModuleEponymousOnly
(t *testing.T)
sqlite3_opt_vtable_test.go:589
FunctionTestCryptEncoders
TestCryptEncoders to increase coverage
sqlite3_func_crypt_test.go:15
FunctionTestDateTimeLocal
(t *testing.T)
sqlite3_test.go:1182
FunctionTestDateTimeNow
(t *testing.T)
sqlite3_test.go:1311
FunctionTestDeclTypes
(t *testing.T)
sqlite3_test.go:1822
FunctionTestDeferredForeignKey
(t *testing.T)
sqlite3_test.go:251
FunctionTestDelete
(t *testing.T)
sqlite3_test.go:496
FunctionTestError_SystemErrno
(t *testing.T)
error_test.go:249
FunctionTestExecContextCancel
(t *testing.T)
sqlite3_sql_test.go:141
FunctionTestExecer
TODO: Execer & Queryer currently disabled https://github.com/mattn/go-sqlite3/issues/82
sqlite3_test.go:1073
FunctionTestExtendedErrorCodes_ForeignKey
(t *testing.T)
error_test.go:86
FunctionTestExtendedErrorCodes_NotNull
(t *testing.T)
error_test.go:132
FunctionTestExtendedErrorCodes_Unique
(t *testing.T)
error_test.go:188
FunctionTestExtensionsError
(t *testing.T)
sqlite3_load_extension_test.go:16
FunctionTestFTS3
(t *testing.T)
sqlite3_opt_fts3_test.go:17
FunctionTestFTS4
(t *testing.T)
sqlite3_opt_fts3_test.go:88
FunctionTestFloat32
(t *testing.T)
sqlite3_test.go:802
FunctionTestForeignKeys
(t *testing.T)
sqlite3_test.go:222
FunctionTestFunctionArgStringContainingZero
(t *testing.T)
sqlite3_test.go:1551
FunctionTestFunctionRegistration
(t *testing.T)
sqlite3_test.go:1371
← previousnext →301–400 of 581, ranked by callers