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.
-