Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingAndReturn
Packages that use StatementBuilder.OngoingReadingAndReturn
-
Uses of StatementBuilder.OngoingReadingAndReturn in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingReadingAndReturnModifier and TypeMethodDescriptionCypher.returning(Collection<? extends Expression> expressions) A RETURN statement without a previous match.Cypher.returning(Expression... expressions) A RETURN statement without a previous match.Creates theRETURNclause.ExposesReturning.returning(Collection<? extends Expression> expressions) Create a match that returns one or more expressions.ExposesReturning.returning(Expression... expressions) Create a match that returns one or more expressions.Creates theRETURNclause.ExposesReturning.returningDistinct(String... variables) Creates aRETURNclause containing theDISTINCTkeyword.ExposesReturning.returningDistinct(Collection<? extends Expression> expressions) Creates aRETURNclause returning the distinct set of one or more expressions.ExposesReturning.returningDistinct(Expression... expressions) Creates aRETURNclause returning the distinct set of one or more expressions.ExposesReturning.returningDistinct(Named... variables) Creates aRETURNclause containing theDISTINCTkeyword.Cypher.returningRaw(Expression rawExpression) Creates aRETURNclause from a raw Cypher expression created viaCypher.raw(String, Object...).ExposesReturning.returningRaw(Expression rawExpression) Creates aRETURNclause from a raw Cypher expression created viaCypher.raw(String, Object...).