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)Methods in org.neo4j.cypherdsl.core with parameters of type AliasedExpression Modifier and Type Method Description static StatementBuilder.OrderableOngoingReadingAndWithCypher. with(AliasedExpression... expressions)Starts a statement with a leadingWITH.StatementBuilder.OrderableOngoingReadingAndWithStatementBuilder. with(AliasedExpression... expressions)Allows for queries starting withwith range(1,10) as x return xor similar.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.ProcedureCall.StandaloneCallBuilderProcedureCall.StandaloneCallBuilder. yield(AliasedExpression... aliasedResultFields) -
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.Map<Visitable,AliasedExpression>ReflectiveVisitor. visitableToAliased
-