Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere
Packages that use StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere
-
Uses of StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereModifier and TypeMethodDescriptionStarts a statement with a leadingWITH.Cypher.with(Collection<IdentifiableElement> elements) Starts a statement with a leadingWITH.Cypher.with(IdentifiableElement... elements) Starts a statement with a leadingWITH.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereStarts a with clause by passing variables to it.ExposesWith.with(Collection<IdentifiableElement> elements) Create a match that returns one or more identifiable elements.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereExposesWith.with(IdentifiableElement... elements) Create a match that returns one or more identifiable elements.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereExposesWith.withDistinct(String... variables) Create a match that returns the distinct set of one or more identifiable elements.ExposesWith.withDistinct(Collection<IdentifiableElement> expressions) Create a match that returns the distinct set of one or more expressions.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhereExposesWith.withDistinct(IdentifiableElement... elements) Create a match that returns the distinct set of one or more identifiable elements.