Interface StatementBuilder.ExposesMergeAction

    • Method Detail

      • onCreate

        StatementBuilder.OngoingMergeAction onCreate()
        This allows to specify the action that should happen when the merge clause lead to the creation of a new pattern.
        Returns:
        an ongoing definition of a merge action.
      • onMatch

        StatementBuilder.OngoingMergeAction onMatch()
        This allows to specify the action that should happen when the pattern of the merge clause already existed and matched.
        Returns:
        an ongoing definition of a merge action.