Class ExceptOp

    • Constructor Detail

      • ExceptOp

        public ExceptOp()
    • Method Detail

      • isAll

        public boolean isAll()
      • setAll

        public void setAll​(boolean all)
      • isDistinct

        public boolean isDistinct()
      • setDistinct

        public void setDistinct​(boolean distinct)
      • withDistinct

        public ExceptOp withDistinct​(boolean distinct)
      • withAll

        public ExceptOp withAll​(boolean all)