Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingMatchAndUpdate
-
- All Superinterfaces:
ExposesMerge,ExposesReturning,StatementBuilder.ExposesDelete,StatementBuilder.ExposesSet,StatementBuilder.ExposesSetAndRemove,StatementBuilder.ExposesUpdatingClause,StatementBuilder.ExposesWith
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.OngoingMatchAndUpdate extends ExposesReturning, StatementBuilder.ExposesWith, StatementBuilder.ExposesUpdatingClause
A buildable step that will create a MATCH ... DELETE statement.- Since:
- 1.0
-
-
Method Summary
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesMerge
merge
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesReturning
returning, returning, returning, returningDistinct, returningDistinct, returningDistinct
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesDelete
delete, delete, delete, detachDelete, detachDelete, detachDelete
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesSet
set, set
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesSetAndRemove
remove, remove, set
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesWith
with, with, with, withDistinct, withDistinct, withDistinct
-
-