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.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 with type parameters of type StatementBuilder.OngoingReadingAndWith Modifier and Type Method Description <T extends StatementBuilder.ExposesLimit & StatementBuilder.OngoingReadingAndWith>
TStatementBuilder.ExposesSkip. skip(java.lang.Number number)Adds a skip clause, skipping the given number of records.Methods 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.
-