MCPcopy Create free account

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

Functions530 in github.com/mattn/go-sqlite3

↓ 1 callersFunctionserialize_str
_example/mod_vtable/picojson.h:287
↓ 1 callersMethodsetSQLiteTrace
(sqliteEventMask uint)
sqlite3_trace.go:276
↓ 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 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:134
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:53
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:81
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:112
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:27
MethodAutoCommit
AutoCommit return which currently auto commit or not.
sqlite3.go:803
FunctionBenchmarkCustomFunctions
(b *testing.B)
sqlite3_test.go:2002
FunctionBenchmarkSuite
(b *testing.B)
sqlite3_test.go:2041
MethodBestIndex
(cst []InfoConstraint, ob []InfoOrderBy)
sqlite3_opt_vtable_test.go:70
MethodBestIndex
(cst []InfoConstraint, ob []InfoOrderBy)
sqlite3_opt_vtable_test.go:380
MethodBestIndex
(cst []InfoConstraint, ob []InfoOrderBy)
sqlite3_opt_vtable_test.go:519
MethodBestIndex
(cst []sqlite3.InfoConstraint, ob []sqlite3.InfoOrderBy)
_example/vtable/vtable.go:65
MethodBestIndex
(csts []sqlite3.InfoConstraint, ob []sqlite3.InfoOrderBy)
_example/vtable_eponymous_only/vtable.go:43
MethodClose
()
sqlite3_opt_vtable_test.go:97
MethodClose
()
sqlite3_opt_vtable_test.go:485
MethodClose
()
sqlite3_opt_vtable_test.go:546
MethodClose
Close the statement.
sqlite3.go:1889
MethodClose
Close the rows.
sqlite3.go:2103
MethodClose
()
_example/vtable/vtable.go:114
MethodClose
()
_example/vtable_eponymous_only/vtable.go:116
MethodColumn
(c *SQLiteContext, col int)
sqlite3_opt_vtable_test.go:115
MethodColumn
(ctxt *SQLiteContext, col int)
sqlite3_opt_vtable_test.go:445
MethodColumn
(c *SQLiteContext, col int)
sqlite3_opt_vtable_test.go:564
MethodColumn
(c *sqlite3.SQLiteContext, col int)
_example/vtable/vtable.go:82
MethodColumn
(c *sqlite3.SQLiteContext, col int)
_example/vtable_eponymous_only/vtable.go:66
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
MethodColumns
Columns return column names.
sqlite3.go:2124
MethodConnect
(c *SQLiteConn, args []string)
sqlite3_opt_vtable_test.go:64
MethodConnect
(c *SQLiteConn, args []string)
sqlite3_opt_vtable_test.go:361
MethodConnect
(c *SQLiteConn, args []string)
sqlite3_opt_vtable_test.go:513
MethodConnect
(c *sqlite3.SQLiteConn, args []string)
_example/vtable/vtable.go:36
MethodConnect
(c *sqlite3.SQLiteConn, args []string)
_example/vtable_eponymous_only/vtable.go:27
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 interface{})
sqlite3_opt_vtable_test.go:425
MethodDepth
Depth returns the source path of the write, see sqlite3_preupdate_depth()
sqlite3_opt_preupdate_hook.go:48
MethodDestroy
()
sqlite3_opt_vtable_test.go:89
MethodDestroy
()
sqlite3_opt_vtable_test.go:388
MethodDestroy
()
sqlite3_opt_vtable_test.go:538
MethodDestroy
()
_example/vtable/vtable.go:75
MethodDestroy
()
_example/vtable_eponymous_only/vtable.go:59
MethodDestroyModule
()
sqlite3_opt_vtable_test.go:68
MethodDestroyModule
()
sqlite3_opt_vtable_test.go:365
MethodDestroyModule
()
sqlite3_opt_vtable_test.go:517
MethodDestroyModule
()
_example/vtable/vtable.go:40
MethodDestroyModule
()
_example/vtable_eponymous_only/vtable.go:31
MethodDisconnect
()
sqlite3_opt_vtable_test.go:85
MethodDisconnect
()
sqlite3_opt_vtable_test.go:384
MethodDisconnect
()
sqlite3_opt_vtable_test.go:534
MethodDisconnect
()
_example/vtable/vtable.go:74
MethodDisconnect
()
_example/vtable_eponymous_only/vtable.go:58
MethodDone
()
sqlite3_test.go:1448
MethodDone
()
_example/custom_func/main.go:50
MethodEOF
()
sqlite3_opt_vtable_test.go:111
MethodEOF
()
sqlite3_opt_vtable_test.go:477
MethodEOF
()
sqlite3_opt_vtable_test.go:560
MethodEOF
()
_example/vtable/vtable.go:106
MethodEOF
()
_example/vtable_eponymous_only/vtable.go:108
MethodEponymousOnlyModule
()
sqlite3_opt_vtable_test.go:503
MethodEponymousOnlyModule
()
sqlite3_opt_vtable.go:645
MethodEponymousOnlyModule
()
_example/vtable_eponymous_only/vtable.go:11
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:2024
MethodExecContext
ExecContext implement ExecerContext.
sqlite3_go18.go:64
MethodFilter
(idxNum int, idxStr string, vals []interface{})
sqlite3_opt_vtable_test.go:101
MethodFilter
(ixNum int, ixName string, vals []interface{})
sqlite3_opt_vtable_test.go:468
MethodFilter
(idxNum int, idxStr string, vals []interface{})
sqlite3_opt_vtable_test.go:550
MethodFilter
(idxNum int, idxStr string, vals []interface{})
_example/vtable/vtable.go:96
MethodFilter
(idxNum int, idxStr string, vals []interface{})
_example/vtable_eponymous_only/vtable.go:80
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:1843
MethodInsert
(id interface{}, vals []interface{})
sqlite3_opt_vtable_test.go:392
MethodLoadExtension
(lib string, entry string)
sqlite3_load_extension_omit.go:22
MethodNext
()
sqlite3_opt_vtable_test.go:106
MethodNext
()
sqlite3_opt_vtable_test.go:472
MethodNext
()
sqlite3_opt_vtable_test.go:555
MethodNext
Next move cursor to next. Attempts to honor context timeout from QueryContext call.
sqlite3.go:2154
MethodNext
()
_example/vtable/vtable.go:101
MethodNext
()
_example/vtable_eponymous_only/vtable.go:103
MethodOpen
(s string)
static_mock.go:30
MethodOpen
()
sqlite3_opt_vtable_test.go:93
MethodOpen
()
sqlite3_opt_vtable_test.go:376
MethodOpen
()
sqlite3_opt_vtable_test.go:542
← previousnext →201–300 of 530, ranked by callers