MCPcopy Create free account

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

Functions229 in github.com/WiseLibs/better-sqlite3

↓ 1 callersFunctionwhileBusy
(self, fn)
test/42.integrity.js:30
↓ 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:183
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:55
MethodCloseHandles
Whenever this is used, db->RemoveStatement must be invoked beforehand.
src/objects/statement.cpp:26
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:87
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:51
FunctionFREE_ARRAY
src/util/helpers.cpp:188
MethodFail
src/util/binder.cpp:60
FunctionFoo
()
test/20.statement.run.js:152
MethodFreeSerialization
src/objects/database.cpp:119
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:123
FunctionINIT
src/objects/backup.cpp:32
FunctionINIT
src/objects/statement.cpp:61
FunctionINIT
src/objects/statement-iterator.cpp:63
FunctionInitAll
src/better_sqlite3.cpp:48
FunctionIsInstanceOf
src/util/helpers.cpp:116
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:424
FunctionNODE_GETTER
src/objects/statement.cpp:377
FunctionNODE_METHOD
src/objects/database.cpp:139
FunctionNODE_METHOD
src/objects/backup.cpp:39
FunctionNODE_METHOD
src/objects/statement.cpp:77
FunctionNODE_METHOD
src/objects/statement-iterator.cpp:71
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:142
FunctionPrototypeSymbolMethod
src/util/helpers.cpp:152
MethodRowBuilder
src/util/row-builder.cpp:1
MethodSetCode
src/util/constants.cpp:167
FunctionSetInstanceGetter
src/util/helpers.cpp:167
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:49
MethodThrowSqliteError
src/objects/database.cpp:53
FunctionTypeSafeCallback
src/util/helpers.cpp:128
FunctionUnwrap
src/util/helpers.cpp:96
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:112
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
← previousnext →101–200 of 229, ranked by callers