MCPcopy Create free account

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

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

FunctionseriesClose
** Destructor for a series_cursor. */
src/sqlite/shell.c:5869
FunctionseriesColumn
** Return values of columns for the row at which the series_cursor ** is currently pointing. */
src/sqlite/shell.c:5896
FunctionseriesConnect
** 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
FunctionseriesDisconnect
** This method is the destructor for series_cursor objects. */
src/sqlite/shell.c:5848
FunctionseriesEof
** Return TRUE if the cursor has been moved off of the last ** row of output. */
src/sqlite/shell.c:5932
FunctionseriesFilter
** 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
FunctionseriesNext
** Advance a series_cursor to its next row of output. */
src/sqlite/shell.c:5878
FunctionseriesOpen
** Constructor for a new series_cursor object. */
src/sqlite/shell.c:5856
FunctionseriesRowid
** The rowid is the same as the value. */
src/sqlite/shell.c:5922
Functionsession_filter
src/sqlite/shell.c:25443
FunctionsetLexemeOpen
Record that a lexeme is opened, or closed with args==0. */
src/sqlite/shell.c:955
Methodset_default_extension
src/gdsqlite.cpp:1276
Methodset_error_message
src/gdsqlite.cpp:1268
Methodset_foreign_keys
src/gdsqlite.cpp:1244
Methodset_last_insert_rowid
Properties.
src/gdsqlite.cpp:1222
Methodset_path
src/gdsqlite.cpp:1260
Methodset_query_result
src/gdsqlite.cpp:1284
Methodset_read_only
src/gdsqlite.cpp:1252
Methodset_verbosity_level
src/gdsqlite.cpp:1236
Functionsha1Func
** 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
Functionsha1QueryFunc
** 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
Functionsha3AggFinal
** xFinal function for sha3_agg(). */
src/sqlite/shell.c:3037
Functionsha3AggStep
** xStep function for sha3_agg(). */
src/sqlite/shell.c:3012
Functionsha3Func
** 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
Functionsha3QueryFunc
** 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
FunctionshellAddSchemaName
** 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
FunctionshellAuth
** When the ".auth ON" is set, the following authorizer callback is ** invoked. It always returns SQLITE_OK. */
src/sqlite/shell.c:22245
FunctionshellDtostr
** 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
FunctionshellFkeyCollateClause
** 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
FunctionshellLog
** A callback for the sqlite3_log() interface. */
src/sqlite/shell.c:21508
FunctionshellModuleSchema
** 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
FunctionshellPutsFunc
** 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
FunctionshellStrtod
** 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
FunctionshellUSleepFunc
** Scalar function "usleep(X)" invokes sqlite3_sleep(X) and returns X. */
src/sqlite/shell.c:25610
Functionsql_trace_callback
** A routine for handling output from sqlite3_trace(). */
src/sqlite/shell.c:26079
FunctionsqlarCompressFunc
** 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
FunctionsqlarUncompressFunc
** 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
Functionsqlite3MemTraceDeactivate
Deactivate memory tracing */
src/sqlite/shell.c:2039
Functionsqlite3PcacheTraceDeactivate
Deactivate memory tracing */
src/sqlite/shell.c:2221
Functionsqlite3_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
Functionsqlite3_recover_init
** Initialize a recovery handle that creates a new database containing ** the recovered data. */
src/sqlite/shell.c:21086
FunctionstmtrandFunc
** Function: stmtrand(SEED) ** ** Return a pseudo-random number. */
src/sqlite/shell.c:15772
Methodsync
** Sync the contents of the file to the persistent media. */
src/vfs/gdsqlite_file.cpp:76
FunctiontrackParenLevel
Record parenthesis nesting level change, or force level to 0. */
src/sqlite/shell.c:948
Methodtruncate
** Truncate a file. This is a no-op for this VFS. */
src/vfs/gdsqlite_file.cpp:69
FunctiontryToCloneData
** 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
FunctionuintCollFunc
** Compare text in lexicographic order, except strings of digits ** compare in numeric order. */
src/sqlite/shell.c:3543
Functionuninitialize_sqlite_module
src/register_types.cpp:21
Methodunlock
src/vfs/gdsqlite_file.cpp:101
Methodupdate_rows
src/gdsqlite.cpp:727
FunctionuseDummyCS
And a callback to register above upon actual need */
src/sqlite/shell.c:14287
Functionutf8_to_utf16
src/sqlite/shell.c:7729
Methodvalidate_json
src/gdsqlite.cpp:1121
Methodvalidate_table_dict
src/gdsqlite.cpp:557
FunctionvfstraceAccess
** Test for access permissions. Return true if the requested permission ** is available, or false otherwise. */
src/sqlite/shell.c:16780
FunctionvfstraceCheckReservedLock
** Check if another file-handle holds a RESERVED lock on an vfstrace-file. */
src/sqlite/shell.c:16356
FunctionvfstraceClose
** Close an vfstrace-file. */
src/sqlite/shell.c:16199
FunctionvfstraceCurrentTime
** Return the current time as a Julian Day number in *pTimeOut. */
src/sqlite/shell.c:16894
FunctionvfstraceCurrentTimeInt64
src/sqlite/shell.c:16904
FunctionvfstraceDelete
** 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
FunctionvfstraceDeviceCharacteristics
** Return the device characteristic flags supported by an vfstrace-file. */
src/sqlite/shell.c:16588
FunctionvfstraceDlClose
** Close the dynamic library handle pHandle. */
src/sqlite/shell.c:16859
FunctionvfstraceDlError
** 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
FunctionvfstraceDlOpen
** Open the dynamic library located at zPath and return a handle. */
src/sqlite/shell.c:16824
FunctionvfstraceFetch
src/sqlite/shell.c:16676
FunctionvfstraceFileControl
** File control method. For custom operations on an vfstrace-file. */
src/sqlite/shell.c:16372
FunctionvfstraceFileSize
** Return the current file-size of an vfstrace-file. */
src/sqlite/shell.c:16297
FunctionvfstraceFullPathname
** 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
FunctionvfstraceGetLastError
** Return the most recent error code and message */
src/sqlite/shell.c:16918
FunctionvfstraceGetSystemCall
src/sqlite/shell.c:16942
FunctionvfstraceLock
** Lock an vfstrace-file. */
src/sqlite/shell.c:16326
FunctionvfstraceNextSystemCall
src/sqlite/shell.c:16950
FunctionvfstraceOpen
** Open an vfstrace file handle. */
src/sqlite/shell.c:16703
FunctionvfstraceOut
Routine to output from vfstrace */
src/sqlite/shell.c:33032
FunctionvfstraceRandomness
** Populate the buffer pointed to by zBufOut with nByte bytes of ** random data. */
src/sqlite/shell.c:16871
FunctionvfstraceRead
** Read data from an vfstrace-file. */
src/sqlite/shell.c:16217
FunctionvfstraceSectorSize
** Return the sector-size in bytes for an vfstrace-file. */
src/sqlite/shell.c:16574
FunctionvfstraceSetSystemCall
** Override system calls. */
src/sqlite/shell.c:16933
FunctionvfstraceShmBarrier
src/sqlite/shell.c:16658
FunctionvfstraceShmLock
** Shared-memory operations. */
src/sqlite/shell.c:16603
FunctionvfstraceShmMap
src/sqlite/shell.c:16641
FunctionvfstraceShmUnmap
src/sqlite/shell.c:16665
FunctionvfstraceSleep
** Sleep for nMicro microseconds. Return the number of microseconds ** actually slept. */
src/sqlite/shell.c:16883
FunctionvfstraceSync
** Sync an vfstrace-file. */
src/sqlite/shell.c:16272
FunctionvfstraceTruncate
** Truncate an vfstrace-file. */
src/sqlite/shell.c:16257
FunctionvfstraceUnfetch
src/sqlite/shell.c:16687
FunctionvfstraceUnlock
** Unlock an vfstrace-file. */
src/sqlite/shell.c:16341
FunctionvfstraceWrite
** Write data to an vfstrace-file. */
src/sqlite/shell.c:16237
Functionwmain
src/sqlite/shell.c:33055
Methodwrite
** Write data to a file. */
src/vfs/gdsqlite_file.cpp:45
FunctionwritefileFunc
** 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
FunctionzipfileBestIndex
** xBestIndex callback. */
src/sqlite/shell.c:11136
FunctionzipfileClose
** Destructor for an ZipfileCsr. */
src/sqlite/shell.c:10274
FunctionzipfileColumn
** Return values of columns for the row at which the series_cursor ** is currently pointing. */
src/sqlite/shell.c:10853
FunctionzipfileConnect
** Construct a new ZipfileTab virtual table object. ** ** argv[0] -> module name ("zipfile") ** argv[1] -> database name ** argv[2] -> t
src/sqlite/shell.c:10138
FunctionzipfileDisconnect
** This method is the destructor for zipfile vtab objects. */
src/sqlite/shell.c:10225
FunctionzipfileEof
** Return TRUE if the cursor is at EOF. */
src/sqlite/shell.c:10943
FunctionzipfileFilter
** xFilter callback. */
src/sqlite/shell.c:11069
FunctionzipfileFinal
** xFinalize() callback for zipfile aggregate function. */
src/sqlite/shell.c:11973
FunctionzipfileFindFunction
** xFindFunction method. */
src/sqlite/shell.c:11738
← previousnext →701–800 of 809, ranked by callers