Uses of Class
com.arangodb.entity.DatabaseEntity
-
Packages that use DatabaseEntity Package Description com.arangodb -
-
Uses of DatabaseEntity in com.arangodb
Methods in com.arangodb that return DatabaseEntity Modifier and Type Method Description DatabaseEntity
ArangoDatabase. getInfo()
Retrieves information about the current databaseMethods in com.arangodb that return types with arguments of type DatabaseEntity Modifier and Type Method Description CompletableFuture<DatabaseEntity>
ArangoDatabaseAsync. getInfo()
Asynchronous version ofArangoDatabase.getInfo()
-