Uses of Interface
org.neo4j.cypherdsl.core.FunctionInvocation.FunctionDefinition
Packages that use FunctionInvocation.FunctionDefinition
-
Uses of FunctionInvocation.FunctionDefinition in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core with parameters of type FunctionInvocation.FunctionDefinitionModifier and TypeMethodDescriptionstatic FunctionInvocationFunctionInvocation.create(FunctionInvocation.FunctionDefinition definition) Creates aFunctionInvocationbased on a simple definition without any arguments.static FunctionInvocationFunctionInvocation.create(FunctionInvocation.FunctionDefinition definition, Expression... expressions) Creates aFunctionInvocationbased on a simple definition with arguments.static FunctionInvocationFunctionInvocation.create(FunctionInvocation.FunctionDefinition definition, PatternElement pattern) Creates a new function invocation for a pattern element.static FunctionInvocationFunctionInvocation.createDistinct(FunctionInvocation.FunctionDefinition definition, Expression... expressions) Creates aFunctionInvocationbased on a simple definition with arguments and adds thedistinctoperator to it.