Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface StatementBuilder.ExposesSetLabel<R>
- Type Parameters:
R- The type of the next step
- All Known Subinterfaces:
ExposesSubqueryCall.BuildableSubquery,StatementBuilder.BuildableMatchAndUpdate,StatementBuilder.BuildableOngoingMergeAction,StatementBuilder.ExposesSetAndRemove,StatementBuilder.ExposesUpdatingClause,StatementBuilder.OngoingMatchAndUpdate,StatementBuilder.OngoingMerge,StatementBuilder.OngoingMergeAction,StatementBuilder.OngoingReading,StatementBuilder.OngoingReadingAndWith,StatementBuilder.OngoingReadingAndWithWithSkip,StatementBuilder.OngoingReadingAndWithWithWhereAndOrder,StatementBuilder.OngoingReadingWithoutWhere,StatementBuilder.OngoingReadingWithWhere,StatementBuilder.OrderableOngoingReadingAndWith,StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere,StatementBuilder.OrderableOngoingReadingAndWithWithWhere,StatementBuilder.VoidCall
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.ExposesSetLabel<R>
Exposes node mutations.
- Since:
- 2023.5.0
-
Method Summary
-
Method Details
-
set
CreatesSETclause for setting the given labels to a node.- Parameters:
node- The node whose labels are to be changedlabels- The labels to be set- Returns:
- A match with a SET clause that can be build now
-
set
CreatesSETclause for setting the given labels to a node.- Parameters:
node- The node whose labels are to be changedlabels- The labels to be set- Returns:
- A match with a SET clause that can be build now
- Since:
- 2021.2.2
-