Database Constructor |
| Name | Description | |
|---|---|---|
| Database(String) |
Creates a database instance with the given name. Internally
it may be operating on the same underlying data as another instance.
| |
| Database(Database) |
Copy constructor
| |
| Database(String, DatabaseConfiguration) |
Creates a database given a name and some configuration
|