Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface StatementBuilder.ForeachUpdateStep
- Enclosing interface:
- StatementBuilder
public static sealed interface StatementBuilder.ForeachUpdateStep
Second step of defining a
FOREACH-clause in which the updating clause is defined.- Since:
- 2023.4.0
-
Method Summary
Modifier and TypeMethodDescriptionapply(UpdatingClause... updatingClauses) Defines the updating clause that to will be applied to every item in the source expression.
-
Method Details
-
apply
Defines the updating clause that to will be applied to every item in the source expression.- Parameters:
updatingClauses- The updating clauses to apply- Returns:
- The final
Foreachclause
-