Class DialectChecks.DoubleQuoteQuoting

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isMatch​(Dialect dialect)
      Does the given dialect match the defined check?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DoubleQuoteQuoting

        public DoubleQuoteQuoting()
    • 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.