IndexedDB::Index class of PicoRuby

Singleton methods

new

IndexedDB::Index.new(Store store, String name) -> void

Instance methods

count

instance.count(?untyped? key_or_range) -> Integer

each

instance.each(?untyped? range, ?direction: Symbol) ?{ ([untyped, untyped]) -> void } -> (Enumerator[[untyped, untyped], void] | void)

get

instance.get(untyped key) -> untyped

get_all

instance.get_all(?untyped? key_or_range, ?count: Integer?) -> Array[untyped]

keys

instance.keys(?untyped? range) -> Array[untyped]

to_a

instance.to_a(?untyped? range) -> Array[untyped]

Attr accessors

name (reader)

instance.name -> String
Tags: class