| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ArangoDB.createDatabase(DBCreateOptions options)
Creates a new database with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
ArangoDBAsync.createDatabase(DBCreateOptions options)
Creates a new database
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
ArangoDBAsyncImpl.createDatabase(DBCreateOptions options) |
| Modifier and Type | Method and Description |
|---|---|
DBCreateOptions |
DBCreateOptions.name(String name) |
DBCreateOptions |
DBCreateOptions.options(DatabaseOptions options) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.