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 with type parameters of type StatementBuilder.OngoingMatchAndReturnWithOrder Modifier and Type Method Description <T extends StatementBuilder.TerminalExposesSkip & StatementBuilder.TerminalExposesLimit & StatementBuilder.OngoingMatchAndReturnWithOrder>
TStatementBuilder.TerminalOngoingOrderDefinition. ascending()Specifies ascending order and jumps back to defining the match and return statement.<T extends StatementBuilder.TerminalExposesSkip & StatementBuilder.TerminalExposesLimit & StatementBuilder.OngoingMatchAndReturnWithOrder>
TStatementBuilder.TerminalOngoingOrderDefinition. descending()Specifies descending order and jumps back to defining the match and return statement.Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingMatchAndReturnWithOrder Modifier and Type Method Description StatementBuilder.OngoingMatchAndReturnWithOrderStatementBuilder.TerminalExposesOrderBy. orderBy(SortItem... sortItem)Order the result set by one or moresort items.
-