Interface StatementBuilder.ExposesMergeAction

All Known Subinterfaces:
StatementBuilder.BuildableOngoingMergeAction, StatementBuilder.OngoingMerge
Enclosing interface:
StatementBuilder

public static interface StatementBuilder.ExposesMergeAction
Provides a way to specify an action that happens after a MERGE clause.
Since:
2020.1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    This allows to specify the action that should happen when the merge clause lead to the creation of a new pattern.
    This allows to specify the action that should happen when the pattern of the merge clause already existed and matched.
  • Method Details