Interface IDBCursor

All Superinterfaces:
org.teavm.jso.JSObject

public interface IDBCursor extends org.teavm.jso.JSObject
  • Field Details

  • 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

      IDBRequest update(org.teavm.jso.JSObject value)
    • advance

      void advance(int count)
    • doContinue

      void doContinue()
    • delete

      IDBRequest delete()