MCPcopy Create free account

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

Functions581 in github.com/mattn/go-sqlite3

↓ 1 callersMethodline
_example/mod_vtable/picojson.h:390
↓ 1 callersMethodloadExtensions
(extensions []string)
sqlite3_load_extension.go:25
↓ 1 callersMethodlookup
(handle unsafe.Pointer)
callback_bench_test.go:72
↓ 1 callersMethodlookup
(handle unsafe.Pointer)
callback_bench_test.go:82
↓ 1 callersFunctionlookupTraceMapping
(connHandle uintptr)
sqlite3_trace.go:221
↓ 1 callersFunctionmemfclose
_example/mod_vtable/sqlite3_mod_vtable.cc:31
↓ 1 callersFunctionmemfopen
_example/mod_vtable/sqlite3_mod_vtable.cc:21
↓ 1 callersFunctionmy_connect
_example/mod_vtable/sqlite3_mod_vtable.cc:63
↓ 1 callersMethodnextSyncLocked
nextSyncLocked moves cursor to next; must be called with locked mutex.
sqlite3.go:2611
↓ 1 callersFunctionorderBys
(info *C.sqlite3_index_info)
sqlite3_opt_vtable.go:351
↓ 1 callersMethodparse_array_item
_example/mod_vtable/picojson.h:620
↓ 1 callersMethodparse_array_start
_example/mod_vtable/picojson.h:619
↓ 1 callersMethodparse_array_stop
_example/mod_vtable/picojson.h:623
↓ 1 callersMethodparse_object_item
_example/mod_vtable/picojson.h:625
↓ 1 callersMethodparse_object_start
_example/mod_vtable/picojson.h:624
↓ 1 callersMethodparse_string
_example/mod_vtable/picojson.h:618
↓ 1 callersFunctionplan
_example/mod_vtable/picojson.h:813
↓ 1 callersFunctionrandStringBytes
(n int)
sqlite3_sql_test.go:78
↓ 1 callersMethodremove
(h uint)
sqlite3_opt_unlock_notify.go:49
↓ 1 callersFunctionscanType
(cdt string)
sqlite3_type.go:58
↓ 1 callersMethodserialPK
()
sqlite3_test.go:2411
↓ 1 callersFunctionserialize_str
_example/mod_vtable/picojson.h:287
↓ 1 callersMethodsetSQLiteTrace
(sqliteEventMask uint)
sqlite3_trace.go:277
↓ 1 callersMethodset_bool
_example/mod_vtable/picojson.h:616
↓ 1 callersFunctionset_last_error
_example/mod_vtable/picojson.h:746
↓ 1 callersMethodset_null
_example/mod_vtable/picojson.h:615
↓ 1 callersMethodset_number
_example/mod_vtable/picojson.h:617
↓ 1 callersMethodskip_ws
_example/mod_vtable/picojson.h:391
↓ 1 callersFunctionstrconvErr
(err error)
convert.go:243
↓ 1 callersMethodswap
_example/mod_vtable/picojson.h:187
↓ 1 callersMethodtakeCachedStmt
(query string)
sqlite3.go:1924
↓ 1 callersFunctiontimezone
(t time.Time)
sqlite3_test.go:606
↓ 1 callersMethodto_str
_example/mod_vtable/picojson.h:262
↓ 1 callersMethod~value
_example/mod_vtable/picojson.h:155
MethodAuthEnabled
AuthEnabled checks if the database is protected by user authentication
sqlite3_opt_userauth_omit.go:139
MethodAuthUserAdd
AuthUserAdd can be used (by an admin user only) to create a new user. When called on a no-authentication-required database, this routine converts the
sqlite3_opt_userauth_omit.go:55
MethodAuthUserChange
AuthUserChange can be used to change a users login credentials or admin privilege. Any user can change their own login credentials. Only an admin us
sqlite3_opt_userauth_omit.go:84
MethodAuthUserChange
AuthUserChange can be used to change a users login credentials or admin privilege. Any user can change their own login credentials. Only an admin use
sqlite3_opt_userauth.go:100
MethodAuthUserDelete
AuthUserDelete can be used (by an admin user only) to delete a user. The currently logged-in user cannot be deleted, which guarantees that there is a
sqlite3_opt_userauth_omit.go:116
MethodAuthUserDelete
AuthUserDelete can be used (by an admin user only) to delete a user. The currently logged-in user cannot be deleted, which guarantees that there is al
sqlite3_opt_userauth.go:130
MethodAuthenticate
Authenticate will perform an authentication of the provided username and password against the database. If a database contains the SQLITE_USER table,
sqlite3_opt_userauth_omit.go:28
MethodAutoCommit
AutoCommit return which currently auto commit or not.
sqlite3.go:914
FunctionBenchmarkCustomFunctions
(b *testing.B)
sqlite3_test.go:2249
FunctionBenchmarkHandleLookupBeforeAfter
(b *testing.B)
callback_bench_test.go:34
FunctionBenchmarkHandleLookupParallel
(b *testing.B)
callback_bench_test.go:18
FunctionBenchmarkStmtCache
BenchmarkStmtCache measures the stmt cache hit / miss / eviction paths by cycling through a fixed set of queries under various cache sizes. It is inte
sqlite3_stmt_cache_bench_test.go:21
FunctionBenchmarkSuite
(b *testing.B)
sqlite3_test.go:2288
MethodBestIndex
(cst []InfoConstraint, ob []InfoOrderBy)
sqlite3_opt_vtable_test.go:70
MethodBestIndex
(cst []InfoConstraint, ob []InfoOrderBy)
sqlite3_opt_vtable_test.go:393
MethodBestIndex
(cst []InfoConstraint, ob []InfoOrderBy)
sqlite3_opt_vtable_test.go:532
MethodBestIndex
(cst []InfoConstraint, ob []InfoOrderBy)
sqlite3_opt_vtable_destroy_test.go:30
MethodBestIndex
(csts []sqlite3.InfoConstraint, ob []sqlite3.InfoOrderBy)
_example/vtable/vtable.go:76
MethodBestIndex
(csts []sqlite3.InfoConstraint, ob []sqlite3.InfoOrderBy)
_example/vtable_eponymous_only/vtable.go:41
MethodClose
()
sqlite3_opt_vtable_test.go:97
MethodClose
()
sqlite3_opt_vtable_test.go:498
MethodClose
()
sqlite3_opt_vtable_test.go:559
MethodClose
Close the statement.
sqlite3.go:2148
MethodClose
Close the rows.
sqlite3.go:2466
MethodClose
()
sqlite3_opt_vtable_destroy_test.go:41
MethodClose
()
_example/vtable/vtable.go:125
MethodClose
()
_example/vtable_eponymous_only/vtable.go:145
MethodColumn
(c *SQLiteContext, col int)
sqlite3_opt_vtable_test.go:115
MethodColumn
(ctxt *SQLiteContext, col int)
sqlite3_opt_vtable_test.go:458
MethodColumn
(c *SQLiteContext, col int)
sqlite3_opt_vtable_test.go:577
MethodColumn
(*SQLiteContext, int)
sqlite3_opt_vtable_destroy_test.go:47
MethodColumn
(c *sqlite3.SQLiteContext, col int)
_example/vtable/vtable.go:93
MethodColumn
(c *sqlite3.SQLiteContext, col int)
_example/vtable_eponymous_only/vtable.go:89
MethodColumnTypeDatabaseTypeName
ColumnTypeDatabaseTypeName implement RowsColumnTypeDatabaseTypeName.
sqlite3_type.go:22
MethodColumnTypeNullable
* func (rc *SQLiteRows) ColumnTypeLength(index int) (length int64, ok bool) { return 0, false } func (rc *SQLiteRows) ColumnTypePrecisionScale(index
sqlite3_type.go:37
MethodColumnTypeScanType
ColumnTypeScanType implement RowsColumnTypeScanType.
sqlite3_type.go:42
MethodConnect
(c *SQLiteConn, args []string)
sqlite3_opt_vtable_test.go:64
MethodConnect
(c *SQLiteConn, args []string)
sqlite3_opt_vtable_test.go:374
MethodConnect
(c *SQLiteConn, args []string)
sqlite3_opt_vtable_test.go:526
MethodConnect
(c *SQLiteConn, args []string)
sqlite3_opt_vtable_destroy_test.go:25
MethodConnect
(c *sqlite3.SQLiteConn, args []string)
_example/vtable/vtable.go:44
MethodConnect
(c *sqlite3.SQLiteConn, args []string)
_example/vtable_eponymous_only/vtable.go:29
FunctionCryptEncoderSHA1
This file provides several different implementations for the default embedded sqlite_crypt function. This function is uses a caesar-cypher by default
sqlite3_func_crypt.go:53
FunctionCryptEncoderSHA256
CryptEncoderSHA256 encodes a password with SHA256
sqlite3_func_crypt.go:70
FunctionCryptEncoderSHA384
CryptEncoderSHA384 encodes a password with SHA384
sqlite3_func_crypt.go:87
FunctionCryptEncoderSHA512
CryptEncoderSHA512 encodes a password with SHA512
sqlite3_func_crypt.go:104
MethodDelete
(id any)
sqlite3_opt_vtable_test.go:438
MethodDepth
Depth returns the source path of the write, see sqlite3_preupdate_depth()
sqlite3_opt_preupdate_hook.go:49
MethodDeserialize
(b []byte, schema string)
sqlite3_opt_serialize_omit.go:19
MethodDestroy
()
sqlite3_opt_vtable_test.go:89
MethodDestroy
()
sqlite3_opt_vtable_test.go:401
MethodDestroy
()
sqlite3_opt_vtable_test.go:551
MethodDestroy
()
sqlite3_opt_vtable_destroy_test.go:34
MethodDestroy
()
_example/vtable/vtable.go:86
MethodDestroy
()
_example/vtable_eponymous_only/vtable.go:80
MethodDestroyModule
()
sqlite3_opt_vtable_test.go:68
MethodDestroyModule
()
sqlite3_opt_vtable_test.go:378
MethodDestroyModule
()
sqlite3_opt_vtable_test.go:530
MethodDestroyModule
()
sqlite3_opt_vtable_destroy_test.go:28
MethodDestroyModule
()
_example/vtable/vtable.go:48
MethodDestroyModule
()
_example/vtable_eponymous_only/vtable.go:33
MethodDisconnect
()
sqlite3_opt_vtable_test.go:85
MethodDisconnect
()
sqlite3_opt_vtable_test.go:397
MethodDisconnect
()
sqlite3_opt_vtable_test.go:547
MethodDisconnect
()
sqlite3_opt_vtable_destroy_test.go:33
MethodDisconnect
()
_example/vtable/vtable.go:85
← previousnext →201–300 of 581, ranked by callers