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
Method
Open
()
_example/vtable/vtable.go:46
Method
Open
()
_example/vtable_eponymous_only/vtable.go:39
Method
PrepareContext
PrepareContext implement ConnPrepareContext.
sqlite3_go18.go:45
Method
Query
Query the statement with arguments. Return records.
sqlite3.go:1984
Method
QueryContext
QueryContext implement QueryerContext.
sqlite3_go18.go:55
Method
RegisterAggregator
(string, interface{}, bool)
static_mock.go:31
Method
RegisterAuthorizer
(func(int, string, string, string) int)
static_mock.go:32
Method
RegisterCollation
(string, func(string, string) int)
static_mock.go:33
Method
RegisterCommitHook
(func() int)
static_mock.go:34
Method
RegisterFunc
(string, interface{}, bool)
static_mock.go:35
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:19
Method
RegisterRollbackHook
(func())
static_mock.go:36
Method
RegisterUpdateHook
(func(int, string, string, int64))
static_mock.go:37
Method
ResultZeroblob
ResultZeroblob sets the result of an SQL function. See: sqlite3_result_zeroblob, http://sqlite.org/c3ref/result_blob.html
sqlite3_context.go:101
Method
Rowid
()
sqlite3_opt_vtable_test.go:123
Method
Rowid
()
sqlite3_opt_vtable_test.go:481
Method
Rowid
()
sqlite3_opt_vtable_test.go:572
Method
Rowid
()
_example/vtable/vtable.go:110
Method
Rowid
()
_example/vtable_eponymous_only/vtable.go:112
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:1444
Method
Step
(x interface{})
sqlite3_test.go:1511
Function
TestAggregatorRegistration
(t *testing.T)
sqlite3_test.go:1452
Function
TestAggregatorRegistration_GenericReturn
(t *testing.T)
sqlite3_test.go:1524
Function
TestAuthorizer
(t *testing.T)
sqlite3_test.go:1789
Function
TestBackupAllRemainingPages
(t *testing.T)
backup_test.go:249
Function
TestBackupError
Test the error reporting when preparing to perform a backup.
backup_test.go:254
Function
TestBackupStepByStep
(t *testing.T)
backup_test.go:245
Function
TestBeginTxCancel
(t *testing.T)
sqlite3_go113_test.go:19
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:17
Function
TestCallbackConverters
(t *testing.T)
callback_test.go:54
Function
TestCallbackReturnAny
(t *testing.T)
callback_test.go:106
Function
TestClose
(t *testing.T)
sqlite3_test.go:317
Function
TestCollationRegistration
(t *testing.T)
sqlite3_test.go:1566
Function
TestColumnTableName
(t *testing.T)
sqlite3_opt_column_metadata_test.go:7
Function
TestCorruptDbErrors
(t *testing.T)
error_test.go:25
Function
TestCreateModule
(t *testing.T)
sqlite3_opt_vtable_test.go:127
Function
TestCreateModuleEponymousOnly
(t *testing.T)
sqlite3_opt_vtable_test.go:576
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:1677
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:245
Function
TestExecCancel
(t *testing.T)
sqlite3_go18_test.go:270
Function
TestExecContextCancel
(t *testing.T)
sqlite3_go18_test.go:139
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:82
Function
TestExtendedErrorCodes_NotNull
(t *testing.T)
error_test.go:128
Function
TestExtendedErrorCodes_Unique
(t *testing.T)
error_test.go:184
Function
TestExtensionsError
(t *testing.T)
sqlite3_load_extension_test.go:15
Function
TestFTS3
(t *testing.T)
sqlite3_opt_fts3_test.go:16
Function
TestFTS4
(t *testing.T)
sqlite3_opt_fts3_test.go:87
Function
TestFileCopyTruncate
(t *testing.T)
sqlite3_go18_test.go:363
Function
TestFloat32
(t *testing.T)
sqlite3_test.go:802
Function
TestForeignKeys
(t *testing.T)
sqlite3_test.go:222
Function
TestFunctionRegistration
(t *testing.T)
sqlite3_test.go:1327
Function
TestInsert
(t *testing.T)
sqlite3_test.go:343
Function
TestInsertNilByteSlice
(t *testing.T)
sqlite3_test.go:1942
Function
TestLoadExtensionError
(t *testing.T)
sqlite3_load_extension_test.go:40
Function
TestMathFunctions
(t *testing.T)
sqlite3_opt_math_functions_test.go:10
Function
TestNamedParam
(t *testing.T)
sqlite3_test.go:1961
Function
TestNamedParams
(t *testing.T)
sqlite3_go18_test.go:22
Function
TestNilAndEmptyBytes
(t *testing.T)
sqlite3_test.go:1887
Function
TestNonColumnString
(t *testing.T)
sqlite3_test.go:1867
Function
TestNull
(t *testing.T)
sqlite3_test.go:839
Function
TestOpen
(t *testing.T)
sqlite3_test.go:81
Function
TestOpenContext
(t *testing.T)
sqlite3_go18_test.go:338
Function
TestOpenNoCreate
(t *testing.T)
sqlite3_test.go:143
Function
TestOpenWithVFS
(t *testing.T)
sqlite3_test.go:106
Function
TestPinger
(t *testing.T)
sqlite3_test.go:1712
Function
TestPreUpdateHook
(t *testing.T)
sqlite3_opt_preupdate_hook_test.go:25
Function
TestQueryRowContextCancel
(t *testing.T)
sqlite3_go18_test.go:183
Function
TestQueryRowContextCancelParallel
(t *testing.T)
sqlite3_go18_test.go:217
Function
TestQueryer
(t *testing.T)
sqlite3_test.go:1093
Function
TestReadonly
(t *testing.T)
sqlite3_test.go:201
Function
TestRecursiveTriggers
(t *testing.T)
sqlite3_test.go:288
Function
TestSetFileControlInt
(t *testing.T)
sqlite3_test.go:1830
Function
TestShortTimeout
(t *testing.T)
sqlite3_go18_test.go:114
Function
TestSimpleError
(t *testing.T)
error_test.go:18
Function
TestSqlLogicErrors
(t *testing.T)
error_test.go:55
Function
TestStmtReadonly
(t *testing.T)
sqlite3_go113_test.go:81
Function
TestStress
(t *testing.T)
sqlite3_test.go:1144
Function
TestStringContainingZero
(t *testing.T)
sqlite3_test.go:1251
Function
TestSuite
(t *testing.T)
sqlite3_test.go:2032
Function
TestTimestamp
(t *testing.T)
sqlite3_test.go:608
Function
TestTimezoneConversion
(t *testing.T)
sqlite3_test.go:975
Function
TestTransaction
(t *testing.T)
sqlite3_test.go:870
Function
TestUnlockNotify
(t *testing.T)
sqlite3_opt_unlock_notify_test.go:19
Function
TestUnlockNotifyDeadlock
(t *testing.T)
sqlite3_opt_unlock_notify_test.go:145
Function
TestUnlockNotifyMany
(t *testing.T)
sqlite3_opt_unlock_notify_test.go:79
Function
TestUpdate
(t *testing.T)
sqlite3_test.go:431
Function
TestUpdateAndTransactionHooks
(t *testing.T)
sqlite3_test.go:1728
Function
TestUpsert
(t *testing.T)
sqlite3_test.go:382
Function
TestUserAuthAddAdmin
(t *testing.T)
sqlite3_opt_userauth_test.go:230
Function
TestUserAuthAddUser
(t *testing.T)
sqlite3_opt_userauth_test.go:290
Function
TestUserAuthCreateDatabase
(t *testing.T)
sqlite3_opt_userauth_test.go:145
← previous
next →
301–400 of 530, ranked by callers