Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.TerminalExposesLimit
-
Packages that use StatementBuilder.TerminalExposesLimit Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.TerminalExposesLimit in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.TerminalExposesLimit 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.TerminalExposesLimit 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.<T extends StatementBuilder.TerminalExposesLimit & StatementBuilder.BuildableStatement>
TStatementBuilder.TerminalExposesSkip. skip(java.lang.Number number)Adds a skip clause, skipping the given number of records.
-