| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal | |
| com.arangodb.model | |
| com.arangodb.velocystream |
| Modifier and Type | Field and Description |
|---|---|
static DbName |
DbName.SYSTEM
DbName of the "_system" database.
|
| Modifier and Type | Method and Description |
|---|---|
DbName |
ArangoDatabase.dbName()
Returns the name of the database
|
static DbName |
DbName.normalize(String value)
Creates a new
DbName instance with the NFC normal form of the provided value. |
static DbName |
DbName.of(String value)
Creates a new
DbName instance with the provided value. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ArangoDB.createDatabase(DbName dbName)
Creates a new database with the given name.
|
ArangoDatabase |
ArangoDB.db(DbName dbName)
Returns a
ArangoDatabase instance for the given database name. |
| Modifier and Type | Method and Description |
|---|---|
DbName |
ArangoDatabaseAsync.dbName()
Returns the name of the database
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
ArangoDBAsync.createDatabase(DbName dbName)
Creates a new database
|
ArangoDatabaseAsync |
ArangoDBAsync.db(DbName dbName)
Returns a handler of the database by the given name
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
ArangoDBAsyncImpl.createDatabase(DbName name) |
ArangoDatabaseAsync |
ArangoDBAsyncImpl.db(DbName name) |
| Modifier and Type | Method and Description |
|---|---|
DBCreateOptions |
DBCreateOptions.name(DbName dbName) |
| Modifier and Type | Method and Description |
|---|---|
DbName |
Request.getDbName() |
| Constructor and Description |
|---|
Request(DbName dbName,
RequestType requestType,
String path) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.