static StatementBuilder.OngoingReadingAndReturn |
Cypher.returning(Expression... expressions) |
A RETURN statement without a previous match.
|
default StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returning(java.lang.String... variables) |
Creates the RETURN clause.
|
StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returning(Expression... expressions) |
Create a match that returns one or more expressions.
|
default StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returning(Named... variables) |
Creates the RETURN clause.
|
default StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returningDistinct(java.lang.String... variables) |
Creates a RETURN clause containing the DISTINCT keyword.
|
StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returningDistinct(Expression... expressions) |
Create a match that returns the distinct set of one or more expressions.
|
default StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returningDistinct(Named... variables) |
Creates a RETURN clause containing the DISTINCT keyword.
|