Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReading
-
Packages that use StatementBuilder.OngoingReading Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingReading in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.OngoingReading in org.neo4j.cypherdsl.core Modifier and Type Interface Description 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.OrderableOngoingReadingAndWithWithWhereMethods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingReading Modifier and Type Method Description StatementBuilder.OngoingReadingStatementBuilder.OngoingUnwind. as(java.lang.String variable)Adds anASpart that allows to define an alias for the iterable being unwound.
-