Uses of Class
com.arangodb.entity.AqlFunctionEntity
Packages that use AqlFunctionEntity
-
Uses of AqlFunctionEntity in com.arangodb
Methods in com.arangodb that return types with arguments of type AqlFunctionEntityModifier and TypeMethodDescriptionArangoDatabase.getAqlFunctions
(AqlFunctionGetOptions options) Gets all reqistered AQL user functionsArangoDatabaseAsync.getAqlFunctions
(AqlFunctionGetOptions options) Asynchronous version ofArangoDatabase.getAqlFunctions(AqlFunctionGetOptions)