Class MergeUsing.When

    • Method Detail

      • setAndCondition

        public void setAndCondition​(Expression andCondition)
        Sets the specified AND condition.
        Parameters:
        andCondition - AND condition to set
      • getSQL

        public java.lang.StringBuilder getSQL​(java.lang.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
        Parameters:
        builder - string builder
        sqlFlags - formatting flags
        Returns:
        the specified string builder