Click or drag to resize

Database Constructor

Overload List
  NameDescription
Public methodDatabase(String)
Creates a database instance with the given name. Internally it may be operating on the same underlying data as another instance.
Public methodDatabase(Database)
Copy constructor
Public methodDatabase(String, DatabaseConfiguration)
Creates a database given a name and some configuration
Top
See Also