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 IDBCountRequest
count()
abstract IDBCountRequest
count
(org.teavm.jso.JSObject key) abstract IDBGetRequest
get
(org.teavm.jso.JSObject key) abstract IDBGetRequest
getKey
(org.teavm.jso.JSObject key) final String[]
abstract String
getName()
abstract boolean
abstract boolean
isUnique()
abstract IDBCursorRequest
abstract IDBCursorRequest
openCursor
(IDBKeyRange range) abstract IDBCursorRequest
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
-
IDBIndex
public IDBIndex()
-
-
Method Details
-
getName
-
getKeyPath
-
isMultiEntry
public abstract boolean isMultiEntry() -
isUnique
public abstract boolean isUnique() -
openCursor
-
openCursor
-
openKeyCursor
-
get
-
getKey
-
count
-
count
-