Uses of Interface
org.neo4j.cypherdsl.core.ExposesUnwind
-
Packages that use ExposesUnwind Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ExposesUnwind in org.neo4j.cypherdsl.core
Subinterfaces of ExposesUnwind in org.neo4j.cypherdsl.core Modifier and Type Interface Description interfaceStatementBuilderstatic 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.OngoingReadingAndWithWithSkipThe union type of an ongoing reading with a WITH and a SKIP clause.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
-