Class UnionOp

    • Constructor Detail

      • UnionOp

        public UnionOp()
    • Method Detail

      • isAll

        public boolean isAll()
      • setAll

        public void setAll​(boolean all)
      • isDistinct

        public boolean isDistinct()
      • setDistinct

        public void setDistinct​(boolean distinct)
      • withDistinct

        public UnionOp withDistinct​(boolean distinct)
      • withAll

        public UnionOp withAll​(boolean all)