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 with type parameters of type StatementBuilder.OngoingReadingAndWithWithWhereAndOrder Modifier and Type Method Description <T extends StatementBuilder.ExposesSkip & StatementBuilder.ExposesLimit & StatementBuilder.OngoingReadingAndWithWithWhereAndOrder>
TStatementBuilder.OngoingOrderDefinition. ascending()Specifies ascending order and jumps back to defining the match and return statement.<T extends StatementBuilder.ExposesSkip & StatementBuilder.ExposesLimit & StatementBuilder.OngoingReadingAndWithWithWhereAndOrder>
TStatementBuilder.OngoingOrderDefinition. descending()Specifies descending order and jumps back to defining the match and return statement.
-