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> @NotNull Parameter<T>Cypher.anonParameter(T value) Creates a new anonymous parameter with a value bound to it.Creates a new parameter placeholder.static <T> @NotNull Parameter<T>Creates a new parameter with the givennameand a value bound to it.Parameter<?>Methods in org.neo4j.cypherdsl.core with parameters of type ParameterModifier and TypeMethodDescriptionStatementContext.getParameterName(Parameter<?> parameter) Gets or creates the name of a parameter@NotNull OperationCreates anOperationmutating the properties of this container to a new value.static @NotNull FunctionInvocationCreates a function invocation for thepoint()function.@NotNull OperationCreates anSET operationsetting the properties of this container to a new value.static Statement.UseStatementDecorates the given statement by prepending a dynamic USE clause.