Uses of Interface
com.arangodb.ArangoDatabase
-
Packages that use ArangoDatabase Package Description com.arangodb -
-
Uses of ArangoDatabase in com.arangodb
Methods in com.arangodb that return ArangoDatabase Modifier and Type Method Description ArangoDatabase
ArangoCollection. db()
The the handler of the database the collection is withinArangoDatabase
ArangoDB. db()
Returns aArangoDatabase
instance for the_system
database.ArangoDatabase
ArangoDB. db(DbName dbName)
Returns aArangoDatabase
instance for the given database name.ArangoDatabase
ArangoGraph. db()
The the handler of the database the named graph is withinArangoDatabase
ArangoView. db()
The the handler of the database the collection is within
-