Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mattn/go-sqlite3
/ functions
Functions
581 in github.com/mattn/go-sqlite3
⨍
Functions
581
◇
Types & classes
122
Method
Disconnect
()
_example/vtable_eponymous_only/vtable.go:79
Method
Done
()
sqlite3_test.go:1593
Method
Done
()
_example/custom_func/main.go:50
Method
EOF
()
sqlite3_opt_vtable_test.go:111
Method
EOF
()
sqlite3_opt_vtable_test.go:490
Method
EOF
()
sqlite3_opt_vtable_test.go:573
Method
EOF
()
sqlite3_opt_vtable_destroy_test.go:46
Method
EOF
()
_example/vtable/vtable.go:117
Method
EOF
()
_example/vtable_eponymous_only/vtable.go:134
Method
EponymousOnlyModule
()
sqlite3_opt_vtable_test.go:516
Method
EponymousOnlyModule
()
sqlite3_opt_vtable.go:688
Method
EponymousOnlyModule
()
_example/vtable_eponymous_only/vtable.go:13
Method
Error
Error return error message that is extended code.
error.go:79
Method
Error
()
error.go:83
Method
Exec
Exec execute the statement with arguments. Return result object.
sqlite3.go:2386
Method
ExecContext
ExecContext implement ExecerContext.
sqlite3_sql.go:51
Method
Filter
(idxNum int, idxStr string, vals []any)
sqlite3_opt_vtable_test.go:101
Method
Filter
(ixNum int, ixName string, vals []any)
sqlite3_opt_vtable_test.go:481
Method
Filter
(idxNum int, idxStr string, vals []any)
sqlite3_opt_vtable_test.go:563
Method
Filter
(idxNum int, idxStr string, vals []any)
sqlite3_opt_vtable_destroy_test.go:42
Method
Filter
(idxNum int, idxStr string, vals []any)
_example/vtable/vtable.go:107
Method
Filter
(idxNum int, idxStr string, vals []any)
_example/vtable_eponymous_only/vtable.go:103
Function
FuzzOpenExec
(data []byte)
_example/fuzz/fuzz_openexec.go:11
Method
GetFilename
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
Method
Insert
(id any, vals []any)
sqlite3_opt_vtable_test.go:405
Method
LoadExtension
(lib string, entry string)
sqlite3_load_extension_omit.go:23
Method
Next
()
sqlite3_opt_vtable_test.go:106
Method
Next
()
sqlite3_opt_vtable_test.go:485
Method
Next
()
sqlite3_opt_vtable_test.go:568
Method
Next
Next move cursor to next. Attempts to honor context timeout from QueryContext call.
sqlite3.go:2575
Method
Next
()
sqlite3_opt_vtable_destroy_test.go:45
Method
Next
()
_example/vtable/vtable.go:112
Method
Next
()
_example/vtable_eponymous_only/vtable.go:129
Method
Open
(s string)
static_mock.go:31
Method
Open
()
sqlite3_opt_vtable_test.go:93
Method
Open
()
sqlite3_opt_vtable_test.go:389
Method
Open
()
sqlite3_opt_vtable_test.go:555
Method
Open
()
sqlite3_opt_vtable_destroy_test.go:35
Method
Open
()
_example/vtable/vtable.go:54
Method
Open
()
_example/vtable_eponymous_only/vtable.go:37
Method
PrepareContext
PrepareContext implement ConnPrepareContext.
sqlite3_sql.go:36
Method
Query
Query the statement with arguments. Return records.
sqlite3.go:2347
Method
QueryContext
QueryContext implement QueryerContext.
sqlite3_sql.go:46
Method
RegisterAggregator
(string, any, bool)
static_mock.go:32
Method
RegisterAuthorizer
(func(int, string, string, string) int)
static_mock.go:33
Method
RegisterCollation
(string, func(string, string) int)
static_mock.go:34
Method
RegisterCommitHook
(func() int)
static_mock.go:35
Method
RegisterFunc
(string, any, bool)
static_mock.go:36
Method
RegisterPreUpdateHook
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
Method
RegisterRollbackHook
(func())
static_mock.go:37
Method
RegisterUpdateHook
(func(int, string, string, int64))
static_mock.go:38
Method
ResultZeroblob
ResultZeroblob sets the result of an SQL function. See: sqlite3_result_zeroblob, http://sqlite.org/c3ref/result_blob.html
sqlite3_context.go:106
Method
Rowid
()
sqlite3_opt_vtable_test.go:123
Method
Rowid
()
sqlite3_opt_vtable_test.go:494
Method
Rowid
()
sqlite3_opt_vtable_test.go:585
Method
Rowid
()
sqlite3_opt_vtable_destroy_test.go:48
Method
Rowid
()
_example/vtable/vtable.go:121
Method
Rowid
()
_example/vtable_eponymous_only/vtable.go:141
Method
Serialize
(schema string)
sqlite3_opt_serialize_omit.go:15
Method
Step
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
Method
Step
(x int64)
sqlite3_test.go:1589
Method
Step
(x any)
sqlite3_test.go:1656
Function
TestAggregatorRegistration
(t *testing.T)
sqlite3_test.go:1597
Function
TestAggregatorRegistration_GenericReturn
(t *testing.T)
sqlite3_test.go:1669
Function
TestAuthorizer
(t *testing.T)
sqlite3_test.go:1934
Function
TestBackupAllRemainingPages
(t *testing.T)
backup_test.go:250
Function
TestBackupError
Test the error reporting when preparing to perform a backup.
backup_test.go:255
Function
TestBackupStepByStep
(t *testing.T)
backup_test.go:246
Function
TestBeginTxCancel
(t *testing.T)
sqlite3_sql_test.go:248
Function
TestBindErrorPaths
(t *testing.T)
sqlite3_test.go:1327
Function
TestBoolean
(t *testing.T)
sqlite3_test.go:710
Function
TestBooleanRoundtrip
(t *testing.T)
sqlite3_test.go:557
Function
TestCallbackArgCast
(t *testing.T)
callback_test.go:18
Function
TestCallbackConverters
(t *testing.T)
callback_test.go:55
Function
TestCallbackReturnAny
(t *testing.T)
callback_test.go:107
Function
TestClose
(t *testing.T)
sqlite3_test.go:317
Function
TestCollationRegistration
(t *testing.T)
sqlite3_test.go:1711
Function
TestColumnTableName
(t *testing.T)
sqlite3_opt_column_metadata_test.go:8
Function
TestCorruptDbErrors
(t *testing.T)
error_test.go:26
Function
TestCreateModule
(t *testing.T)
sqlite3_opt_vtable_test.go:127
Function
TestCreateModuleEponymousOnly
(t *testing.T)
sqlite3_opt_vtable_test.go:589
Function
TestCryptEncoders
TestCryptEncoders to increase coverage
sqlite3_func_crypt_test.go:15
Function
TestDateTimeLocal
(t *testing.T)
sqlite3_test.go:1182
Function
TestDateTimeNow
(t *testing.T)
sqlite3_test.go:1311
Function
TestDeclTypes
(t *testing.T)
sqlite3_test.go:1822
Function
TestDeferredForeignKey
(t *testing.T)
sqlite3_test.go:251
Function
TestDelete
(t *testing.T)
sqlite3_test.go:496
Function
TestError_SystemErrno
(t *testing.T)
error_test.go:249
Function
TestExecContextCancel
(t *testing.T)
sqlite3_sql_test.go:141
Function
TestExecer
TODO: Execer & Queryer currently disabled https://github.com/mattn/go-sqlite3/issues/82
sqlite3_test.go:1073
Function
TestExtendedErrorCodes_ForeignKey
(t *testing.T)
error_test.go:86
Function
TestExtendedErrorCodes_NotNull
(t *testing.T)
error_test.go:132
Function
TestExtendedErrorCodes_Unique
(t *testing.T)
error_test.go:188
Function
TestExtensionsError
(t *testing.T)
sqlite3_load_extension_test.go:16
Function
TestFTS3
(t *testing.T)
sqlite3_opt_fts3_test.go:17
Function
TestFTS4
(t *testing.T)
sqlite3_opt_fts3_test.go:88
Function
TestFloat32
(t *testing.T)
sqlite3_test.go:802
Function
TestForeignKeys
(t *testing.T)
sqlite3_test.go:222
Function
TestFunctionArgStringContainingZero
(t *testing.T)
sqlite3_test.go:1551
Function
TestFunctionRegistration
(t *testing.T)
sqlite3_test.go:1371
← previous
next →
301–400 of 581, ranked by callers