Uses of Class
org.neo4j.cypherdsl.core.Return
Packages that use Return
-
Uses of Return in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return ReturnModifier and TypeMethodDescriptionstatic @NotNull ReturnClauses.returning(boolean distinct, List<Expression> expressions, @Nullable List<SortItem> optionalSortItems, @Nullable Expression optionalSkip, @Nullable Expression optionalLimit) Builds aRETURNclause.Methods in org.neo4j.cypherdsl.core with parameters of type Return