Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:indexed_db
  3. ObjectStore class
ObjectStore
description

ObjectStore class

Annotations
  • @Unstable.new()
  • @Native.new("IDBObjectStore")

Properties

autoIncrementbool?
no setter
hashCodeint
The hash code for this object.
no setterinherited
indexNamesList<String>?
no setter
keyPathObject?
no setter
nameString?
getter/setter pair
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
transactionTransaction?
no setter

Methods

add(dynamicvalue, [dynamickey])Future
clear()Future
count([dynamickey_OR_range])Future<int>
createIndex(Stringname,dynamickeyPath, {bool?unique,bool?multiEntry})Index
delete(dynamickey_OR_keyRange)Future
deleteIndex(Stringname)→ void
getAll(Object?query, [int?count])Request
getAllKeys(Object?query, [int?count])Request
getKey(Objectkey)Request
getObject(dynamickey)Future
index(Stringname)Index
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openCursor({dynamickey,KeyRange?range,String?direction,bool?autoAdvance})Stream<CursorWithValue>
Creates a stream of cursors over the records in this object store.
openKeyCursor(Object?range, [String?direction])Request
put(dynamicvalue, [dynamickey])Future
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited
  1. Dart
  2. dart:indexed_db
  3. ObjectStore class
dart:indexed_db library

[8]ページ先頭

©2009-2025 Movatter.jp