Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.TerminalExposesSkip
-
Packages that use StatementBuilder.TerminalExposesSkip Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.TerminalExposesSkip in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.TerminalExposesSkip in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceStatementBuilder.OngoingMatchAndReturnWithOrderCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceStatementBuilder.OngoingReadingAndReturnA match that knows what to return and which is ready to be build.static interfaceStatementBuilder.TerminalOngoingOrderDefinitionAn intermediate step while defining the order of a result set.Methods in org.neo4j.cypherdsl.core with type parameters of type StatementBuilder.TerminalExposesSkip 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.
-