Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.ExposesUpdatingClause
-
Packages that use StatementBuilder.ExposesUpdatingClause Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.ExposesUpdatingClause in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.ExposesUpdatingClause in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceStatementBuilder.OngoingMatchAndUpdateA buildable step that will create a MATCH ...static interfaceStatementBuilder.OngoingReadingA match that exposesreturningand for which it is not decided whether the optional where part has been used or note.static interfaceStatementBuilder.OngoingReadingAndWithRepresents a reading statement ending in a with clause, potentially already having an order and not exposing order methods.static interfaceStatementBuilder.OngoingReadingAndWithWithWhereAndOrderCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceStatementBuilder.OngoingReadingWithoutWhereA match that exposesreturningandwheremethods to add required information.static interfaceStatementBuilder.OngoingReadingWithWhereA match that has a non-emptywhere-part.static interfaceStatementBuilder.OrderableOngoingReadingAndWithstatic interfaceStatementBuilder.OrderableOngoingReadingAndWithWithoutWhereA match that knows what to pipe to the next part of a multi part query.static interfaceStatementBuilder.OrderableOngoingReadingAndWithWithWhere
-