Uses of Class
com.arangodb.entity.AqlFunctionEntity
-
Packages that use AqlFunctionEntity Package Description com.arangodb -
-
Uses of AqlFunctionEntity in com.arangodb
Methods in com.arangodb that return types with arguments of type AqlFunctionEntity Modifier and Type Method Description Collection<AqlFunctionEntity>
ArangoDatabase. getAqlFunctions(AqlFunctionGetOptions options)
Gets all reqistered AQL user functionsCompletableFuture<Collection<AqlFunctionEntity>>
ArangoDatabaseAsync. getAqlFunctions(AqlFunctionGetOptions options)
Asynchronous version ofArangoDatabase.getAqlFunctions(AqlFunctionGetOptions)
-