Package org.teavm.jso.indexeddb
Interface IDBCursor
- All Superinterfaces:
JSObject
-
Field Details
-
DIRECTION_NEXT
- See Also:
- Constant Field Values
-
DIRECTION_NEXT_UNIQUE
- See Also:
- Constant Field Values
-
DIRECTION_PREVIOUS
- See Also:
- Constant Field Values
-
DIRECTION_PREVIOUS_UNIQUE
- See Also:
- Constant Field Values
-
-
Method Details
-
getSource
IDBCursorSource getSource() -
getDirection
String getDirection() -
getKey
JSObject getKey() -
getValue
JSObject getValue() -
getPrimaryKey
JSObject getPrimaryKey() -
update
-
advance
void advance(int count) -
doContinue
void doContinue() -
delete
IDBRequest delete()
-