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 IDBKeyRangestatic IDBKeyRangestatic IDBKeyRangeIDBKeyRange.lowerBound(JSObject lower) static IDBKeyRangeIDBKeyRange.lowerBound(JSObject lower, boolean open) static IDBKeyRangestatic IDBKeyRangeIDBKeyRange.upperBound(JSObject upper) static IDBKeyRangeIDBKeyRange.upperBound(JSObject upper, boolean open) Methods in org.teavm.jso.indexeddb with parameters of type IDBKeyRangeModifier and TypeMethodDescriptionabstract IDBCursorRequestIDBIndex.openCursor(IDBKeyRange range) abstract IDBCursorRequestIDBObjectStore.openCursor(IDBKeyRange range)