@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithWhere |
StatementBuilder.ExposesOrderBy.orderBy(java.util.Collection<SortItem> sortItem) |
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithWhere |
StatementBuilder.ExposesOrderBy.orderBy(SortItem... sortItem) |
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithWhere |
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere.where(@NotNull Condition condition) |
Adds a where clause to this match.
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithWhere |
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere.where(@NotNull RelationshipPattern pathPattern) |
Adds a where clause based on a path pattern to this match.
|