Uses of Class
org.neo4j.cypherdsl.core.AliasedExpression
Packages that use AliasedExpression
-
Uses of AliasedExpression in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return AliasedExpressionModifier and TypeMethodDescription@NotNull AliasedExpressionThis takes the originally aliased expression and re-aliases it.default @NotNull AliasedExpressionCreates an expression with an alias.default @NotNull AliasedExpressionExpression.as(SymbolicName alias) Reuse an existing symbolic name to alias this expression@NotNull AliasedExpressionCreates an alias for this node.Methods in org.neo4j.cypherdsl.core with parameters of type AliasedExpressionModifier and TypeMethodDescriptionExposesCall.ExposesYield.yield(AliasedExpression... aliasedResultFields) Adds the given items to the YIELD clause of the generated call and uses new aliases in the generated call.