Class DialectChecks.SupportsParametersInInsertSelectCheck

    • Constructor Detail

      • SupportsParametersInInsertSelectCheck

        public SupportsParametersInInsertSelectCheck()
    • Method Detail

      • isMatch

        public boolean isMatch​(Dialect dialect)
        Description copied from interface: DialectCheck
        Does the given dialect match the defined check?
        Specified by:
        isMatch in interface DialectCheck
        Parameters:
        dialect - The dialect against which to check
        Returns:
        true if it matches; false otherwise.