Class SubQueryEqualsRowMatcher

    • Constructor Detail

      • SubQueryEqualsRowMatcher

        public SubQueryEqualsRowMatcher()
    • Method Detail

      • matches

        public boolean matches​(Object expr)
                        throws SQLException
        Description copied from interface: SubQueryRowMatcher
        Called with value for each row of sub-query, to determine whether outer/parent SQL expression is evaluated.
        Specified by:
        matches in interface SubQueryRowMatcher
        Parameters:
        expr - value for current row.
        Returns:
        true if value completes SQL sub-query evaluation and sub-query should stop.
        Throws:
        SQLException - if there is an error evaluating the expression.