static StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
Cypher.with(java.lang.String... variables) |
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(Named... variables) |
Starts a statement with a leading WITH.
|
default StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(java.lang.String... variables) |
|
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(Expression... expressions) |
Create a match that returns one or more expressions.
|
default StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.with(Named... variables) |
|
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(java.lang.String... variables) |
Starts a with clause by passing variables to it.
|
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(Expression... expressions) |
Allows for queries starting with with range(1,10) as x return x or similar.
|
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.with(Named... expressions) |
Starts a with clause by passing named expressions to it.
|
default StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(java.lang.String... variables) |
|
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(Expression... expressions) |
Create a match that returns the distinct set of one or more expressions.
|
default StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
StatementBuilder.ExposesWith.withDistinct(Named... variables) |
|