Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
Integer |
ArangoDatabase.deleteAqlFunction(String name,
AqlFunctionDeleteOptions options)
Deletes the AQL user function with the given name from the database.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Integer> |
ArangoDatabaseAsync.deleteAqlFunction(String name,
AqlFunctionDeleteOptions options)
Remove an existing AQL user function
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Integer> |
ArangoDatabaseAsyncImpl.deleteAqlFunction(String name,
AqlFunctionDeleteOptions options) |
Modifier and Type | Method and Description |
---|---|
AqlFunctionDeleteOptions |
AqlFunctionDeleteOptions.group(Boolean group) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.