MCPcopy Create free account

hub / github.com/TanStack/db / functions

Functions3,143 in github.com/TanStack/db

Methodconstructor
()
packages/db/src/errors.ts:262
Methodconstructor
()
packages/db/src/errors.ts:270
Methodconstructor
()
packages/db/src/errors.ts:278
Methodconstructor
(message: string)
packages/db/src/errors.ts:287
Methodconstructor
()
packages/db/src/errors.ts:294
Methodconstructor
()
packages/db/src/errors.ts:300
Methodconstructor
()
packages/db/src/errors.ts:309
Methodconstructor
()
packages/db/src/errors.ts:317
Methodconstructor
()
packages/db/src/errors.ts:325
Methodconstructor
()
packages/db/src/errors.ts:333
Methodconstructor
()
packages/db/src/errors.ts:339
Methodconstructor
()
packages/db/src/errors.ts:347
Methodconstructor
()
packages/db/src/errors.ts:353
Methodconstructor
(message: string)
packages/db/src/errors.ts:362
Methodconstructor
(context: string)
packages/db/src/errors.ts:369
Methodconstructor
(context: string)
packages/db/src/errors.ts:375
Methodconstructor
(alias: string)
packages/db/src/errors.ts:381
Methodconstructor
(context: SourceClauseContext, type: string)
packages/db/src/errors.ts:394
Methodconstructor
()
packages/db/src/errors.ts:413
Methodconstructor
()
packages/db/src/errors.ts:419
Methodconstructor
(valueType: string)
packages/db/src/errors.ts:425
Methodconstructor
(message: string)
packages/db/src/errors.ts:439
Methodconstructor
(segment: string)
packages/db/src/errors.ts:446
Methodconstructor
()
packages/db/src/errors.ts:456
Methodconstructor
()
packages/db/src/errors.ts:462
Methodconstructor
()
packages/db/src/errors.ts:473
Methodconstructor
()
packages/db/src/errors.ts:482
Methodconstructor
()
packages/db/src/errors.ts:488
Methodconstructor
( alias: string, collectionId?: string, availableKeys?: Array<string>, )
packages/db/src/errors.ts:500
Methodconstructor
(alias: string, parentAliases: Array<string>)
packages/db/src/errors.ts:521
Methodconstructor
(type: string)
packages/db/src/errors.ts:532
Methodconstructor
(type: string)
packages/db/src/errors.ts:538
Methodconstructor
()
packages/db/src/errors.ts:544
Methodconstructor
(functionName: string)
packages/db/src/errors.ts:550
Methodconstructor
(collectionId: string)
packages/db/src/errors.ts:556
Methodconstructor
(message: string)
packages/db/src/errors.ts:563
Methodconstructor
(joinType: string)
packages/db/src/errors.ts:570
Methodconstructor
(sourceAlias: string)
packages/db/src/errors.ts:576
Methodconstructor
()
packages/db/src/errors.ts:584
Methodconstructor
(sourceAlias: string)
packages/db/src/errors.ts:590
Methodconstructor
(sourceAlias: string)
packages/db/src/errors.ts:598
Methodconstructor
()
packages/db/src/errors.ts:606
Methodconstructor
(type: string)
packages/db/src/errors.ts:612
Methodconstructor
(message: string)
packages/db/src/errors.ts:619
Methodconstructor
(alias: string)
packages/db/src/errors.ts:626
Methodconstructor
(functionName: string)
packages/db/src/errors.ts:634
Methodconstructor
(functionName: string)
packages/db/src/errors.ts:640
Methodconstructor
(type: string)
packages/db/src/errors.ts:648
Methodconstructor
(message: string)
packages/db/src/errors.ts:655
Methodconstructor
(operation: string, originalError: string)
packages/db/src/errors.ts:662
Methodconstructor
(message: string)
packages/db/src/errors.ts:671
Methodconstructor
()
packages/db/src/errors.ts:678
Methodconstructor
(storageKey: string, key: string)
packages/db/src/errors.ts:684
Methodconstructor
(storageKey: string)
packages/db/src/errors.ts:692
Methodconstructor
(collectionId: string, error: Error | string)
packages/db/src/errors.ts:701
Methodconstructor
(message: string)
packages/db/src/errors.ts:712
Methodconstructor
()
packages/db/src/errors.ts:719
Methodconstructor
(collectionId: string, alias: string)
packages/db/src/errors.ts:728
Methodconstructor
( resolvedAlias: string, originalAlias: string, collectionId: string, availableAliases: Array<
packages/db/src/errors.ts:740
Methodconstructor
()
packages/db/src/errors.ts:756
Methodconstructor
(missingAliases: Array<string>)
packages/db/src/errors.ts:768
Methodconstructor
()
packages/db/src/errors.ts:780
Methodconstructor
* Creates a new SortedMap instance * * @param comparator - Optional function to compare values for sorting. * If not prov
packages/db/src/SortedMap.ts:19
Methodconstructor
* Creates a new CollectionChangesManager instance
packages/db/src/collection/changes.ts:36
Methodconstructor
* Creates a new Collection instance * * @param config - Configuration object for the collection * @throws Error if sync config is missing
packages/db/src/collection/index.ts:319
Methodconstructor
()
packages/db/src/collection/indexes.ts:224
Methodconstructor
()
packages/db/src/collection/events.ts:126
Methodconstructor
(config: CollectionConfig<TOutput, TKey, TSchema>, id: string)
packages/db/src/collection/mutations.ts:51
Methodconstructor
* Creates a new CollectionLifecycleManager instance
packages/db/src/collection/lifecycle.ts:43
Methodconstructor
()
packages/db/src/collection/cleanup-queue.ts:17
Methodconstructor
* Creates a new CollectionSyncManager instance
packages/db/src/collection/sync.ts:56
Methodconstructor
* Creates a new CollectionState manager
packages/db/src/collection/state.ts:131
Methodconstructor
( private collection: CollectionImpl<any, any, any, any, any>, private callback: (changes: Array<Chang
packages/db/src/collection/subscription.ts:108
Methodconstructor
* Initializes an empty B+ tree. * @param compare Custom function to compare pairs of elements in the tree. * If not specified, defaultComparat
packages/db/src/utils/btree.ts:117
Methodconstructor
(keys: Array<K> = [], values?: Array<V>)
packages/db/src/utils/btree.ts:428
Methodconstructor
* This does not mark `children` as shared, so it is the responsibility of the caller * to ensure children are either marked shared, or aren't inclu
packages/db/src/utils/btree.ts:702
Methodconstructor
(config: EffectPipelineRunnerConfig<TRow, TKey>)
packages/db/src/query/effect.ts:377
Methodconstructor
( public collection: CollectionImpl, public alias: string, )
packages/db/src/query/ir.ts:87
Methodconstructor
( public query: QueryIR, public alias: string, )
packages/db/src/query/ir.ts:97
Methodconstructor
(public sources: Array<CollectionRef | QueryRef>)
packages/db/src/query/ir.ts:107
Methodconstructor
* Result-level UNION ALL. Downstream query clauses see the union result row * shape, not the branch source aliases. Optimizers may push safe operat
packages/db/src/query/ir.ts:124
Methodconstructor
( public path: Array<string>, // path to the property in the collection, with the alias as the first eleme
packages/db/src/query/ir.ts:135
Methodconstructor
( public value: T, // any js value )
packages/db/src/query/ir.ts:144
Methodconstructor
( public name: string, // such as eq, gt, lt, upper, lower, etc. public args: Array<BasicExpression>,
packages/db/src/query/ir.ts:153
Methodconstructor
( public name: string, // such as count, avg, sum, min, max, etc. public args: Array<BasicExpression>,
packages/db/src/query/ir.ts:168
Methodconstructor
( public query: QueryIR, // Child query (correlation WHERE removed) public correlationField: PropRef,
packages/db/src/query/ir.ts:178
Methodconstructor
( public branches: Array<ConditionalSelectBranch>, public defaultValue?: SelectValueExpression, )
packages/db/src/query/ir.ts:206
Methodconstructor
(opts: { loadSubset: (options: LoadSubsetOptions) => true | Promise<void> onDeduplicate?: (options: Lo
packages/db/src/query/subset-dedupe.ts:67
Methodconstructor
( private readonly config: LiveQueryCollectionConfig<TContext, TResult>, )
packages/db/src/query/live/collection-config-builder.ts:168
Methodconstructor
( private alias: string, private collectionId: string, private collection: Collection, private
packages/db/src/query/live/collection-subscriber.ts:56
Methodconstructor
(query: Partial<QueryIR> = {})
packages/db/src/query/builder/index.ts:81
Methodconstructor
(public readonly query: QueryBuilder<any>)
packages/db/src/query/builder/functions.ts:724
Methodconstructor
(public readonly query: QueryBuilder<any>)
packages/db/src/query/builder/functions.ts:731
Methodconstructor
(public readonly args: Array<CaseWhenValue>)
packages/db/src/query/builder/functions.ts:738
Methodconstructor
(public readonly query: QueryBuilder<any>)
packages/db/src/query/builder/functions.ts:749
Methodconstructor
( id: number, expression: BasicExpression, name?: string, options?: any, )
packages/db/src/indexes/basic-index.ts:60
Methodconstructor
(index: IndexInterface<TKey>)
packages/db/src/indexes/reverse-index.ts:11
Methodconstructor
( id: number, expression: BasicExpression, name?: string, options?: any, )
packages/db/src/indexes/btree-index.ts:55
Methodconstructor
(name: string, age: number)
packages/db/tests/proxy.test.ts:175
Methodconstructor
(options: OpSQLiteDriverOptions)
packages/react-native-db-sqlite-persistence/src/op-sqlite-driver.ts:269
← previousnext →2,501–2,600 of 3,143, ranked by callers