Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingUnwind
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.OngoingUnwind
Builder part for unwinding.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionAdds anASpart that allows to define an alias for the iterable being unwound.default StatementBuilder.OngoingReadingas(SymbolicName variable) Reuse an existing symbolic name.
-
Method Details
-
as
Adds anASpart that allows to define an alias for the iterable being unwound.- Parameters:
variable- the alias name- Returns:
- a normal, ongoing read.
-
as
Reuse an existing symbolic name.- Parameters:
variable- a symbolic name- Returns:
- a normal, ongoing read.
- Since:
- 2021.0.2
-