IDBIndex

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

count
auto count(T0 key)
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 key)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
auto getAll(T0 key, uint limit)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
auto getAll(T0 key)
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 key, uint limit)
Undocumented in source. Be warned that the author may not have intended to support it.
getAllKeys
auto getAllKeys(T0 key)
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 key)
Undocumented in source. Be warned that the author may not have intended to support it.
isAutoLocale
bool isAutoLocale()
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.
locale
Optional!(string) locale()
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetAll
auto mozGetAll(T0 key, uint limit)
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetAll
auto mozGetAll(T0 key)
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetAll
auto mozGetAll()
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetAllKeys
auto mozGetAllKeys(T0 key, uint limit)
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetAllKeys
auto mozGetAllKeys(T0 key)
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetAllKeys
auto mozGetAllKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
multiEntry
bool 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
string 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 range, IDBCursorDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
openCursor
auto openCursor(T0 range)
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 range, IDBCursorDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
openKeyCursor
auto openKeyCursor(T0 range)
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
bool unique()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta