Package org.teavm.jso.indexeddb
Class IDBObjectStore
java.lang.Object
org.teavm.jso.indexeddb.IDBObjectStore
- All Implemented Interfaces:
IDBCursorSource,org.teavm.jso.JSObject
public abstract class IDBObjectStore
extends Object
implements org.teavm.jso.JSObject, IDBCursorSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IDBRequestadd(org.teavm.jso.JSObject value) abstract IDBRequestadd(org.teavm.jso.JSObject value, org.teavm.jso.JSObject key) abstract IDBRequestclear()abstract IDBCountRequestcount()abstract IDBCountRequestcount(org.teavm.jso.JSObject key) abstract IDBIndexcreateIndex(String name, String key) abstract IDBIndexcreateIndex(String name, String[] keys) abstract IDBRequestdelete(org.teavm.jso.JSObject key) abstract voiddeleteIndex(String name) abstract IDBGetRequestget(org.teavm.jso.JSObject key) abstract IDBGetRequestabstract String[]final String[]abstract StringgetName()abstract IDBIndexabstract booleanabstract IDBCursorRequestabstract IDBCursorRequestopenCursor(IDBKeyRange range) abstract IDBRequestput(org.teavm.jso.JSObject value) abstract IDBRequestput(org.teavm.jso.JSObject value, org.teavm.jso.JSObject key) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
IDBObjectStore
public IDBObjectStore()
-
-
Method Details
-
getName
-
getKeyPath
-
getIndexNames
-
isAutoIncrement
public abstract boolean isAutoIncrement() -
getAllKeys
-
put
-
put
-
add
-
add
-
delete
-
get
-
clear
-
openCursor
-
openCursor
-
createIndex
-
createIndex
-
index
-
deleteIndex
-
count
-
count
-