Getter functions
getIndexStoreTableId
The getIndexStoreTableId function returns the Store and table Id for a given Indexes object and index Id. Read more.
getRelationshipsStoreTableIds
The getRelationshipsStoreTableIds function returns the Store, local table Id, and remote table Id for a given Relationships object and relationship Id. Read more.
getStore
The getStore function returns the default Store from the current Provider context (or a named Store if an Id is provided). Read more.
getStoreIds
The getStoreIds function returns a reactive object with the Ids of all Stores registered in the current Provider context. Read more.
resolveStore
The resolveStore function is used to get a reference to a Store object from a Provider context, or have it passed directly. Read more.
getTables
The getTables function returns a reactive object reflecting the Tables in the Store, and registers a listener so that any changes to those Tables will update current. Read more.
hasTables
The hasTables function returns a reactive object indicating whether any Tables exist in the Store, and registers a listener so that any changes to that result will update current. Read more.
getTableIds
The getTableIds function returns a reactive object reflecting the Ids of the Tables in a Store, and registers a listener so that any changes to those Ids will update current. Read more.
getResultTable
The getResultTable function returns a reactive object reflecting a result Table in a Queries object, and registers a listener so that any changes to that result will update current. Read more.
getResultTableCellIds
The getResultTableCellIds function returns a reactive object reflecting the Ids of all Cells used across a result Table, and registers a listener so that any changes will update current. Read more.
getTable
The getTable function returns a reactive object reflecting a Table in a Store, and registers a listener so that any changes to that Table will update current. Read more.
getTableCellIds
The getTableCellIds function returns a reactive object reflecting the Ids of all Cells used across a Table, and registers a listener so that any changes to those Ids will update current. Read more.
hasTable
The hasTable function returns a reactive object indicating whether a Table exists in the Store, and registers a listener so that any changes to that result will update current. Read more.
hasTableCell
The hasTableCell function returns a reactive object indicating whether a particular Cell is used anywhere in a Table, and registers a listener so that any changes to that result will update current. Read more.
getLinkedRowIds
The getLinkedRowIds function returns a reactive object reflecting the linked Row Ids in a Relationship, and registers a listener so that any changes will update current. Read more.
getLocalRowIds
The getLocalRowIds function returns a reactive object reflecting the local Row Ids for a given remote Row in a Relationship, and registers a listener so that any changes will update current. Read more.
getResultRowIds
The getResultRowIds function returns a reactive object reflecting the Ids of the Rows in a result Table, and registers a listener so that any changes will update current. Read more.
getResultSortedRowIds
The getResultSortedRowIds function returns a reactive object reflecting the sorted Row Ids in a result Table, and registers a listener so that any changes will update current. Read more.
getRowIds
The getRowIds function returns a reactive object reflecting the Ids of the Rows in a Table, and registers a listener so that any changes will update current. Read more.
getSliceRowIds
The getSliceRowIds function returns a reactive object reflecting the Ids of the Rows in a Slice, and registers a listener so that any changes will update current. Read more.
getSortedRowIds
The getSortedRowIds function returns a reactive object reflecting the sorted Row Ids in a Table, and registers a listener so that any changes will update current. Read more.
getRemoteRowId
The getRemoteRowId function returns a reactive object reflecting the remote Row Id for a given local Row in a Relationship, and registers a listener so that any changes will update current. Read more.
getResultRow
The getResultRow function returns a reactive object reflecting a result Row in a result Table, and registers a listener so that any changes will update current. Read more.
getResultRowCount
The getResultRowCount function returns a reactive object reflecting the number of Rows in a result Table, and registers a listener so that any changes will update current. Read more.
getRow
The getRow function returns a reactive object reflecting a Row in a Table, and registers a listener so that any changes to that Row will update current. Read more.
getRowCount
The getRowCount function returns a reactive object reflecting the number of Rows in a Table, and registers a listener so that any changes will update current. Read more.
hasRow
The hasRow function returns a reactive object indicating whether a Row exists in a Table, and registers a listener so that any changes to that result will update current. Read more.
getCellIds
The getCellIds function returns a reactive object reflecting the Ids of the Cells in a Row, and registers a listener so that any changes will update current. Read more.
getResultCellIds
The getResultCellIds function returns a reactive object reflecting the Ids of the Cells in a result Row, and registers a listener so that any changes will update current. Read more.
getCell
The getCell function returns a reactive object reflecting the value of a Cell in a Row in a Table, and registers a listener so that any changes to that Cell will update current. Read more.
getResultCell
The getResultCell function returns a reactive object reflecting the value of a Cell in a result Row, and registers a listener so that any changes will update current. Read more.
hasCell
The hasCell function returns a reactive object indicating whether a Cell exists in a Row in a Table, and registers a listener so that any changes to that result will update current. Read more.
getValues
The getValues function returns a reactive object reflecting the Values in the Store, and registers a listener so that any changes will update current. Read more.
hasValues
The hasValues function returns a reactive object indicating whether any Values exist in the Store, and registers a listener so that any changes to that result will update current. Read more.
getValue
The getValue function returns a reactive object reflecting the value of a Value in a Store, and registers a listener so that any changes to that Value will update current. Read more.
getValueIds
The getValueIds function returns a reactive object reflecting the Ids of the Values in a Store, and registers a listener so that any changes will update current. Read more.
hasValue
The hasValue function returns a reactive object indicating whether a Value exists in the Store, and registers a listener so that any changes to that result will update current. Read more.
getCheckpoint
The getCheckpoint function returns a reactive object reflecting the label of a checkpoint, and registers a listener so that any changes will update current. Read more.
getCheckpointIds
The getCheckpointIds function returns a reactive object reflecting the CheckpointIds (backward, current, forward) in a Checkpoints object, and registers a listener so that any changes will update current. Read more.
getCheckpoints
The getCheckpoints function returns the default Checkpoints object from the current Provider context (or a named one if an Id is provided). Read more.
getCheckpointsIds
The getCheckpointsIds function returns a reactive object with the Ids of all Checkpoints objects registered in the current Provider context. Read more.
getIndexIds
The getIndexIds function returns a reactive object reflecting the Ids of the Indexes in an Indexes object, and registers a listener so that any changes will update current. Read more.
getIndexes
The getIndexes function returns the default Indexes object from the current Provider context (or a named one if an Id is provided). Read more.
getIndexesIds
The getIndexesIds function returns a reactive object with the Ids of all Indexes objects registered in the current Provider context. Read more.
getMetric
The getMetric function returns a reactive object reflecting the value of a named Metric in a Metrics object, and registers a listener so that any changes to that Metric will update current. Read more.
getMetricIds
The getMetricIds function returns a reactive object reflecting the Ids of the Metrics in a Metrics object, and registers a listener so that any changes will update current. Read more.
getMetrics
The getMetrics function returns the default Metrics object from the current Provider context (or a named one if an Id is provided). Read more.
getMetricsIds
The getMetricsIds function returns a reactive object with the Ids of all Metrics objects registered in the current Provider context. Read more.
getPersister
The getPersister function returns the default Persister from the current Provider context (or a named one if an Id is provided). Read more.
getPersisterIds
The getPersisterIds function returns a reactive object with the Ids of all Persisters registered in the current Provider context. Read more.
getPersisterStatus
The getPersisterStatus function returns a reactive object reflecting the status of a Persister, and registers a listener so that any changes will update current. Read more.
getQueries
The getQueries function returns the default Queries object from the current Provider context (or a named one if an Id is provided). Read more.
getQueriesIds
The getQueriesIds function returns a reactive object with the Ids of all Queries objects registered in the current Provider context. Read more.
getQueryIds
The getQueryIds function returns a reactive object reflecting the Ids of the Queries in a Queries object, and registers a listener so that any changes will update current. Read more.
getRelationshipIds
The getRelationshipIds function returns a reactive object reflecting the Ids of the Relationships in a Relationships object, and registers a listener so that any changes will update current. Read more.
getRelationships
The getRelationships function returns the default Relationships object from the current Provider context (or a named one if an Id is provided). Read more.
getRelationshipsIds
The getRelationshipsIds function returns a reactive object with the Ids of all Relationships objects registered in the current Provider context. Read more.
getSliceIds
The getSliceIds function returns a reactive object reflecting the Ids of the Slices in an Index, and registers a listener so that any changes will update current. Read more.
getSynchronizer
The getSynchronizer function returns the default Synchronizer from the current Provider context (or a named one if an Id is provided). Read more.
getSynchronizerIds
The getSynchronizerIds function returns a reactive object with the Ids of all Synchronizers registered in the current Provider context. Read more.
getSynchronizerStatus
The getSynchronizerStatus function returns a reactive object reflecting the status of a Synchronizer, and registers a listener so that any changes will update current. Read more.
resolveCheckpoints
The resolveCheckpoints function is used to get a reference to a Checkpoints object from a Provider context, or have it passed directly. Read more.
resolveIndexes
The resolveIndexes function is used to get a reference to an Indexes object from a Provider context, or have it passed directly. Read more.
resolveMetrics
The resolveMetrics function is used to get a reference to a Metrics object from a Provider context, or have it passed directly. Read more.
resolvePersister
The resolvePersister function is used to get a reference to a Persister object from a Provider context, or have it passed directly. Read more.
resolveQueries
The resolveQueries function is used to get a reference to a Queries object from a Provider context, or have it passed directly. Read more.
resolveRelationships
The resolveRelationships function is used to get a reference to a Relationships object from a Provider context, or have it passed directly. Read more.
resolveSynchronizer
The resolveSynchronizer function is used to get a reference to a Synchronizer object from a Provider context, or have it passed directly. Read more.