Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingUnwind
-
Packages that use StatementBuilder.OngoingUnwind Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingUnwind in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingUnwind Modifier and Type Method Description static StatementBuilder.OngoingUnwindCypher. unwind(Expression expression)Starts building a statement starting with anUNWINDclause.static StatementBuilder.OngoingUnwindCypher. unwind(Expression... expressions)Starts building a statement starting with anUNWINDclause.default StatementBuilder.OngoingUnwindExposesUnwind. unwind(java.lang.String variable)StatementBuilder.OngoingUnwindExposesUnwind. unwind(Expression expression)default StatementBuilder.OngoingUnwindExposesUnwind. unwind(Expression... expressions)
-