IDBFactory

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

cmp
auto cmp(T0 first, T1 second)
Undocumented in source. Be warned that the author may not have intended to support it.
databases
auto databases()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteDatabase
auto deleteDatabase(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
open
auto open(string name, uint version_)
Undocumented in source. Be warned that the author may not have intended to support it.
open
auto open(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta