Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingAndWith
Packages that use StatementBuilder.OngoingReadingAndWith
-
Uses of StatementBuilder.OngoingReadingAndWith in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.OngoingReadingAndWith in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceThe union type of an ongoing reading with a WITH and a SKIP clause.static interfaceCombines the capabilities of skip, limit and adds additional expressions to the order-by items.static interfaceRepresents a reading statement ending in aWITHclause.static interfaceA match that knows what to pipe to the next part of a multipart query.static interfaceRepresents a reading statement ending in a combination ofWITHandWHEREclauses.Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingReadingAndWithModifier and TypeMethodDescriptionLimits the number of returned records.StatementBuilder.ExposesLimit.limit(Expression expression) Limits the number of returned records.