Interface DialectCheck

    • Method Detail

      • isMatch

        boolean isMatch​(Dialect dialect)
        Does the given dialect match the defined check?
        Parameters:
        dialect - The dialect against which to check
        Returns:
        true if it matches; false otherwise.