Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.TerminalExposesLimit
Packages that use StatementBuilder.TerminalExposesLimit
-
Uses of StatementBuilder.TerminalExposesLimit in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.TerminalExposesLimit in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceA match that knows what to return and which is ready to be build.static interfaceAn intermediate step while defining the order of a result set.Methods in org.neo4j.cypherdsl.core that return StatementBuilder.TerminalExposesLimitModifier and TypeMethodDescriptionAdds a skip clause, skipping the given number of records.StatementBuilder.TerminalExposesSkip.skip(Expression expression) Adds a skip clause.