@JsType(name="IDBObjectStore", isNative=true, namespace="<global>") public class ObjectStore extends Object
Constructor and Description |
---|
ObjectStore() |
Modifier and Type | Method and Description |
---|---|
Request |
add(JsObject obj) |
Request |
add(JsObject obj,
String id) |
Request |
add(Object obj) |
Request |
add(String obj,
String id) |
Object |
createIndex(String name,
String path,
JsObject options) |
Request |
get(String id) |
String |
getKeyPath() |
Transaction |
getTransaction() |
Request |
put(JsObject obj,
String id) |
@JsProperty(name="transaction") public Transaction getTransaction()
@JsProperty public String getKeyPath()
Copyright © 2018 Xalys. All rights reserved.