static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
Cypher.with(String... variables) |
Starts a statement with a leading WITH.
|
static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
Cypher.with(Collection<Expression> expressions) |
Starts a statement with a leading WITH.
|
static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
Cypher.with(AliasedExpression... expressions) |
Starts a statement with a leading WITH.
|
static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
Cypher.with(Expression... expressions) |
Starts a statement with a leading WITH.
|
static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
Cypher.with(IdentifiableElement... elements) |
Starts a statement with a leading WITH.
|
static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
Cypher.with(SymbolicName... variables) |
Starts a statement with a leading WITH.
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(String... variables) |
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(Collection<Expression> expressions) |
Create a match that returns one or more expressions.
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(AliasedExpression... expressions) |
Create a match that returns one or more expressions.
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(Expression... expressions) |
Create a match that returns one or more expressions.
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(IdentifiableElement... elements) |
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(Named... variables) |
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(SymbolicName... variables) |
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(String... variables) |
Starts a with clause by passing variables to it.
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(Collection<Expression> expressions) |
Allows for queries starting with with range(1,10) as x return x or similar.
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(AliasedExpression... expressions) |
Starts a with clause by passing named expressions to it.
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(Expression... expressions) |
Allows for queries starting with with range(1,10) as x return x or similar.
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(IdentifiableElement... elements) |
Starts a with clause by passing named expressions to it.
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(Named... expressions) |
Starts a with clause by passing named expressions to it.
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(SymbolicName... variables) |
Starts a with clause by passing variables to it.
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(String... variables) |
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(Collection<Expression> expressions) |
Create a match that returns the distinct set of one or more expressions.
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(AliasedExpression... expressions) |
Create a match that returns the distinct set of one or more expressions.
|
@NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(Expression... expressions) |
Create a match that returns the distinct set of one or more expressions.
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(IdentifiableElement... elements) |
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(Named... variables) |
|
default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(SymbolicName... variables) |
|