Index 类
- 注解
-
- @Unstable()
- @Native("IDBIndex")
属性
- hashCode → int
- 该对象的自定义哈希码。无设置器继承
- keyPath → Object?
-
无设置器
- multiEntry → bool?
-
无设置器
- name ↔ String?
-
getter/setter 对
- objectStore → ObjectStore?
-
无设置器
- runtimeType → Type
- 表示对象的运行时类型。无设置器继承
- unique → bool?
-
无设置器
方法
-
count(
[dynamic key_OR_range]) → Future< int> -
get(
dynamic key) → Future -
getAll(
Object? query, [int? count]) → Request -
getAllKeys(
Object? query, [int? count]) → Request -
getKey(
dynamic key) → Future -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
openCursor(
{dynamic key, KeyRange? range, String? direction, bool? autoAdvance}) → Stream< CursorWithValue> - 创建一个流,遍历该对象存储中的记录。
-
openKeyCursor(
{dynamic key, KeyRange? range, String? direction, bool? autoAdvance}) → Stream< Cursor> - 创建一个流,遍历该对象存储中的记录。
-
toString(
) → String - 该对象的字符串表示形式。继承
操作符
-
operator ==(
Object other) → bool - 等号操作符。继承