Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm.mongodb.mongo

Clase MongoClient

java.lang.Object
io.realm.mongodb.mongo.MongoClient

The remote MongoClient used for working with data in MongoDB remotely via Realm.

Modificador y Tipo
Método y descripción
String databaseName
)

Gets a MongoDatabase instance for the given database name.

public String

Returns the service name for this client.

  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

String databaseName
)

Gets a MongoDatabase instance for the given database name.

Parámetros

  • databaseName - the name of the database to retrieve

Devuelve

a RemoteMongoDatabase representing the specified database

Returns the service name for this client.

Devuelve

the service name.

Volver

io.realm.mongodb.mongo

En esta página