Package org.teavm.jso.indexeddb
Interface IDBCursor
- All Superinterfaces:
org.teavm.jso.JSObject
public interface IDBCursor
extends org.teavm.jso.JSObject
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Field Details
-
DIRECTION_NEXT
- See Also:
-
DIRECTION_NEXT_UNIQUE
- See Also:
-
DIRECTION_PREVIOUS
- See Also:
-
DIRECTION_PREVIOUS_UNIQUE
- See Also:
-
-
Method Details
-
getSource
IDBCursorSource getSource() -
getDirection
String getDirection() -
getKey
org.teavm.jso.JSObject getKey() -
getValue
org.teavm.jso.JSObject getValue() -
getPrimaryKey
org.teavm.jso.JSObject getPrimaryKey() -
update
-
advance
void advance(int count) -
doContinue
void doContinue() -
delete
IDBRequest delete()
-