Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMatchAndUpdate
-
Packages that use StatementBuilder.OngoingMatchAndUpdate Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingMatchAndUpdate in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core with type parameters of type StatementBuilder.OngoingMatchAndUpdate Modifier and Type Method Description <T extends StatementBuilder.OngoingMatchAndUpdate & StatementBuilder.BuildableStatement>
TStatementBuilder.ExposesSetAndRemove. remove(Node node, java.lang.String... label)<T extends StatementBuilder.OngoingMatchAndUpdate & StatementBuilder.BuildableStatement>
TStatementBuilder.ExposesSetAndRemove. remove(Property... properties)<T extends StatementBuilder.OngoingMatchAndUpdate & StatementBuilder.BuildableStatement>
TStatementBuilder.ExposesSet. set(Expression... expressions)Adds aSETclause to the statement.default <T extends StatementBuilder.OngoingMatchAndUpdate & StatementBuilder.BuildableStatement>
TStatementBuilder.ExposesSet. set(Named variable, Expression expression)<T extends StatementBuilder.OngoingMatchAndUpdate & StatementBuilder.BuildableStatement>
TStatementBuilder.ExposesSetAndRemove. set(Node node, java.lang.String... label)
-