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(DbName dbName)
Deprecated.
Use
name(String) instead. |
DBCreateOptions |
DBCreateOptions.name(String name) |
DBCreateOptions |
DBCreateOptions.options(DatabaseOptions options) |
DBCreateOptions |
DBCreateOptions.users(Collection<DatabaseUsersOptions> users) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.