static StatementBuilder.OngoingReadingAndReturn |
Cypher.returning(Collection<Expression> expressions) |
A RETURN statement without a previous match.
|
static StatementBuilder.OngoingReadingAndReturn |
Cypher.returning(Expression... expressions) |
A RETURN statement without a previous match.
|
default StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returning(String... variables) |
Creates the RETURN clause.
|
StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returning(Collection<Expression> expressions) |
Create a match that returns one or more expressions.
|
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(String... variables) |
Creates a RETURN clause containing the DISTINCT keyword.
|
StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returningDistinct(Collection<Expression> expressions) |
Creates a RETURN clause returning the distinct set of one or more expressions.
|
StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returningDistinct(Expression... expressions) |
Creates a RETURN clause returning the distinct set of one or more expressions.
|
default StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returningDistinct(Named... variables) |
Creates a RETURN clause containing the DISTINCT keyword.
|
static StatementBuilder.OngoingReadingAndReturn |
Cypher.returningRaw(Expression rawExpression) |
|
StatementBuilder.OngoingReadingAndReturn |
ExposesReturning.returningRaw(Expression rawExpression) |
|