IDBIndex

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

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.
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.
keyPath
auto keyPath()
Undocumented in source. Be warned that the author may not have intended to support it.
multiEntry
auto multiEntry()
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.
objectStore
auto objectStore()
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.
unique
auto unique()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta