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. -
-
Uses of AliasedExpression in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return AliasedExpression Modifier and Type Method Description @NotNull AliasedExpressionAliasedExpression. as(java.lang.String newAlias)This takes the originally aliased expression and re-aliases it.default @NotNull AliasedExpressionExpression. as(java.lang.String alias)Creates an expression with an alias.default @NotNull AliasedExpressionExpression. as(SymbolicName alias)Reuse an existing symbolic name to alias this expression@NotNull 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 static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereCypher. with(AliasedExpression... expressions)Starts a statement with a leadingWITH.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereStatementBuilder.ExposesWith. with(AliasedExpression... expressions)Create a match that returns one or more expressions.@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereStatementBuilder. with(AliasedExpression... expressions)Starts a with clause by passing named expressions to it.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereStatementBuilder.ExposesWith. withDistinct(AliasedExpression... expressions)Create a match that returns the distinct set of one or more expressions.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.
-