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
此对象的字符串表示。
继承

运算符

操作符 ==(Object other) bool
相等运算符。
继承