Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingAndWithWithWhereAndOrder
-
Packages that use StatementBuilder.OngoingReadingAndWithWithWhereAndOrder Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingReadingAndWithWithWhereAndOrder in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingReadingAndWithWithWhereAndOrder Modifier and Type Method Description StatementBuilder.OngoingReadingAndWithWithWhereAndOrderStatementBuilder.OngoingOrderDefinition. ascending()Specifies ascending order and jumps back to defining the match and return statement.StatementBuilder.OngoingReadingAndWithWithWhereAndOrderStatementBuilder.OngoingOrderDefinition. descending()Specifies descending order and jumps back to defining the match and return statement.
-