| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Method and Description |
|---|---|
DBAddress |
DBAddress.getSister(String name)
creates a DBAddress pointing to a different database on the same server
|
| Modifier and Type | Method and Description |
|---|---|
static DB |
Mongo.connect(DBAddress addr)
returns a database object
|
| Constructor and Description |
|---|
DBAddress(DBAddress other,
String dbname) |