Uses of Class
org.neo4j.cypherdsl.core.Parameter
Packages that use Parameter
-
Uses of Parameter in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return ParameterModifier and TypeMethodDescriptionstatic <T> Parameter<T>Cypher.anonParameter(T value) Creates a new anonymous parameter with a value bound to it.Creates a new parameter placeholder.static <T> Parameter<T>Creates a new parameter with the givennameand a value bound to it.Parameter<?>Returns a new parameter with a bound value.Methods in org.neo4j.cypherdsl.core with parameters of type ParameterModifier and TypeMethodDescriptionStatementContext.getParameterName(Parameter<?> parameter) Gets or creates the name of a parameter.Creates anOperationmutating the properties of this container to a new value.static FunctionInvocationCreates a function invocation for thepoint()function.Creates anSET operationsetting the properties of this container to a new value.static Statement.UseStatementDecorates the given statement by prepending a dynamic USE clause.