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