Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingUnwind
Packages that use StatementBuilder.OngoingUnwind
-
Uses of StatementBuilder.OngoingUnwind in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingUnwindModifier and TypeMethodDescriptionCypher.unwind(Collection<? extends Expression> expressions) Starts building a statement starting with anUNWINDclause.Cypher.unwind(Expression expression) Starts building a statement starting with anUNWINDclause.Cypher.unwind(Expression... expressions) Starts building a statement starting with anUNWINDclause.default StatementBuilder.OngoingUnwindStarts building a newUNWINDclause.ExposesUnwind.unwind(Expression expression) Starts building a newUNWINDclause.default StatementBuilder.OngoingUnwindExposesUnwind.unwind(Expression... expressions) Starts building a newUNWINDclause.