Package org.teavm.jso.indexeddb
Class IDBObjectStoreParameters
java.lang.Object
org.teavm.jso.indexeddb.IDBObjectStoreParameters
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IDBObjectStoreParameters
autoIncrement
(boolean autoIncrement) static IDBObjectStoreParameters
create()
final IDBObjectStoreParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
IDBObjectStoreParameters
public IDBObjectStoreParameters()
-
-
Method Details
-
create
-
keyPath
-
autoIncrement
-