Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.ExposesSetLabel
Packages that use StatementBuilder.ExposesSetLabel
-
Uses of StatementBuilder.ExposesSetLabel in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.ExposesSetLabel in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceSubqueries can be valid without any further return statement (i.e when the subquery is a void (unit) one, meaning it doesn't yield or return its results.static interfaceA buildable ongoing MATCH and UPDATE.static interfaceAn interface combining a buildable MATCH and UPDATE with the possibility to add actions after a MERGE clause.static interfaceA step that exposes the set clause.static interfaceA step providing all the supported updating clauses (DELETE, SET)static interfaceAfter a MATCH..UPDATE chain has been established, a RETURN can be added, a pipeline with WITH can be started or more mutating steps can be added.static interfaceAn ongoing update statement that can be used to chain more updating statements, define actions on a merge or add a with or return clause.static interfaceA variant ofStatementBuilder.ExposesSetthat allows for further chaining of actions.static interfaceA match that exposesreturningand for which it is not decided whether the optional where part has been used or note.static interfaceRepresents a reading statement ending in a with clause, potentially already having an order and not exposing order methods.static interfaceThe union type of an ongoing reading with a WITH and a SKIP clause.static interfaceCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceA match that exposesreturningandwheremethods to add required information.static interfaceA match that has a non-emptywhere-part.static interfacestatic interfaceA match that knows what to pipe to the next part of a multipart query.static interfacestatic interfaceThe result of a call to a stored procedure not having any results.