Properties
Collection
Collection: {
prototype: Collection<any, IndexableType>;
}
Type declaration
prototype: Collection<any, IndexableType>
Table
Table: {
prototype: Table<any, IndexableType>;
}
Type declaration
prototype: Table<any, IndexableType>
Transaction
Transaction: {
prototype: Transaction;
}
Version
Version: {
prototype: Version;
}
WhereClause
WhereClause: {
prototype: WhereClause<any, IndexableType>;
}
Type declaration
prototype: WhereClause<any, IndexableType>
Readonly
_allTables
_allTables: {
[name: string]: Table<any, IndexableType>;
}
Type declaration
[name: string]: Table<any, IndexableType>
_createTransaction
_createTransaction: ((this, mode, storeNames, dbschema, parentTransaction?) => Transaction)
Type declaration
- (this, mode, storeNames, dbschema, parentTransaction?): Transaction
Parameters
this: Dexie
mode: IDBTransactionMode
storeNames: ArrayLike<string>
dbschema: DbSchema
Optional
parentTransaction: null | Transaction
Returns Transaction
_dbSchema
_dbSchema: DbSchema
Readonly
core
core: DBCore
events
Readonly
name
name: string
on
on: DbEvents
ready
ready: boolean = false
relayMetrics
Readonly
tables
tables: Table<any, IndexableType>[]
userRelays
users
Readonly
verno
verno: number
Readonly
vip
vip: Dexie
Static
AbortError
AbortError: DexieErrorConstructor
Static
BulkError
BulkError: BulkErrorConstructor
Static
ConstraintError
ConstraintError: DexieErrorConstructor
Static
DataCloneError
DataCloneError: DexieErrorConstructor
Static
DataError
DataError: DexieErrorConstructor
Static
DatabaseClosedError
DatabaseClosedError: DexieErrorConstructor
Static
DexieError
DexieError: DexieErrorConstructor
Static
Events
Events: ((ctx?) => DexieEventSet)
Type declaration
- (ctx?): DexieEventSet
Returns DexieEventSet
Static
ForeignAwaitError
ForeignAwaitError: DexieErrorConstructor
Static
InternalError
InternalError: DexieErrorConstructor
Static
InvalidAccessError
InvalidAccessError: DexieErrorConstructor
Static
InvalidArgumentError
InvalidArgumentError: DexieErrorConstructor
Static
InvalidStateError
InvalidStateError: DexieErrorConstructor
Static
InvalidTableError
InvalidTableError: DexieErrorConstructor
Static
MissingAPIError
MissingAPIError: DexieErrorConstructor
Static
ModifyError
ModifyError: ModifyErrorConstructor
Static
NoSuchDatabaseError
NoSuchDatabaseError: DexieErrorConstructor
Static
NotFoundError
NotFoundError: DexieErrorConstructor
Static
OpenFailedError
OpenFailedError: DexieErrorConstructor
Static
PrematureCommitError
PrematureCommitError: DexieErrorConstructor
Static
Promise
Promise: PromiseExtendedConstructor
Static
QuotaExceededError
QuotaExceededError: DexieErrorConstructor
Static
ReadOnlyError
ReadOnlyError: DexieErrorConstructor
Static
SchemaError
SchemaError: DexieErrorConstructor
Static
SubTransactionError
SubTransactionError: DexieErrorConstructor
Static
TimeoutError
TimeoutError: DexieErrorConstructor
Static
TransactionInactiveError
TransactionInactiveError: DexieErrorConstructor
Static
UnknownError
UnknownError: DexieErrorConstructor
Static
UnsupportedError
UnsupportedError: DexieErrorConstructor
Static
UpgradeError
UpgradeError: DexieErrorConstructor
Static
VersionChangeError
VersionChangeError: DexieErrorConstructor
Static
VersionError
VersionError: DexieErrorConstructor
Static
addons
addons: ((db) => void)[]
Static
currentTransaction
currentTransaction: Transaction
Static
default
default: Dexie
Static
dependencies
dependencies: DexieDOMDependencies
Static
errnames
errnames: DexieErrors
Static
maxKey
maxKey: string | void[][]
Static
minKey
minKey: number
Static
on
on: GlobalDexieEvents
Static
semVer
semVer: string
Static
version
version: number