Package org.jooq

Class SQLDialect.ThirdParty

  • Enclosing class:
    SQLDialect

    public final class SQLDialect.ThirdParty
    extends java.lang.Object
    Third party representations of the enclosing SQLDialect.
    • Constructor Summary

      Constructors 
      Constructor Description
      ThirdParty()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String hibernateDialect()
      The Hibernate dialect name or null, if the dialect is not supported by Hibernate.
      java.lang.String springDbName()
      The Spring DB name or null, if the db name is not supported by Spring.
      • Methods inherited from class java.lang.Object

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

      • ThirdParty

        public ThirdParty()
    • Method Detail

      • springDbName

        public final java.lang.String springDbName()
        The Spring DB name or null, if the db name is not supported by Spring.

        The name returned by this method corresponds to the DB id as referenced in org/springframework/jdbc/support/sql-error-codes.xml