Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReading
Packages that use StatementBuilder.OngoingReading
-
Uses of StatementBuilder.OngoingReading in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.OngoingReading 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 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 interfaceRepresents a reading statement ending in aWITHclause.static interfaceA match that knows what to pipe to the next part of a multipart query.static interfaceRepresents a reading statement ending in a combination ofWITHandWHEREclauses.static interfaceThe result of a call to a stored procedure not having any results.Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingReadingModifier and TypeMethodDescriptionAdds anASpart that allows to define an alias for the iterable being unwound.default StatementBuilder.OngoingReadingStatementBuilder.OngoingUnwind.as(SymbolicName variable) Reuse an existing symbolic name.