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
bool 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 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.
createIndex
auto createIndex(string name, SumType!(string, Sequence!(string)) keyPath, IDBIndexParameters optionalParameters)
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 indexName)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
auto delete_(T0 key)
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.
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.
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.
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.
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.
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