Class AggregateFunctionStateObject

    • Field Detail

      • DISTINCT_PROPERTY

        public static final String DISTINCT_PROPERTY
        Notifies the visibility of the DISTINCT identifier has changed.
        See Also:
        Constant Field Values
    • Method Detail

      • hasDistinct

        public boolean hasDistinct()
        Sets whether the DISTINCT keyword should be part of the query, which is used to return only distinct (different) values.
        Returns:
        true to add DISTINCT to the query in order to have distinct values; false if it is not required
      • setDistinct

        public void setDistinct​(boolean distinct)
        Sets whether the DISTINCT keyword should be part of the query, which is used to return only distinct (different) values
        Parameters:
        distinct - true to add DISTINCT to the query in order to have distinct values; false if it is not required
      • setStateObject

        public void setStateObject​(StateObject stateObject)
      • toggleDistinct

        public void toggleDistinct()
        Reverses the visibility of the DISTINCT identifier.