Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/2shady4u/godot-sqlite
/ functions
Functions
809 in github.com/2shady4u/godot-sqlite
⨍
Functions
809
◇
Types & classes
125
Function
gdsqlite_vfs_delete
** Delete the file identified by argument zPath. If the dirSync parameter ** is non-zero, then ensure the file-system modification to delete the ** fi
src/vfs/gdsqlite_vfs.cpp:83
Function
gdsqlite_vfs_dlClose
src/vfs/gdsqlite_vfs.cpp:168
Function
gdsqlite_vfs_dlError
src/vfs/gdsqlite_vfs.cpp:161
Function
gdsqlite_vfs_dlOpen
** The following four VFS methods: ** ** xDlOpen ** xDlError ** xDlSym ** xDlClose ** ** are supposed to implement the functionality needed by
src/vfs/gdsqlite_vfs.cpp:158
Function
gdsqlite_vfs_fullPathname
** Argument zPath points to a nul-terminated string containing a file path. ** If zPath is an absolute path, then it is copied as is into the output *
src/vfs/gdsqlite_vfs.cpp:135
Function
gdsqlite_vfs_getLastError
src/vfs/gdsqlite_vfs.cpp:210
Function
gdsqlite_vfs_open
** Open a file handle. */
src/vfs/gdsqlite_vfs.cpp:8
Function
gdsqlite_vfs_randomness
** Parameter zByte points to a buffer nByte bytes in size. Populate this ** buffer with pseudo-random data. */
src/vfs/gdsqlite_vfs.cpp:176
Function
gdsqlite_vfs_sleep
** Sleep for at least nMicro microseconds. Return the (approximate) number ** of microseconds slept for. */
src/vfs/gdsqlite_vfs.cpp:188
Method
get_autocommit
src/gdsqlite.cpp:1296
Method
get_default_extension
src/gdsqlite.cpp:1280
Method
get_foreign_keys
src/gdsqlite.cpp:1248
Method
get_last_insert_rowid
src/gdsqlite.cpp:1228
Method
get_path
src/gdsqlite.cpp:1264
Method
get_query_result
src/gdsqlite.cpp:1288
Method
get_query_result_by_reference
src/gdsqlite.cpp:1292
Method
get_read_only
src/gdsqlite.cpp:1256
Method
get_verbosity_level
src/gdsqlite.cpp:1240
Function
hasTimer
** Check to see if we have timer support. Return 1 if necessary ** support found (or found previously). */
src/sqlite/shell.c:754
Function
idxAuthCallback
src/sqlite/shell.c:13627
Function
idxRemFunc
** Implementation of scalar function sqlite_expert_rem(). */
src/sqlite/shell.c:13944
Function
idxSampleFunc
src/sqlite/shell.c:13903
Function
ieee754func
** Implementation of the ieee754() function */
src/sqlite/shell.c:5367
Function
ieee754func_from_blob
** Functions to convert between blobs and floats. */
src/sqlite/shell.c:5485
Function
ieee754func_to_blob
src/sqlite/shell.c:5505
Function
ieee754inc
** SQL Function: ieee754_inc(r,N) ** ** Move the floating point value r by N quantums and return the new ** values. ** ** Behind the scenes: this ro
src/sqlite/shell.c:5540
Function
if
src/sqlite/shell.c:25814
Method
import_from_buffer
src/gdsqlite.cpp:947
Method
import_from_json
src/gdsqlite.cpp:891
Function
initialize_sqlite_module
src/register_types.cpp:13
Method
insert_row
src/gdsqlite.cpp:653
Method
insert_rows
src/gdsqlite.cpp:675
Function
intckParseCreateIndexFunc
** User-defined SQL function wrapper for intckParseCreateIndex(): ** ** SELECT parse_create_index(<sql>, <icol>); */
src/sqlite/shell.c:15232
Function
iotracePrintf
src/sqlite/shell.c:1023
Function
is_base85
This function does the work for the SQLite is_base85(t) UDF. */
src/sqlite/shell.c:5075
Function
linenoise_completion
** Linenoise completion callback. Note that the 3rd argument is from ** the "msteveb" version of linenoise, not the "antirez" version. */
src/sqlite/shell.c:25901
Method
load_extension
src/gdsqlite.cpp:1323
Method
lock
** Locking functions. The xLock() and xUnlock() methods are both no-ops. ** The xCheckReservedLock() always indicates that no other process holds ** a
src/vfs/gdsqlite_file.cpp:98
Function
lsModeFunc
** SQL function: lsmode(MODE) ** ** Given a numberic st_mode from stat(), convert it into a human-readable ** text string in the style of "ls -l". *
src/sqlite/shell.c:8031
Function
main
src/sqlite/shell.c:5195
Function
memtraceInit
src/sqlite/shell.c:2006
Function
memtraceRealloc
src/sqlite/shell.c:1988
Function
memtraceRoundup
src/sqlite/shell.c:2003
Function
memtraceShutdown
src/sqlite/shell.c:2009
Function
memtraceSize
src/sqlite/shell.c:2000
Method
normalize_path
src/gdsqlite.cpp:207
Method
open_db
src/gdsqlite.cpp:131
Function
pcachetraceCachesize
src/sqlite/shell.c:2115
Function
pcachetraceCreate
src/sqlite/shell.c:2102
Function
pcachetraceDestroy
src/sqlite/shell.c:2177
Function
pcachetraceFetch
src/sqlite/shell.c:2132
Function
pcachetraceInit
Methods that trace pcache activity */
src/sqlite/shell.c:2085
Function
pcachetracePagecount
src/sqlite/shell.c:2121
Function
pcachetraceRekey
src/sqlite/shell.c:2159
Function
pcachetraceShrink
src/sqlite/shell.c:2183
Function
pcachetraceShutdown
src/sqlite/shell.c:2096
Function
pcachetraceTruncate
src/sqlite/shell.c:2171
Function
pcachetraceUnpin
src/sqlite/shell.c:2148
Method
prepare_statement
src/gdsqlite.cpp:223
Function
progress_handler
** Progress handler callback. */
src/sqlite/shell.c:22444
Method
query
src/gdsqlite.cpp:219
Method
query_with_bindings
src/gdsqlite.cpp:361
Method
query_with_named_bindings
src/gdsqlite.cpp:405
Function
re_bytecode_func
** This function is used for testing and debugging only. It is only available ** if the SQLITE_DEBUG compile-time option is used. ** ** Compile a reg
src/sqlite/shell.c:7340
Function
re_free_voidptr
** Version of re_free() that accepts a pointer of type (void*). Required ** to satisfy sanitizers when the re_free() function is called via a ** funct
src/sqlite/shell.c:7193
Function
re_next_char_nocase
src/sqlite/shell.c:6712
Function
re_sql_func
** Implementation of the regexp() SQL function. This function implements ** the build-in REGEXP operator. The first argument to the function is the
src/sqlite/shell.c:7294
Method
read
** Read data from a file. */
src/vfs/gdsqlite_file.cpp:21
Function
readfileFunc
** Implementation of the "readfile(X)" SQL function. The entire content ** of the file named X is read and returned as a BLOB. NULL is returned ** i
src/sqlite/shell.c:7670
Function
readline_completion
src/sqlite/shell.c:25889
Function
readline_completion_generator
** Readline completion callbacks */
src/sqlite/shell.c:25867
Function
recoverEscapeCrlf
** Implementation of scalar SQL function "escape_crlf". The argument passed to ** this function is the output of built-in function quote(). If the fi
src/sqlite/shell.c:19098
Function
recoverGetPage
** The implementation of a user-defined SQL function invoked by the ** sqlite_dbdata and sqlite_dbptr virtual table modules to access pages ** of the
src/sqlite/shell.c:19019
Function
recoverPageIsUsed
** Implementation of SQL scalar function "page_is_used". This function ** is used as part of the procedure for locating orphan rows for the ** lost-an
src/sqlite/shell.c:18994
Function
recoverReadI32
** Implementation of SQL scalar function "read_i32". The first argument to ** this function must be a blob. The second a non-negative integer. This
src/sqlite/shell.c:18958
Function
recoverSqlCb
** This function is used as a callback by the recover extension. Simply ** print the supplied SQL statement to stdout. */
src/sqlite/shell.c:28160
Function
recoverVfsCheckReservedLock
src/sqlite/shell.c:20807
Function
recoverVfsClose
src/sqlite/shell.c:20549
Function
recoverVfsDeviceCharacteristics
src/sqlite/shell.c:20822
Function
recoverVfsFetch
src/sqlite/shell.c:20854
Function
recoverVfsFileControl
src/sqlite/shell.c:20812
Function
recoverVfsFileSize
src/sqlite/shell.c:20792
Function
recoverVfsLock
src/sqlite/shell.c:20797
Function
recoverVfsRead
** The xRead() method of the wrapper VFS. This is used to intercept calls ** to read page 1 of the input database. */
src/sqlite/shell.c:20644
Function
recoverVfsSectorSize
src/sqlite/shell.c:20817
Function
recoverVfsShmBarrier
src/sqlite/shell.c:20839
Function
recoverVfsShmLock
src/sqlite/shell.c:20834
Function
recoverVfsShmMap
src/sqlite/shell.c:20827
Function
recoverVfsShmUnmap
src/sqlite/shell.c:20848
Function
recoverVfsSync
src/sqlite/shell.c:20787
Function
recoverVfsTruncate
src/sqlite/shell.c:20782
Function
recoverVfsUnfetch
src/sqlite/shell.c:20866
Function
recoverVfsUnlock
src/sqlite/shell.c:20802
Function
recoverVfsWrite
** Methods of the wrapper VFS. All methods except for xRead() and xClose() ** simply uninstall the sqlite3_io_methods wrapper, invoke the equivalent *
src/sqlite/shell.c:20775
Method
remove_shadow_tables
src/gdsqlite.cpp:1183
Method
restore_from
src/gdsqlite.cpp:627
Function
sayAbnormalExit
src/sqlite/shell.c:33026
Method
sectorSize
** The xSectorSize() and xDeviceCharacteristics() methods. These two ** may return special values allowing SQLite to optimize file-system ** access to
src/vfs/gdsqlite_file.cpp:121
Method
select_rows
src/gdsqlite.cpp:699
Function
seriesBestIndex
** SQLite will invoke this method one or more times while planning a query ** that uses the generate_series virtual table. This routine needs to crea
src/sqlite/shell.c:6307
← previous
next →
601–700 of 809, ranked by callers