Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.ExposesSkip
-
Packages that use StatementBuilder.ExposesSkip Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.ExposesSkip in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.ExposesSkip in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceStatementBuilder.OngoingOrderDefinitionAn intermediate step while defining the order of a with clause.static interfaceStatementBuilder.OngoingReadingAndWithWithWhereAndOrderCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceStatementBuilder.OrderableOngoingReadingAndWithstatic interfaceStatementBuilder.OrderableOngoingReadingAndWithWithoutWhereA match that knows what to pipe to the next part of a multi part query.static interfaceStatementBuilder.OrderableOngoingReadingAndWithWithWhereMethods in org.neo4j.cypherdsl.core with type parameters of type StatementBuilder.ExposesSkip 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.
-