MCPcopy Create free account

hub / github.com/2shady4u/godot-sqlite / functions

Functions809 in github.com/2shady4u/godot-sqlite

Functiongdsqlite_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
Functiongdsqlite_vfs_dlClose
src/vfs/gdsqlite_vfs.cpp:168
Functiongdsqlite_vfs_dlError
src/vfs/gdsqlite_vfs.cpp:161
Functiongdsqlite_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
Functiongdsqlite_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
Functiongdsqlite_vfs_getLastError
src/vfs/gdsqlite_vfs.cpp:210
Functiongdsqlite_vfs_open
** Open a file handle. */
src/vfs/gdsqlite_vfs.cpp:8
Functiongdsqlite_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
Functiongdsqlite_vfs_sleep
** Sleep for at least nMicro microseconds. Return the (approximate) number ** of microseconds slept for. */
src/vfs/gdsqlite_vfs.cpp:188
Methodget_autocommit
src/gdsqlite.cpp:1296
Methodget_default_extension
src/gdsqlite.cpp:1280
Methodget_foreign_keys
src/gdsqlite.cpp:1248
Methodget_last_insert_rowid
src/gdsqlite.cpp:1228
Methodget_path
src/gdsqlite.cpp:1264
Methodget_query_result
src/gdsqlite.cpp:1288
Methodget_query_result_by_reference
src/gdsqlite.cpp:1292
Methodget_read_only
src/gdsqlite.cpp:1256
Methodget_verbosity_level
src/gdsqlite.cpp:1240
FunctionhasTimer
** Check to see if we have timer support. Return 1 if necessary ** support found (or found previously). */
src/sqlite/shell.c:754
FunctionidxAuthCallback
src/sqlite/shell.c:13627
FunctionidxRemFunc
** Implementation of scalar function sqlite_expert_rem(). */
src/sqlite/shell.c:13944
FunctionidxSampleFunc
src/sqlite/shell.c:13903
Functionieee754func
** Implementation of the ieee754() function */
src/sqlite/shell.c:5367
Functionieee754func_from_blob
** Functions to convert between blobs and floats. */
src/sqlite/shell.c:5485
Functionieee754func_to_blob
src/sqlite/shell.c:5505
Functionieee754inc
** 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
Functionif
src/sqlite/shell.c:25814
Methodimport_from_buffer
src/gdsqlite.cpp:947
Methodimport_from_json
src/gdsqlite.cpp:891
Functioninitialize_sqlite_module
src/register_types.cpp:13
Methodinsert_row
src/gdsqlite.cpp:653
Methodinsert_rows
src/gdsqlite.cpp:675
FunctionintckParseCreateIndexFunc
** User-defined SQL function wrapper for intckParseCreateIndex(): ** ** SELECT parse_create_index(<sql>, <icol>); */
src/sqlite/shell.c:15232
FunctioniotracePrintf
src/sqlite/shell.c:1023
Functionis_base85
This function does the work for the SQLite is_base85(t) UDF. */
src/sqlite/shell.c:5075
Functionlinenoise_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
Methodload_extension
src/gdsqlite.cpp:1323
Methodlock
** 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
FunctionlsModeFunc
** 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
Functionmain
src/sqlite/shell.c:5195
FunctionmemtraceInit
src/sqlite/shell.c:2006
FunctionmemtraceRealloc
src/sqlite/shell.c:1988
FunctionmemtraceRoundup
src/sqlite/shell.c:2003
FunctionmemtraceShutdown
src/sqlite/shell.c:2009
FunctionmemtraceSize
src/sqlite/shell.c:2000
Methodnormalize_path
src/gdsqlite.cpp:207
Methodopen_db
src/gdsqlite.cpp:131
FunctionpcachetraceCachesize
src/sqlite/shell.c:2115
FunctionpcachetraceCreate
src/sqlite/shell.c:2102
FunctionpcachetraceDestroy
src/sqlite/shell.c:2177
FunctionpcachetraceFetch
src/sqlite/shell.c:2132
FunctionpcachetraceInit
Methods that trace pcache activity */
src/sqlite/shell.c:2085
FunctionpcachetracePagecount
src/sqlite/shell.c:2121
FunctionpcachetraceRekey
src/sqlite/shell.c:2159
FunctionpcachetraceShrink
src/sqlite/shell.c:2183
FunctionpcachetraceShutdown
src/sqlite/shell.c:2096
FunctionpcachetraceTruncate
src/sqlite/shell.c:2171
FunctionpcachetraceUnpin
src/sqlite/shell.c:2148
Methodprepare_statement
src/gdsqlite.cpp:223
Functionprogress_handler
** Progress handler callback. */
src/sqlite/shell.c:22444
Methodquery
src/gdsqlite.cpp:219
Methodquery_with_bindings
src/gdsqlite.cpp:361
Methodquery_with_named_bindings
src/gdsqlite.cpp:405
Functionre_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
Functionre_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
Functionre_next_char_nocase
src/sqlite/shell.c:6712
Functionre_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
Methodread
** Read data from a file. */
src/vfs/gdsqlite_file.cpp:21
FunctionreadfileFunc
** 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
Functionreadline_completion
src/sqlite/shell.c:25889
Functionreadline_completion_generator
** Readline completion callbacks */
src/sqlite/shell.c:25867
FunctionrecoverEscapeCrlf
** 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
FunctionrecoverGetPage
** 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
FunctionrecoverPageIsUsed
** 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
FunctionrecoverReadI32
** 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
FunctionrecoverSqlCb
** This function is used as a callback by the recover extension. Simply ** print the supplied SQL statement to stdout. */
src/sqlite/shell.c:28160
FunctionrecoverVfsCheckReservedLock
src/sqlite/shell.c:20807
FunctionrecoverVfsClose
src/sqlite/shell.c:20549
FunctionrecoverVfsDeviceCharacteristics
src/sqlite/shell.c:20822
FunctionrecoverVfsFetch
src/sqlite/shell.c:20854
FunctionrecoverVfsFileControl
src/sqlite/shell.c:20812
FunctionrecoverVfsFileSize
src/sqlite/shell.c:20792
FunctionrecoverVfsLock
src/sqlite/shell.c:20797
FunctionrecoverVfsRead
** 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
FunctionrecoverVfsSectorSize
src/sqlite/shell.c:20817
FunctionrecoverVfsShmBarrier
src/sqlite/shell.c:20839
FunctionrecoverVfsShmLock
src/sqlite/shell.c:20834
FunctionrecoverVfsShmMap
src/sqlite/shell.c:20827
FunctionrecoverVfsShmUnmap
src/sqlite/shell.c:20848
FunctionrecoverVfsSync
src/sqlite/shell.c:20787
FunctionrecoverVfsTruncate
src/sqlite/shell.c:20782
FunctionrecoverVfsUnfetch
src/sqlite/shell.c:20866
FunctionrecoverVfsUnlock
src/sqlite/shell.c:20802
FunctionrecoverVfsWrite
** 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
Methodremove_shadow_tables
src/gdsqlite.cpp:1183
Methodrestore_from
src/gdsqlite.cpp:627
FunctionsayAbnormalExit
src/sqlite/shell.c:33026
MethodsectorSize
** 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
Methodselect_rows
src/gdsqlite.cpp:699
FunctionseriesBestIndex
** 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
← previousnext →601–700 of 809, ranked by callers