Class MergeUsing.WhenMatchedThenUpdate

java.lang.Object
org.h2.command.dml.MergeUsing.When
org.h2.command.dml.MergeUsing.WhenMatchedThenUpdate
All Implemented Interfaces:
HasSQL
Enclosing class:
MergeUsing

public final class MergeUsing.WhenMatchedThenUpdate extends MergeUsing.When
  • Constructor Details

    • WhenMatchedThenUpdate

      public WhenMatchedThenUpdate()
  • Method Details

    • setSetClauseList

      public void setSetClauseList(SetClauseList setClauseList)
    • getSQL

      public StringBuilder getSQL(StringBuilder builder, int sqlFlags)
      Description copied from interface: HasSQL
      Appends the SQL statement of this object to the specified builder.
      Specified by:
      getSQL in interface HasSQL
      Overrides:
      getSQL in class MergeUsing.When
      Parameters:
      builder - string builder
      sqlFlags - formatting flags
      Returns:
      the specified string builder