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
seriesClose
** Destructor for a series_cursor. */
src/sqlite/shell.c:5869
Function
seriesColumn
** Return values of columns for the row at which the series_cursor ** is currently pointing. */
src/sqlite/shell.c:5896
Function
seriesConnect
** The seriesConnect() method is invoked to create a new ** series_vtab that describes the generate_series virtual table. ** ** Think of this routine
src/sqlite/shell.c:5813
Function
seriesDisconnect
** This method is the destructor for series_cursor objects. */
src/sqlite/shell.c:5848
Function
seriesEof
** Return TRUE if the cursor has been moved off of the last ** row of output. */
src/sqlite/shell.c:5932
Function
seriesFilter
** This method is called to "rewind" the series_cursor object back ** to the first row of output. This method is always called at least ** once prior
src/sqlite/shell.c:6025
Function
seriesNext
** Advance a series_cursor to its next row of output. */
src/sqlite/shell.c:5878
Function
seriesOpen
** Constructor for a new series_cursor object. */
src/sqlite/shell.c:5856
Function
seriesRowid
** The rowid is the same as the value. */
src/sqlite/shell.c:5922
Function
session_filter
src/sqlite/shell.c:25443
Function
setLexemeOpen
Record that a lexeme is opened, or closed with args==0. */
src/sqlite/shell.c:955
Method
set_default_extension
src/gdsqlite.cpp:1276
Method
set_error_message
src/gdsqlite.cpp:1268
Method
set_foreign_keys
src/gdsqlite.cpp:1244
Method
set_last_insert_rowid
Properties.
src/gdsqlite.cpp:1222
Method
set_path
src/gdsqlite.cpp:1260
Method
set_query_result
src/gdsqlite.cpp:1284
Method
set_read_only
src/gdsqlite.cpp:1252
Method
set_verbosity_level
src/gdsqlite.cpp:1236
Function
sha1Func
** Implementation of the sha1(X) function. ** ** Return a lower-case hexadecimal rendering of the SHA1 hash of the ** argument X. If X is a BLOB, it
src/sqlite/shell.c:3332
Function
sha1QueryFunc
** Implementation of the sha1_query(SQL) function. ** ** This function compiles and runs the SQL statement(s) given in the ** argument. The results ar
src/sqlite/shell.c:3371
Function
sha3AggFinal
** xFinal function for sha3_agg(). */
src/sqlite/shell.c:3037
Function
sha3AggStep
** xStep function for sha3_agg(). */
src/sqlite/shell.c:3012
Function
sha3Func
** Implementation of the sha3(X,SIZE) function. ** ** Return a BLOB which is the SIZE-bit SHA3 hash of X. The default ** size is 256. If X is a BLOB
src/sqlite/shell.c:2811
Function
sha3QueryFunc
** Implementation of the sha3_query(SQL,SIZE) function. ** ** This function compiles and runs the SQL statement(s) given in the ** argument. The resul
src/sqlite/shell.c:2944
Function
shellAddSchemaName
** SQL function: shell_add_schema(S,X) ** ** Add the schema name X to the CREATE statement in S and return the result. ** Examples: ** ** CREATE T
src/sqlite/shell.c:1712
Function
shellAuth
** When the ".auth ON" is set, the following authorizer callback is ** invoked. It always returns SQLITE_OK. */
src/sqlite/shell.c:22245
Function
shellDtostr
** SQL function: dtostr(X) ** ** Use the C-library printf() function to convert real value X into a string. ** Used for comparing the accuracy of SQL
src/sqlite/shell.c:1679
Function
shellFkeyCollateClause
** The implementation of SQL scalar function fkey_collate_clause(), used ** by the ".lint fkey-indexes" command. This scalar function is always ** cal
src/sqlite/shell.c:27068
Function
shellLog
** A callback for the sqlite3_log() interface. */
src/sqlite/shell.c:21508
Function
shellModuleSchema
** SQL function: shell_module_schema(X) ** ** Return a fake schema for the table-valued function or eponymous virtual ** table X. */
src/sqlite/shell.c:25627
Function
shellPutsFunc
** SQL function: shell_putsnl(X) ** ** Write the text X to the screen (or whatever output is being directed) ** adding a newline at the end, and then
src/sqlite/shell.c:21521
Function
shellStrtod
** SQL function: strtod(X) ** ** Use the C-library strtod() function to convert string X into a double. ** Used for comparing the accuracy of SQLite'
src/sqlite/shell.c:1661
Function
shellUSleepFunc
** Scalar function "usleep(X)" invokes sqlite3_sleep(X) and returns X. */
src/sqlite/shell.c:25610
Function
sql_trace_callback
** A routine for handling output from sqlite3_trace(). */
src/sqlite/shell.c:26079
Function
sqlarCompressFunc
** Implementation of the "sqlar_compress(X)" SQL function. ** ** If the type of X is SQLITE_BLOB, and compressing that blob using ** zlib utility func
src/sqlite/shell.c:12105
Function
sqlarUncompressFunc
** Implementation of the "sqlar_uncompress(X,SZ)" SQL function ** ** Parameter SZ is interpreted as an integer. If it is less than or ** equal to zero
src/sqlite/shell.c:12146
Function
sqlite3MemTraceDeactivate
Deactivate memory tracing */
src/sqlite/shell.c:2039
Function
sqlite3PcacheTraceDeactivate
Deactivate memory tracing */
src/sqlite/shell.c:2221
Function
sqlite3_intck_test_sql
** Return the SQL statement used to check object zObj. Or, if zObj is ** NULL, the current SQL statement. */
src/sqlite/shell.c:15711
Function
sqlite3_recover_init
** Initialize a recovery handle that creates a new database containing ** the recovered data. */
src/sqlite/shell.c:21086
Function
stmtrandFunc
** Function: stmtrand(SEED) ** ** Return a pseudo-random number. */
src/sqlite/shell.c:15772
Method
sync
** Sync the contents of the file to the persistent media. */
src/vfs/gdsqlite_file.cpp:76
Function
trackParenLevel
Record parenthesis nesting level change, or force level to 0. */
src/sqlite/shell.c:948
Method
truncate
** Truncate a file. This is a no-op for this VFS. */
src/vfs/gdsqlite_file.cpp:69
Function
tryToCloneData
** Try to transfer data for table zTable. If an error is seen while ** moving forward, try to go backwards. The backwards movement won't ** work for
src/sqlite/shell.c:26318
Function
uintCollFunc
** Compare text in lexicographic order, except strings of digits ** compare in numeric order. */
src/sqlite/shell.c:3543
Function
uninitialize_sqlite_module
src/register_types.cpp:21
Method
unlock
src/vfs/gdsqlite_file.cpp:101
Method
update_rows
src/gdsqlite.cpp:727
Function
useDummyCS
And a callback to register above upon actual need */
src/sqlite/shell.c:14287
Function
utf8_to_utf16
src/sqlite/shell.c:7729
Method
validate_json
src/gdsqlite.cpp:1121
Method
validate_table_dict
src/gdsqlite.cpp:557
Function
vfstraceAccess
** Test for access permissions. Return true if the requested permission ** is available, or false otherwise. */
src/sqlite/shell.c:16780
Function
vfstraceCheckReservedLock
** Check if another file-handle holds a RESERVED lock on an vfstrace-file. */
src/sqlite/shell.c:16356
Function
vfstraceClose
** Close an vfstrace-file. */
src/sqlite/shell.c:16199
Function
vfstraceCurrentTime
** Return the current time as a Julian Day number in *pTimeOut. */
src/sqlite/shell.c:16894
Function
vfstraceCurrentTimeInt64
src/sqlite/shell.c:16904
Function
vfstraceDelete
** Delete the file located at zPath. If the dirSync argument is true, ** ensure the file-system modifications are synced to disk before ** returning.
src/sqlite/shell.c:16764
Function
vfstraceDeviceCharacteristics
** Return the device characteristic flags supported by an vfstrace-file. */
src/sqlite/shell.c:16588
Function
vfstraceDlClose
** Close the dynamic library handle pHandle. */
src/sqlite/shell.c:16859
Function
vfstraceDlError
** Populate the buffer zErrMsg (size nByte bytes) with a human readable ** utf-8 string describing the most recent error encountered associated ** wi
src/sqlite/shell.c:16837
Function
vfstraceDlOpen
** Open the dynamic library located at zPath and return a handle. */
src/sqlite/shell.c:16824
Function
vfstraceFetch
src/sqlite/shell.c:16676
Function
vfstraceFileControl
** File control method. For custom operations on an vfstrace-file. */
src/sqlite/shell.c:16372
Function
vfstraceFileSize
** Return the current file-size of an vfstrace-file. */
src/sqlite/shell.c:16297
Function
vfstraceFullPathname
** Populate buffer zOut with the full canonical pathname corresponding ** to the pathname in zPath. zOut is guaranteed to point to a buffer ** of at l
src/sqlite/shell.c:16803
Function
vfstraceGetLastError
** Return the most recent error code and message */
src/sqlite/shell.c:16918
Function
vfstraceGetSystemCall
src/sqlite/shell.c:16942
Function
vfstraceLock
** Lock an vfstrace-file. */
src/sqlite/shell.c:16326
Function
vfstraceNextSystemCall
src/sqlite/shell.c:16950
Function
vfstraceOpen
** Open an vfstrace file handle. */
src/sqlite/shell.c:16703
Function
vfstraceOut
Routine to output from vfstrace */
src/sqlite/shell.c:33032
Function
vfstraceRandomness
** Populate the buffer pointed to by zBufOut with nByte bytes of ** random data. */
src/sqlite/shell.c:16871
Function
vfstraceRead
** Read data from an vfstrace-file. */
src/sqlite/shell.c:16217
Function
vfstraceSectorSize
** Return the sector-size in bytes for an vfstrace-file. */
src/sqlite/shell.c:16574
Function
vfstraceSetSystemCall
** Override system calls. */
src/sqlite/shell.c:16933
Function
vfstraceShmBarrier
src/sqlite/shell.c:16658
Function
vfstraceShmLock
** Shared-memory operations. */
src/sqlite/shell.c:16603
Function
vfstraceShmMap
src/sqlite/shell.c:16641
Function
vfstraceShmUnmap
src/sqlite/shell.c:16665
Function
vfstraceSleep
** Sleep for nMicro microseconds. Return the number of microseconds ** actually slept. */
src/sqlite/shell.c:16883
Function
vfstraceSync
** Sync an vfstrace-file. */
src/sqlite/shell.c:16272
Function
vfstraceTruncate
** Truncate an vfstrace-file. */
src/sqlite/shell.c:16257
Function
vfstraceUnfetch
src/sqlite/shell.c:16687
Function
vfstraceUnlock
** Unlock an vfstrace-file. */
src/sqlite/shell.c:16341
Function
vfstraceWrite
** Write data to an vfstrace-file. */
src/sqlite/shell.c:16237
Function
wmain
src/sqlite/shell.c:33055
Method
write
** Write data to a file. */
src/vfs/gdsqlite_file.cpp:45
Function
writefileFunc
** Implementation of the "writefile(W,X[,Y[,Z]]])" SQL function. ** Refer to header comments at the top of this file for details. */
src/sqlite/shell.c:7981
Function
zipfileBestIndex
** xBestIndex callback. */
src/sqlite/shell.c:11136
Function
zipfileClose
** Destructor for an ZipfileCsr. */
src/sqlite/shell.c:10274
Function
zipfileColumn
** Return values of columns for the row at which the series_cursor ** is currently pointing. */
src/sqlite/shell.c:10853
Function
zipfileConnect
** Construct a new ZipfileTab virtual table object. ** ** argv[0] -> module name ("zipfile") ** argv[1] -> database name ** argv[2] -> t
src/sqlite/shell.c:10138
Function
zipfileDisconnect
** This method is the destructor for zipfile vtab objects. */
src/sqlite/shell.c:10225
Function
zipfileEof
** Return TRUE if the cursor is at EOF. */
src/sqlite/shell.c:10943
Function
zipfileFilter
** xFilter callback. */
src/sqlite/shell.c:11069
Function
zipfileFinal
** xFinalize() callback for zipfile aggregate function. */
src/sqlite/shell.c:11973
Function
zipfileFindFunction
** xFindFunction method. */
src/sqlite/shell.c:11738
← previous
next →
701–800 of 809, ranked by callers