ObjectStore

注解
  • @Unstable()
  • @Native("IDBObjectStore")

属性

autoIncrement bool?
无设置器
hashCode int
此对象的哈希码。
无设置器继承
indexNames List<String>?
无设置器
keyPath Object?
无设置器
name String?
获取器/设置器对
runtimeType Type
对象运行时类型的表示。
无设置器继承
transaction Transaction?
无设置器

方法

add(dynamic value, [dynamic key]) Future
clear() Future
count([dynamic key_OR_range]) Future<int>
createIndex(String name, dynamic keyPath, {bool? unique, bool? multiEntry}) Index
delete(dynamic key_OR_keyRange) Future
deleteIndex(String name) → void
getAll(Object? query, [int? count]) Request
getAllKeys(Object? query, [int? count]) Request
getKey(Object key) Request
getObject(dynamic key) Future
index(String name) Index
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承的
openCursor({dynamic key, KeyRange? range, String? direction, bool? autoAdvance}) Stream<CursorWithValue>
创建一个流,遍历该对象存储中的记录。
openKeyCursor(Object? range, [String? direction]) Request
put(dynamic value, [dynamic key]) Future
toString() String
对象的字符串表示。
继承的

运算符

operator ==(Object other) bool
等于运算符。
继承的