fdb-d ~master (2015-02-10T00:34:26Z)
Dub
Repo
Cluster
fdb
cluster
Undocumented in source.
shared
class
Cluster :
IDisposable
{
this
(ClusterHandle ch);
~this
();
void
dispose
();
auto
openDatabase
(string dbName);
}
Constructors
this
this
(ClusterHandle ch)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
openDatabase
auto
openDatabase
(string dbName)
Undocumented in source.
Inherited Members
From IDisposable
dispose
void
dispose
()
Undocumented in source.
Meta
Source
See Implementation
fdb
cluster
classes
Cluster