Uses of Class
org.teavm.jso.indexeddb.IDBKeyRange
Packages that use IDBKeyRange
-
Uses of IDBKeyRange in org.teavm.jso.indexeddb
Methods in org.teavm.jso.indexeddb that return IDBKeyRangeModifier and TypeMethodDescriptionstatic IDBKeyRange
static IDBKeyRange
static IDBKeyRange
IDBKeyRange.lowerBound(JSObject lower)
static IDBKeyRange
IDBKeyRange.lowerBound(JSObject lower, boolean open)
static IDBKeyRange
static IDBKeyRange
IDBKeyRange.upperBound(JSObject upper)
static IDBKeyRange
IDBKeyRange.upperBound(JSObject upper, boolean open)
Methods in org.teavm.jso.indexeddb with parameters of type IDBKeyRangeModifier and TypeMethodDescriptionabstract IDBCursorRequest
IDBIndex.openCursor(IDBKeyRange range)
abstract IDBCursorRequest
IDBObjectStore.openCursor(IDBKeyRange range)