Uses of Class
org.neo4j.cypherdsl.core.Parameter
-
Packages that use Parameter Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Parameter in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Parameter Modifier and Type Method Description static ParameterCypher. parameter(java.lang.String name)Creates a new parameter placeholder.Methods in org.neo4j.cypherdsl.core with parameters of type Parameter Modifier and Type Method Description static FunctionInvocationFunctions. point(Parameter parameter)Creates a function invocation for thepoint()function.
-