Uses of Class
org.neo4j.cypherdsl.core.AliasedExpression
-
Packages that use AliasedExpression Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.support Support for describing an abstract syntax tree. -
-
Uses of AliasedExpression in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return AliasedExpression Modifier and Type Method Description AliasedExpressionAliasedExpression. as(java.lang.String newAlias)This takes the originally aliased expression and re-aliases it.default AliasedExpressionExpression. as(java.lang.String alias)Creates an expression with an alias.AliasedExpressionNode. as(java.lang.String alias)Creates an alias for this node.Methods in org.neo4j.cypherdsl.core with parameters of type AliasedExpression Modifier and Type Method Description TExposesCall.ExposesYield. yield(AliasedExpression... aliasedResultFields)Adds the given items to the YIELD clause of the generated call and uses new aliases in the generated call. -
Uses of AliasedExpression in org.neo4j.cypherdsl.core.support
Fields in org.neo4j.cypherdsl.core.support with type parameters of type AliasedExpression Modifier and Type Field Description protected java.util.Set<AliasedExpression>ReflectiveVisitor. visitableToAliasedA set of aliased expressions that already have been seen and for which an alias must be used on each following appearance.
-