Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMatchAndReturnWithOrder
-
Packages that use StatementBuilder.OngoingMatchAndReturnWithOrder Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingMatchAndReturnWithOrder in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingMatchAndReturnWithOrder Modifier and Type Method Description StatementBuilder.OngoingMatchAndReturnWithOrderStatementBuilder.TerminalOngoingOrderDefinition. ascending()Specifies ascending order and jumps back to defining the match and return statement.StatementBuilder.OngoingMatchAndReturnWithOrderStatementBuilder.TerminalOngoingOrderDefinition. descending()Specifies descending order and jumps back to defining the match and return statement.StatementBuilder.OngoingMatchAndReturnWithOrderStatementBuilder.TerminalExposesOrderBy. orderBy(SortItem... sortItem)Order the result set by one or moresort items.
-