Class MergeMethodDefinition

    • Constructor Detail

      • MergeMethodDefinition

        protected MergeMethodDefinition​(Fragment root)
        Create the abstract base for a merge method definition.
        Parameters:
        root - root MERGE statement
    • Method Detail

      • where

        public Merge where​(BooleanExpression expression)
        Add a WHERE clause MERGE definition.
        Parameters:
        expression - filter expression
        Returns:
        parent MERGE statement
      • getWhere

        public WhereClause getWhere()
        Get the WHERE clause of the merge method definition.
        Returns:
        WHERE clause
      • hasWhere

        public boolean hasWhere()
        Check if the WHERE clause exists.
        Returns:
        true if the WHERE clause exists