IndexedDB::Batch::StoreView class of PicoRuby
Singleton methods
new
IndexedDB::Batch::StoreView.new(untyped js_store, String name) -> void
Instance methods
add
instance.add(untyped value, ?key: untyped?) -> nil
clear
instance.clear() -> nil
count
instance.count(?untyped? key_or_range) -> Integer
delete
instance.delete(untyped key) -> nil
each
instance.each(*untyped) -> untyped
get
instance.get(untyped key) -> untyped
index
instance.index(untyped name) -> untyped
keys
instance.keys(?untyped? range) -> Array[untyped]
put
instance.put(untyped value, ?key: untyped?) -> nil
to_a
instance.to_a(?untyped? range) -> Array[untyped]
Attr accessors
name (reader)
instance.name -> String