Interface CoreRemoteMongoClient

    • Method Detail

      • getDatabase

        CoreRemoteMongoDatabase getDatabase​(String databaseName)
        Gets a CoreRemoteMongoDatabase instance for the given database name.
        Parameters:
        databaseName - the name of the database to retrieve
        Returns:
        a CoreRemoteMongoDatabaseImpl representing the specified database