Class SqlMultisetSetOperator


public class SqlMultisetSetOperator extends SqlBinaryOperator
An operator which performs set operations on multisets, such as "MULTISET UNION ALL".

Not to be confused with SqlMultisetValueConstructor or SqlMultisetQueryConstructor.

todo: Represent the ALL keyword to MULTISET UNION ALL etc. as a hidden operand. Then we can obsolete this class.

  • Constructor Details

    • SqlMultisetSetOperator

      public SqlMultisetSetOperator(String name, int prec, boolean all)