PropsIDBObjectStore extension
Properties
- autoIncrement → bool
-
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
no setter - indexNames → DOMStringList
-
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
no setter - keyPath → dynamic
-
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
no setter - name ↔ String
-
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
getter/setter pair - transaction → IDBTransaction
-
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
no setter
Methods
-
add(
dynamic value, [dynamic key]) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
clear(
) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
count(
[dynamic query]) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
createIndex(
String name, dynamic keyPath, [IDBIndexParameters? options]) → IDBIndex -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
delete(
dynamic query) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
deleteIndex(
String name) → void -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
get(
dynamic query) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
getAll(
[dynamic query, int? count]) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
getAllKeys(
[dynamic query, int? count]) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
getKey(
dynamic query) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
index(
String name) → IDBIndex -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
openCursor(
[dynamic query, IDBCursorDirection? direction = IDBCursorDirection.next]) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
openKeyCursor(
[dynamic query, IDBCursorDirection? direction = IDBCursorDirection.next]) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension
-
put(
dynamic value, [dynamic key]) → IDBRequest -
Available on IDBObjectStore, provided by the PropsIDBObjectStore extension