Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.ExposesLimit
-
Packages that use StatementBuilder.ExposesLimit Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.ExposesLimit in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.ExposesLimit 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.OngoingReadingAndWithWithSkipThe union type of an ongoing reading with a WITH and a SKIP 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.OrderableOngoingReadingAndWithWithWhere
-