MCPcopy Create free account

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

Functions530 in github.com/mattn/go-sqlite3

MethodOpen
()
_example/vtable/vtable.go:46
MethodOpen
()
_example/vtable_eponymous_only/vtable.go:39
MethodPrepareContext
PrepareContext implement ConnPrepareContext.
sqlite3_go18.go:45
MethodQuery
Query the statement with arguments. Return records.
sqlite3.go:1984
MethodQueryContext
QueryContext implement QueryerContext.
sqlite3_go18.go:55
MethodRegisterAggregator
(string, interface{}, bool)
static_mock.go:31
MethodRegisterAuthorizer
(func(int, string, string, string) int)
static_mock.go:32
MethodRegisterCollation
(string, func(string, string) int)
static_mock.go:33
MethodRegisterCommitHook
(func() int)
static_mock.go:34
MethodRegisterFunc
(string, interface{}, bool)
static_mock.go:35
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:19
MethodRegisterRollbackHook
(func())
static_mock.go:36
MethodRegisterUpdateHook
(func(int, string, string, int64))
static_mock.go:37
MethodResultZeroblob
ResultZeroblob sets the result of an SQL function. See: sqlite3_result_zeroblob, http://sqlite.org/c3ref/result_blob.html
sqlite3_context.go:101
MethodRowid
()
sqlite3_opt_vtable_test.go:123
MethodRowid
()
sqlite3_opt_vtable_test.go:481
MethodRowid
()
sqlite3_opt_vtable_test.go:572
MethodRowid
()
_example/vtable/vtable.go:110
MethodRowid
()
_example/vtable_eponymous_only/vtable.go:112
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:1444
MethodStep
(x interface{})
sqlite3_test.go:1511
FunctionTestAggregatorRegistration
(t *testing.T)
sqlite3_test.go:1452
FunctionTestAggregatorRegistration_GenericReturn
(t *testing.T)
sqlite3_test.go:1524
FunctionTestAuthorizer
(t *testing.T)
sqlite3_test.go:1789
FunctionTestBackupAllRemainingPages
(t *testing.T)
backup_test.go:249
FunctionTestBackupError
Test the error reporting when preparing to perform a backup.
backup_test.go:254
FunctionTestBackupStepByStep
(t *testing.T)
backup_test.go:245
FunctionTestBeginTxCancel
(t *testing.T)
sqlite3_go113_test.go:19
FunctionTestBoolean
(t *testing.T)
sqlite3_test.go:710
FunctionTestBooleanRoundtrip
(t *testing.T)
sqlite3_test.go:557
FunctionTestCallbackArgCast
(t *testing.T)
callback_test.go:17
FunctionTestCallbackConverters
(t *testing.T)
callback_test.go:54
FunctionTestCallbackReturnAny
(t *testing.T)
callback_test.go:106
FunctionTestClose
(t *testing.T)
sqlite3_test.go:317
FunctionTestCollationRegistration
(t *testing.T)
sqlite3_test.go:1566
FunctionTestColumnTableName
(t *testing.T)
sqlite3_opt_column_metadata_test.go:7
FunctionTestCorruptDbErrors
(t *testing.T)
error_test.go:25
FunctionTestCreateModule
(t *testing.T)
sqlite3_opt_vtable_test.go:127
FunctionTestCreateModuleEponymousOnly
(t *testing.T)
sqlite3_opt_vtable_test.go:576
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:1677
FunctionTestDeferredForeignKey
(t *testing.T)
sqlite3_test.go:251
FunctionTestDelete
(t *testing.T)
sqlite3_test.go:496
FunctionTestError_SystemErrno
(t *testing.T)
error_test.go:245
FunctionTestExecCancel
(t *testing.T)
sqlite3_go18_test.go:270
FunctionTestExecContextCancel
(t *testing.T)
sqlite3_go18_test.go:139
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:82
FunctionTestExtendedErrorCodes_NotNull
(t *testing.T)
error_test.go:128
FunctionTestExtendedErrorCodes_Unique
(t *testing.T)
error_test.go:184
FunctionTestExtensionsError
(t *testing.T)
sqlite3_load_extension_test.go:15
FunctionTestFTS3
(t *testing.T)
sqlite3_opt_fts3_test.go:16
FunctionTestFTS4
(t *testing.T)
sqlite3_opt_fts3_test.go:87
FunctionTestFileCopyTruncate
(t *testing.T)
sqlite3_go18_test.go:363
FunctionTestFloat32
(t *testing.T)
sqlite3_test.go:802
FunctionTestForeignKeys
(t *testing.T)
sqlite3_test.go:222
FunctionTestFunctionRegistration
(t *testing.T)
sqlite3_test.go:1327
FunctionTestInsert
(t *testing.T)
sqlite3_test.go:343
FunctionTestInsertNilByteSlice
(t *testing.T)
sqlite3_test.go:1942
FunctionTestLoadExtensionError
(t *testing.T)
sqlite3_load_extension_test.go:40
FunctionTestMathFunctions
(t *testing.T)
sqlite3_opt_math_functions_test.go:10
FunctionTestNamedParam
(t *testing.T)
sqlite3_test.go:1961
FunctionTestNamedParams
(t *testing.T)
sqlite3_go18_test.go:22
FunctionTestNilAndEmptyBytes
(t *testing.T)
sqlite3_test.go:1887
FunctionTestNonColumnString
(t *testing.T)
sqlite3_test.go:1867
FunctionTestNull
(t *testing.T)
sqlite3_test.go:839
FunctionTestOpen
(t *testing.T)
sqlite3_test.go:81
FunctionTestOpenContext
(t *testing.T)
sqlite3_go18_test.go:338
FunctionTestOpenNoCreate
(t *testing.T)
sqlite3_test.go:143
FunctionTestOpenWithVFS
(t *testing.T)
sqlite3_test.go:106
FunctionTestPinger
(t *testing.T)
sqlite3_test.go:1712
FunctionTestPreUpdateHook
(t *testing.T)
sqlite3_opt_preupdate_hook_test.go:25
FunctionTestQueryRowContextCancel
(t *testing.T)
sqlite3_go18_test.go:183
FunctionTestQueryRowContextCancelParallel
(t *testing.T)
sqlite3_go18_test.go:217
FunctionTestQueryer
(t *testing.T)
sqlite3_test.go:1093
FunctionTestReadonly
(t *testing.T)
sqlite3_test.go:201
FunctionTestRecursiveTriggers
(t *testing.T)
sqlite3_test.go:288
FunctionTestSetFileControlInt
(t *testing.T)
sqlite3_test.go:1830
FunctionTestShortTimeout
(t *testing.T)
sqlite3_go18_test.go:114
FunctionTestSimpleError
(t *testing.T)
error_test.go:18
FunctionTestSqlLogicErrors
(t *testing.T)
error_test.go:55
FunctionTestStmtReadonly
(t *testing.T)
sqlite3_go113_test.go:81
FunctionTestStress
(t *testing.T)
sqlite3_test.go:1144
FunctionTestStringContainingZero
(t *testing.T)
sqlite3_test.go:1251
FunctionTestSuite
(t *testing.T)
sqlite3_test.go:2032
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:19
FunctionTestUnlockNotifyDeadlock
(t *testing.T)
sqlite3_opt_unlock_notify_test.go:145
FunctionTestUnlockNotifyMany
(t *testing.T)
sqlite3_opt_unlock_notify_test.go:79
FunctionTestUpdate
(t *testing.T)
sqlite3_test.go:431
FunctionTestUpdateAndTransactionHooks
(t *testing.T)
sqlite3_test.go:1728
FunctionTestUpsert
(t *testing.T)
sqlite3_test.go:382
FunctionTestUserAuthAddAdmin
(t *testing.T)
sqlite3_opt_userauth_test.go:230
FunctionTestUserAuthAddUser
(t *testing.T)
sqlite3_opt_userauth_test.go:290
FunctionTestUserAuthCreateDatabase
(t *testing.T)
sqlite3_opt_userauth_test.go:145
← previousnext →301–400 of 530, ranked by callers