Package org.teavm.jso.indexeddb
Class IDBIndex
java.lang.Object
org.teavm.jso.indexeddb.IDBIndex
- All Implemented Interfaces:
IDBCursorSource,org.teavm.jso.JSObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IDBCountRequestcount()abstract IDBCountRequestcount(org.teavm.jso.JSObject key) abstract IDBGetRequestget(org.teavm.jso.JSObject key) abstract IDBGetRequestgetKey(org.teavm.jso.JSObject key) final String[]abstract StringgetName()abstract booleanabstract booleanisUnique()abstract IDBCursorRequestabstract IDBCursorRequestopenCursor(IDBKeyRange range) abstract IDBCursorRequestMethods 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
-
IDBIndex
public IDBIndex()
-
-
Method Details
-
getName
-
getKeyPath
-
isMultiEntry
public abstract boolean isMultiEntry() -
isUnique
public abstract boolean isUnique() -
openCursor
-
openCursor
-
openKeyCursor
-
get
-
getKey
-
count
-
count
-