@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSet.mutate(Expression target,
Expression properties) |
Creates a += operation.
|
default @NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSet.mutate(Named variable,
Expression properties) |
Creates a += operation.
|
@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSetAndRemove.remove(Collection<Property> properties) |
Creates SET clause for removing the enumerated properties
|
@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSetAndRemove.remove(Node node,
String... labels) |
Creates SET clause for removing the given labels from a node.
|
@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSetAndRemove.remove(Node node,
Collection<String> labels) |
Creates SET clause for removing the given labels from a node.
|
@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSetAndRemove.remove(Property... properties) |
Creates SET clause for removing the enumerated properties
|
@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSet.set(Collection<Expression> expressions) |
Adds a SET clause to the statement.
|
@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSet.set(Expression... expressions) |
Adds a SET clause to the statement.
|
default @NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSet.set(Named variable,
Expression expression) |
Adds a SET clause to the statement, modifying the given named thing with an expression.
|
@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSetAndRemove.set(Node node,
String... labels) |
Creates SET clause for setting the given labels to a node.
|
@NotNull StatementBuilder.BuildableMatchAndUpdate |
StatementBuilder.ExposesSetAndRemove.set(Node node,
Collection<String> labels) |
Creates SET clause for setting the given labels to a node.
|