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 TypeMethodDescriptionThis takes the originally aliased expression and re-aliases it.default AliasedExpressionCreates an expression with an alias.default AliasedExpressionExpression.as(SymbolicName alias) Reuse an existing symbolic name to alias this expression.Creates 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.