Uses of Class
com.arangodb.model.AqlFunctionDeleteOptions
-
Packages that use AqlFunctionDeleteOptions Package Description com.arangodb com.arangodb.model -
-
Uses of AqlFunctionDeleteOptions in com.arangodb
Methods in com.arangodb with parameters of type AqlFunctionDeleteOptions Modifier and Type Method Description Integer
ArangoDatabase. deleteAqlFunction(String name, AqlFunctionDeleteOptions options)
Deletes the AQL user function with the given name from the database.CompletableFuture<Integer>
ArangoDatabaseAsync. deleteAqlFunction(String name, AqlFunctionDeleteOptions options)
Asynchronous version ofArangoDatabase.deleteAqlFunction(String, AqlFunctionDeleteOptions)
-
Uses of AqlFunctionDeleteOptions in com.arangodb.model
Methods in com.arangodb.model that return AqlFunctionDeleteOptions Modifier and Type Method Description AqlFunctionDeleteOptions
AqlFunctionDeleteOptions. group(Boolean group)
-