Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingAndWith
-
Packages that use StatementBuilder.OngoingReadingAndWith Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingReadingAndWith in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.OngoingReadingAndWith in org.neo4j.cypherdsl.core Modifier and Type Interface Description 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.OrderableOngoingReadingAndWithWithWhereMethods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingReadingAndWith Modifier and Type Method Description StatementBuilder.OngoingReadingAndWithStatementBuilder.ExposesLimit. limit(java.lang.Number number)Limits the number of returned records.StatementBuilder.OngoingReadingAndWithStatementBuilder.ExposesLimit. limit(Expression expression)Limits the number of returned records.
-