Class IndexedDB.GetMetadataResponse

  • Enclosing class:
    IndexedDB

    public static class IndexedDB.GetMetadataResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GetMetadataResponse​(java.lang.Number entriesCount, java.lang.Number keyGeneratorValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number getEntriesCount()
      the entries count
      java.lang.Number getKeyGeneratorValue()
      the current value of key generator, to become the next inserted key into the object store.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetMetadataResponse

        public GetMetadataResponse​(java.lang.Number entriesCount,
                                   java.lang.Number keyGeneratorValue)
    • Method Detail

      • getEntriesCount

        public java.lang.Number getEntriesCount()
        the entries count
      • getKeyGeneratorValue

        public java.lang.Number getKeyGeneratorValue()
        the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.