MCPcopy Index your code

hub / github.com/rhashimoto/wa-sqlite / functions

Functions534 in github.com/rhashimoto/wa-sqlite

↓ 3 callersFunctionidbX
* Wrap IndexedDB request with a Promise. * @param {IDBRequest} request * @returns
src/examples/OPFSPermutedVFS.js:1160
↓ 3 callersFunctionlog
(text)
demo/write-hint/index.js:54
↓ 3 callersMethodprogress_handler
* Specify callback to be invoked between long-running queries * * The application data passed is ignored. Use closures instead. * * If a
src/types/index.d.ts:604
↓ 3 callersFunctionquery
(sqlite3, db, sql)
demo/contention/contention-worker.js:146
↓ 3 callersMethodresult
* Convenience function to call `result_*` based of the type of `value` * @param context context pointer * @param value
src/types/index.d.ts:619
↓ 3 callersMethodresult_double
* Set the result of a function or vtable column * @see https://sqlite.org/c3ref/result_blob.html * @param context context pointer * @param va
src/types/index.d.ts:635
↓ 3 callersMethodresult_int
* Set the result of a function or vtable column * @see https://sqlite.org/c3ref/result_blob.html * @param context context pointer * @param va
src/types/index.d.ts:643
↓ 3 callersMethodresult_null
* Set the result of a function or vtable column * @see https://sqlite.org/c3ref/result_blob.html * @param context context pointer
src/types/index.d.ts:658
↓ 3 callersFunctionretry
(f)
src/sqlite-api.js:867
↓ 3 callersMethodsetActive
(e)
docs/assets/main.js:4
↓ 3 callersFunctionsyncWorkers
(workers)
demo/contention/contention.js:135
↓ 3 callersMethodupdate_hook
* Register an update hook * * The callback is invoked whenever a row is updated, inserted, or deleted * in a rowid table on this connection.
src/types/index.d.ts:765
↓ 3 callersMethodvalue_blob
* Extract a value from `sqlite3_value` * * The contents of the returned buffer may be invalid after the * next SQLite call. Make a copy of t
src/types/index.d.ts:793
↓ 3 callersMethodvalue_bytes
* Get blob or text size for value * @see https://sqlite.org/c3ref/value_blob.html * @param pValue `sqlite3_value` pointer * @returns size
src/types/index.d.ts:801
↓ 3 callersMethodvalue_int
* Extract a value from `sqlite3_value` * @see https://sqlite.org/c3ref/value_blob.html * @param pValue `sqlite3_value` pointer * @returns val
src/types/index.d.ts:817
↓ 2 callersMethod#acceptTx
* * @param {File} file * @param {Transaction} tx
src/examples/IDBMirrorVFS.js:641
↓ 2 callersMethod#beginTx
* @param {File} file
src/examples/OPFSPermutedVFS.js:939
↓ 2 callersMethod#commitTx
* @param {File} file
src/examples/IDBMirrorVFS.js:661
↓ 2 callersMethod#computeDigest
* We need a synchronous digest function so can't use WebCrypto. * Adapted from https://github.com/bryc/code/blob/master/jshash/experimental/cyrb53.
src/examples/AccessHandlePoolVFS.js:414
↓ 2 callersMethod#deleteFile
* @param {string} path * @returns {Promise}
src/examples/IDBMirrorVFS.js:732
↓ 2 callersMethod#deletePath
* Remove the association between a path and an OPFS file. * @param {string} path
src/examples/AccessHandlePoolVFS.js:450
↓ 2 callersMethod#getOldestTxInUse
* @param {File} file * @returns {Promise<number>}
src/examples/OPFSPermutedVFS.js:1137
↓ 2 callersMethod#getPageSize
* Return the database page size, or 0 if not yet known. * @param {File} file * @returns {number}
src/examples/OPFSPermutedVFS.js:775
↓ 2 callersMethod#makeDataArray
* @param {number} byteOffset * @param {number} byteLength
src/FacadeVFS.js:454
↓ 2 callersMethod#processBroadcasts
* Handle prevously received messages from other connections. * @param {File} file
src/examples/IDBMirrorVFS.js:802
↓ 2 callersMethod#processBroadcasts
* Handle prevously received messages from other connections. * @param {File} file
src/examples/OPFSPermutedVFS.js:847
↓ 2 callersMethod#providerChange
()
demo/SharedService/SharedService.js:152
↓ 2 callersMethod#providerChange
()
demo/SharedService-sw/SharedService.js:155
↓ 2 callersMethod#requireTxActive
* @param {File} file
src/examples/IDBMirrorVFS.js:717
↓ 2 callersFunctionEe
(t,e,n)
docs/assets/main.js:5
↓ 2 callersFunctionaddEntry
(parent, text)
demo/benchmarks/benchmarks.js:88
↓ 2 callersMethodbind_blob
* Bind blob to prepared statement parameter * * Note that binding indices begin with 1. * @see https://www.sqlite.org/c3ref/bind_blob.html
src/types/index.d.ts:245
↓ 2 callersMethodbind_double
* Bind number to prepared statement parameter * * Note that binding indices begin with 1. * @see https://www.sqlite.org/c3ref/bind_blob.html
src/types/index.d.ts:257
↓ 2 callersMethodbind_int64
* Bind number to prepared statement parameter * * Note that binding indices begin with 1. * @see https://www.sqlite.org/c3ref/bind_blob.html
src/types/index.d.ts:281
↓ 2 callersFunctionce
(t,e)
docs/assets/main.js:4
↓ 2 callersMethodchanges
* Get count of rows modified by last insert/update * @see https://www.sqlite.org/c3ref/changes.html * @param db database pointer * @returns n
src/types/index.d.ts:331
↓ 2 callersMethodcreateComponents
(e)
docs/assets/main.js:3
↓ 2 callersFunctioncvtErrorToCloneable
(e)
demo/demo-worker.js:223
↓ 2 callersFunctioncvtString
* Extract a C string from WebAssembly memory. * @param {DataView} dataView * @param {number} offset * @returns
src/examples/IDBMirrorVFS.js:876
↓ 2 callersFunctioncvtString
* Extract a C string from WebAssembly memory. * @param {DataView} dataView * @param {number} offset * @returns
src/examples/OPFSPermutedVFS.js:1189
↓ 2 callersMethoddata_count
* Get number of columns in current row of a prepared statement * @see https://www.sqlite.org/c3ref/data_count.html * @param stmt prepared statem
src/types/index.d.ts:508
↓ 2 callersMethodensureActivePageVisible
()
docs/assets/main.js:3
↓ 2 callersFunctionexecute
(sql, bindings)
src/examples/tag.js:39
↓ 2 callersFunctionextractString
(dataView, offset)
src/examples/OPFSCoopSyncVFS.js:583
↓ 2 callersFunctionextractString
(dataView, offset)
src/examples/IDBBatchAtomicVFS.js:562
↓ 2 callersFunctionextractString
(dataView, offset)
src/examples/OPFSAdaptiveVFS.js:430
↓ 2 callersMethodfinalize
* Destroy a prepared statement object compiled by {@link statements} * with the `unscoped` option set to `true` * * This function does *not*
src/types/index.d.ts:537
↓ 2 callersFunctionformatRow
(data, tag = 'td')
demo/demo.js:134
↓ 2 callersMethodhandleValueChange
()
docs/assets/main.js:5
↓ 2 callersFunctionimportDatabase
* @param {MyVFS} vfs * @param {string} path * @param {ReadableStream} stream
demo/file/index.js:95
↓ 2 callersFunctioninjectMethod
(signature, isAsync)
src/libadapters.js:82
↓ 2 callersMethodjFileSize
* @param {number} pFile * @param {DataView} pSize * @returns {number|Promise<number>}
src/FacadeVFS.js:145
↓ 2 callersMethodjSync
* @param {number} pFile * @param {number} flags * @returns {number|Promise<number>}
src/FacadeVFS.js:136
↓ 2 callersMethodjTruncate
* @param {number} pFile * @param {number} size * @returns {number|Promise<number>}
src/FacadeVFS.js:127
↓ 2 callersFunctionle
(t,e)
docs/assets/main.js:3
↓ 2 callersMethodlimit
* Set a usage limit on a connection. * @see https://www.sqlite.org/c3ref/limit.html * @param db database pointer * @param id limit category
src/types/index.d.ts:569
↓ 2 callersFunctionquery
(worker, sql)
demo/benchmarks/benchmarks.js:95
↓ 2 callersFunctionrandomString
()
demo/SharedService/SharedService.js:298
↓ 2 callersFunctionrandomString
()
demo/SharedService-sw/SharedService.js:301
↓ 2 callersMethodresult_blob
* Set the result of a function or vtable column * @see https://sqlite.org/c3ref/result_blob.html * @param context context pointer * @param va
src/types/index.d.ts:627
↓ 2 callersMethodresult_int64
* Set the result of a function or vtable column * @see https://sqlite.org/c3ref/result_blob.html * @param context context pointer * @param va
src/types/index.d.ts:651
↓ 2 callersMethodresult_text
* Set the result of a function or vtable column * @see https://sqlite.org/c3ref/result_blob.html * @param context context pointer * @param va
src/types/index.d.ts:666
↓ 2 callersMethodsetLocalStorage
(e)
docs/assets/main.js:5
↓ 2 callersFunctiont
(e)
docs/assets/main.js:2
↓ 2 callersFunctionue
(t,e)
docs/assets/main.js:4
↓ 2 callersMethodvalue_int64
* Extract a value from `sqlite3_value` * @see https://sqlite.org/c3ref/value_blob.html * @param pValue `sqlite3_value` pointer * @returns val
src/types/index.d.ts:825
↓ 2 callersFunctionverify
()
demo/file/index.js:212
↓ 2 callersFunctionye
(t)
docs/assets/main.js:5
↓ 1 callersMethod#acquireAccessHandles
()
src/examples/AccessHandlePoolVFS.js:296
↓ 1 callersMethod#acquireLock
* @param {PersistentFile} persistentFile * @returns {Promise<function>} lock releaser
src/examples/OPFSCoopSyncVFS.js:561
↓ 1 callersMethod#checkReservedExclusive
* @param {LockState} lockState * @param {DataView} pResOut * @returns {number}
src/WebLocksMixin.js:181
↓ 1 callersMethod#checkReservedShared
* @param {LockState} lockState * @param {DataView} pResOut * @returns {Promise<number>}
src/WebLocksMixin.js:361
↓ 1 callersMethod#closeProviderPort
(providerPort)
demo/SharedService/SharedService.js:223
↓ 1 callersMethod#closeProviderPort
(providerPort)
demo/SharedService-sw/SharedService.js:226
↓ 1 callersMethod#commitTx
* @param {File} file
src/examples/OPFSPermutedVFS.js:953
↓ 1 callersMethod#createPersistentFile
* @param {FileSystemFileHandle} fileHandle * @returns {Promise<PersistentFile>}
src/examples/OPFSCoopSyncVFS.js:497
↓ 1 callersMethod#createProxy
()
demo/SharedService/SharedService.js:230
↓ 1 callersMethod#createProxy
()
demo/SharedService-sw/SharedService.js:233
↓ 1 callersMethod#decodeFilename
(zName, flags)
src/FacadeVFS.js:468
↓ 1 callersMethod#dropTx
* @param {File} file
src/examples/IDBMirrorVFS.js:709
↓ 1 callersMethod#getAssociatedPath
* Read and return the associated path from an OPFS file header. * Empty string is returned for an unassociated OPFS file. * @param accessHandle
src/examples/AccessHandlePoolVFS.js:333
↓ 1 callersMethod#getClientId
()
demo/SharedService/SharedService.js:124
↓ 1 callersMethod#getClientId
()
demo/SharedService-sw/SharedService.js:121
↓ 1 callersMethod#getOldestTxInUse
* @param {File} file * @returns {Promise<number>}
src/examples/IDBMirrorVFS.js:752
↓ 1 callersMethod#initialize
(nTemporaryFiles)
src/examples/OPFSCoopSyncVFS.js:69
↓ 1 callersMethod#initialize
(name)
src/examples/IDBMirrorVFS.js:89
↓ 1 callersMethod#initialize
(name)
src/examples/IDBBatchAtomicVFS.js:55
↓ 1 callersMethod#lockExclusive
* @param {LockState} lockState * @param {number} lockType * @returns
src/WebLocksMixin.js:151
↓ 1 callersMethod#lockShared
* @param {LockState} lockState * @param {number} lockType * @returns
src/WebLocksMixin.js:191
↓ 1 callersMethod#prepareOverwrite
* @param {File} file
src/examples/OPFSPermutedVFS.js:1051
↓ 1 callersMethod#q
* @param {(stores: Object.<string, IDBObjectStore>) => any} f * @param {IDBTransactionMode} mode * @param {IDBTransactionOptions} options *
src/examples/IDBBatchAtomicVFS.js:675
↓ 1 callersMethod#releaseAccessHandles
()
src/examples/AccessHandlePoolVFS.js:318
↓ 1 callersMethod#rollbackTx
* @param {File} file
src/examples/OPFSPermutedVFS.js:1038
↓ 1 callersMethod#sendPortToClient
(message, port)
demo/SharedService/SharedService.js:120
↓ 1 callersMethod#sendPortToClient
(message, port)
demo/SharedService-sw/SharedService.js:115
↓ 1 callersMethod#unlockExclusive
* @param {LockState} lockState * @param {number} lockType * @returns {number}
src/WebLocksMixin.js:167
↓ 1 callersMethod#unlockShared
* @param {LockState} lockState * @param {number} lockType * @returns
src/WebLocksMixin.js:309
↓ 1 callersFunctionAe
(t,e,n,r)
docs/assets/main.js:3
↓ 1 callersFunctionDe
(t,e,n)
docs/assets/main.js:2
↓ 1 callersFunctionFe
(t,e,n,r)
docs/assets/main.js:2
← previousnext →101–200 of 534, ranked by callers