Interface IDBCursor

  • All Superinterfaces:
    org.teavm.jso.JSObject

    public interface IDBCursor
    extends org.teavm.jso.JSObject
    • Method Detail

      • getDirection

        java.lang.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()