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 that return StatementBuilder.TerminalExposesLimit Modifier and Type Method Description StatementBuilder.TerminalExposesLimitStatementBuilder.TerminalExposesSkip. skip(java.lang.Number number)Adds a skip clause, skipping the given number of records.StatementBuilder.TerminalExposesLimitStatementBuilder.TerminalExposesSkip. skip(Expression expression)Adds a skip clause.
-