Package | Description |
---|---|
com.arangodb.async | |
com.arangodb.async.internal |
Modifier and Type | Method and Description |
---|---|
ArangoDatabaseAsync |
ArangoViewAsync.db()
The the handler of the database the collection is within
|
ArangoDatabaseAsync |
ArangoDBAsync.db()
Returns a handler of the system database
|
ArangoDatabaseAsync |
ArangoCollectionAsync.db()
The the handler of the database the collection is within
|
ArangoDatabaseAsync |
ArangoGraphAsync.db()
The the handler of the database the named graph is within
|
ArangoDatabaseAsync |
ArangoDBAsync.db(DbName dbName)
Deprecated.
Use
ArangoDBAsync.db(String) instead |
default ArangoDatabaseAsync |
ArangoDBAsync.db(String name)
Returns a handler of the database by the given name
|
Modifier and Type | Class and Description |
---|---|
class |
ArangoDatabaseAsyncImpl |
Modifier and Type | Method and Description |
---|---|
ArangoDatabaseAsync |
ArangoDBAsyncImpl.db() |
ArangoDatabaseAsync |
ArangoDBAsyncImpl.db(DbName name) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.