Class H2Dialect

    • Constructor Summary

      Constructors 
      Constructor Description
      H2Dialect()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String escape​(java.lang.String toEscape)  
      • Methods inherited from class java.lang.Object

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

      • H2Dialect

        public H2Dialect()
    • Method Detail

      • escape

        public java.lang.String escape​(java.lang.String toEscape)
        Specified by:
        escape in interface Dialect
        Overrides:
        escape in class AnsiDialect