Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OrderableOngoingReadingAndWith
-
Packages that use StatementBuilder.OrderableOngoingReadingAndWith Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OrderableOngoingReadingAndWith in org.neo4j.cypherdsl.core
Subinterfaces of StatementBuilder.OrderableOngoingReadingAndWith in org.neo4j.cypherdsl.core Modifier and Type Interface Description static 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.OrderableOngoingReadingAndWith Modifier and Type Method Description static StatementBuilder.OrderableOngoingReadingAndWithCypher. with(AliasedExpression... expressions)Starts a statement with a leadingWITH.StatementBuilder.OrderableOngoingReadingAndWithStatementBuilder. with(AliasedExpression... expressions)Allows for queries starting withwith range(1,10) as x return xor similar.
-