MCPcopy Create free account

hub / github.com/WiseLibs/better-sqlite3 / functions

Functions228 in github.com/WiseLibs/better-sqlite3

↓ 1 callersFunctionwhileClosed
(self, fn)
test/42.integrity.js:36
↓ 1 callersFunctionwhileIterating
(self, fn)
test/42.integrity.js:25
↓ 1 callersFunctionwrapFactory
(factory)
lib/methods/table.js:23
↓ 1 callersFunctionwrapGenerator
(generator, columnMap, moduleName)
lib/methods/table.js:123
↓ 1 callersFunctionwrapTransaction
(apply, fn, db, { begin, commit, rollback, savepoint, release, rollbackTo })
lib/methods/transaction.js:52
FunctionALLOC_ARRAY
src/util/helpers.cpp:181
MethodAddon
src/addon.cpp:2
MethodBackup
src/objects/backup.cpp:3
MethodBind
src/util/binder.cpp:11
MethodBindArgs
Binds all parameters using the values found in the arguments object. Anonymous parameter values can be directly in the arguments object or in an Array
src/util/binder.cpp:163
MethodBindArray
Binds each value in the array or throws an appropriate error. The number of successfully bound parameters is returned.
src/util/binder.cpp:95
MethodBindMap
src/util/bind-map.cpp:29
MethodBindObject
Binds all named parameters using the values found in the given object. The number of successfully bound parameters is returned. If a named parameter i
src/util/binder.cpp:120
MethodBindValue
Binds the value at the given index or throws an appropriate error.
src/util/binder.cpp:74
MethodBinder
src/util/binder.cpp:4
MethodCS
src/util/constants.cpp:12
MethodCleanup
src/addon.cpp:7
MethodCleanup
src/objects/statement-iterator.cpp:56
MethodCloseHandles
Whenever this is used, db->RemoveStatement must be invoked beforehand.
src/objects/statement.cpp:27
MethodCompare
Used to support ordered containers.
src/objects/statement.hpp:11
MethodCompare
Used to support ordered containers.
src/objects/backup.hpp:11
MethodConfigureURI
src/addon.cpp:17
MethodCustomAggregate
src/util/custom-aggregate.cpp:4
MethodCustomFunction
src/util/custom-function.cpp:4
MethodCustomTable
src/util/custom-table.cpp:4
MethodDatabase
src/objects/database.cpp:12
FunctionDatabaseInspection
()
lib/methods/inspect.js:2
MethodDeserialize
src/objects/database.cpp:88
MethodDestroyAccumulator
src/util/custom-aggregate.cpp:105
MethodDestructor
src/util/custom-table.cpp:16
MethodDoneRecord
src/objects/statement-iterator.hpp:54
MethodDowncast
src/util/custom-table.cpp:63
MethodExtras
src/objects/statement.cpp:52
FunctionFREE_ARRAY
src/util/helpers.cpp:186
MethodFail
src/util/binder.cpp:60
FunctionFoo
()
test/20.statement.run.js:152
MethodFreeSerialization
src/objects/database.cpp:120
MethodGetAccumulator
src/util/custom-aggregate.cpp:88
MethodGetDataErrorPrefix
src/util/custom-table.cpp:90
MethodGetDataErrorPrefix
src/util/custom-function.cpp:48
MethodGetPrototype
src/util/binder.cpp:36
MethodGrow
src/util/bind-map.cpp:58
FunctionINIT
src/objects/database.cpp:124
FunctionINIT
src/objects/backup.cpp:33
FunctionINIT
src/objects/statement.cpp:62
FunctionINIT
src/objects/statement-iterator.cpp:64
FunctionInitAll
src/better_sqlite3.cpp:48
FunctionIsInstanceOf
src/util/helpers.cpp:114
FunctionIsInt32
Replicates the semantics of v8::Value::IsInt32() (an integral number within the range of a 32-bit signed integer, excluding -0), which has no direct N
src/util/helpers.cpp:26
MethodIsPlainObject
An object is "plain" if its prototype is null or a top-level prototype (i.e., some realm's Object.prototype). Rather than comparing against the curren
src/util/binder.cpp:51
FunctionNODE_GETTER
src/objects/database.cpp:425
FunctionNODE_GETTER
src/objects/statement.cpp:378
FunctionNODE_METHOD
src/objects/database.cpp:140
FunctionNODE_METHOD
src/objects/backup.cpp:40
FunctionNODE_METHOD
src/objects/statement.cpp:78
FunctionNODE_METHOD
src/objects/statement-iterator.cpp:72
MethodNODE_METHOD
src/addon.cpp:33
MethodNewRecord
src/objects/statement-iterator.hpp:22
MethodNextAnonIndex
src/util/binder.cpp:68
MethodPair
src/util/bind-map.cpp:19
MethodPropagateJSError
src/util/custom-table.cpp:85
FunctionPrototypeMethod
src/util/helpers.cpp:140
FunctionPrototypeSymbolMethod
src/util/helpers.cpp:150
MethodRowBuilder
src/util/row-builder.cpp:1
MethodSetCode
src/util/constants.cpp:167
FunctionSetInstanceGetter
src/util/helpers.cpp:165
MethodSetString
src/util/constants.cpp:163
MethodStatement
src/objects/statement.cpp:3
MethodStatementIterator
src/objects/statement-iterator.cpp:3
MethodTempDataConverter
src/util/custom-table.cpp:81
FunctionTestExtensionFunction
deps/test_extension.c:2
MethodThrow
src/objects/statement-iterator.cpp:50
MethodThrowSqliteError
src/objects/database.cpp:54
FunctionTypeSafeCallback
src/util/helpers.cpp:126
FunctionUnwrap
src/util/helpers.cpp:94
MethodUpcast
src/util/custom-table.cpp:41
MethodUpcast
src/util/custom-table.cpp:59
MethodVTab
src/util/custom-table.cpp:27
FunctionarrayAppender
(array, ...values)
lib/database.js:87
FunctionarrayFactory
(...values)
lib/database.js:83
Functionasync
(fn)
benchmark/benchmark.js:9
Methodconstructor
(message, code)
lib/sqlite-error.js:4
FunctionexpectBusy
()
test/33.database.aggregate.js:356
Functionfn
()
test/30.database.transaction.js:24
FunctiongetBinding
(nativeBinding)
lib/binding.js:9
Functionidentifier
lib/methods/table.js:188
Methodoperator()
src/objects/database.hpp:12
Methodoperator()
src/objects/database.hpp:17
Methodoperator()
src/objects/database.hpp:22
Functionprogress
(...args)
test/36.database.backup.js:86
FunctionreasonIs
(reason)
test/36.database.backup.js:18
FunctionrecordFactory
(value)
lib/database.js:107
FunctionrowFactory
(...keys)
lib/database.js:94
Functionrows
(a)
test/40.bigints.js:71
Functionrows
()
test/34.database.table.js:99
Functionrows
()
test/42.integrity.js:173
FunctionshouldReject
()
test/36.database.backup.js:17
FunctionsortTrials
(a, b)
benchmark/index.js:25
Functionsqlite3_extension_init
deps/test_extension.c:13
Functionstep
(ctx, ...args)
test/33.database.aggregate.js:144
← previousnext →101–200 of 228, ranked by callers