IDBObjectStore

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

add
auto add(T0 value, T1 key)
Undocumented in source. Be warned that the author may not have intended to support it.
add
auto add(T0 value)
Undocumented in source. Be warned that the author may not have intended to support it.
autoIncrement
auto autoIncrement()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
auto clear()
Undocumented in source. Be warned that the author may not have intended to support it.
count
auto count(T0 query)
Undocumented in source. Be warned that the author may not have intended to support it.
count
auto count()
Undocumented in source. Be warned that the author may not have intended to support it.
createIndex
auto createIndex(string name, SumType!(string, Sequence!(string)) keyPath, IDBIndexParameters options)
Undocumented in source. Be warned that the author may not have intended to support it.
createIndex
auto createIndex(string name, SumType!(string, Sequence!(string)) keyPath)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteIndex
void deleteIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
auto delete_(T0 query)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(T0 query)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
auto getAll(T0 query, uint count)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
auto getAll(T0 query)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
auto getAll()
Undocumented in source. Be warned that the author may not have intended to support it.
getAllKeys
auto getAllKeys(T0 query, uint count)
Undocumented in source. Be warned that the author may not have intended to support it.
getAllKeys
auto getAllKeys(T0 query)
Undocumented in source. Be warned that the author may not have intended to support it.
getAllKeys
auto getAllKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
getKey
auto getKey(T0 query)
Undocumented in source. Be warned that the author may not have intended to support it.
index
auto index(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
indexNames
auto indexNames()
Undocumented in source. Be warned that the author may not have intended to support it.
keyPath
auto keyPath()
Undocumented in source. Be warned that the author may not have intended to support it.
name
void name(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
name
auto name()
Undocumented in source. Be warned that the author may not have intended to support it.
openCursor
auto openCursor(T0 query, IDBCursorDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
openCursor
auto openCursor(T0 query)
Undocumented in source. Be warned that the author may not have intended to support it.
openCursor
auto openCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
openKeyCursor
auto openKeyCursor(T0 query, IDBCursorDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
openKeyCursor
auto openKeyCursor(T0 query)
Undocumented in source. Be warned that the author may not have intended to support it.
openKeyCursor
auto openKeyCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
put
auto put(T0 value, T1 key)
Undocumented in source. Be warned that the author may not have intended to support it.
put
auto put(T0 value)
Undocumented in source. Be warned that the author may not have intended to support it.
transaction
auto transaction()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta