Class DefaultWherePath

    • Constructor Detail

      • DefaultWherePath

        public DefaultWherePath​(AbstractPath parent)
    • Method Detail

      • where

        public GroupByPath where​(Expression expression)
        Description copied from interface: WherePath
        Filter resulting rows based on the given expression.
        Specified by:
        where in interface WherePath
        Parameters:
        expression - the filter expression.
        Returns:
        the next possible steps.
      • where

        public GroupByPath where​(String expression)
        Description copied from interface: WherePath
        Filter resulting rows based on the given expression. The given string will be converted into an expression internally.
        Specified by:
        where in interface WherePath
        Parameters:
        expression - the filter expression.
        Returns:
        the next possible steps.