Package | Description |
---|---|
com.arangodb |
Modifier and Type | Method and Description |
---|---|
ArangoDatabase |
ArangoDB.db()
Returns a
ArangoDatabase instance for the _system database. |
ArangoDatabase |
ArangoView.db()
The the handler of the database the collection is within
|
ArangoDatabase |
ArangoCollection.db()
The the handler of the database the collection is within
|
ArangoDatabase |
ArangoGraph.db()
The the handler of the database the named graph is within
|
ArangoDatabase |
ArangoDB.db(String name)
Returns a
ArangoDatabase instance for the given database name. |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.