Java com.mongodb MongoNamespace fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb MongoNamespace fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb MongoNamespace.

The text is from its open source code.

Constructor

MongoNamespace(@BsonProperty("db") final String databaseName, @BsonProperty("coll") final String collectionName)
Construct an instance from the given database name and collection name.
MongoNamespace(final String fullName)
Construct an instance for the given full name.

Method

StringgetCollectionName()
Gets the collection name.
StringgetDatabaseName()
Gets the database name.