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)
Deprecated.
Please use
Mongo.getDB(String) instead. |
Constructor and Description |
---|
DBAddress(DBAddress other,
String dbname) |