java.lang.Object
org.jooq.SQLDialect.ThirdParty
- Enclosing class:
- SQLDialect
Third party representations of the enclosing 
SQLDialect.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal @NotNull Stringdriver()"Guess" the JDBC driver from aSQLDialect.final @Nullable StringThe Hibernate dialect name ornull, if the dialect is not supported by Hibernate.final @Nullable StringThe Spring DB name ornull, if the db name is not supported by Spring.
- 
Constructor Details- 
ThirdPartypublic ThirdParty()
 
- 
- 
Method Details- 
driver"Guess" the JDBC driver from aSQLDialect.- Returns:
- The appropriate JDBC driver class or
         "java.sql.Driver"if no driver class could be derived from the URL. Nevernull.
 
- 
springDbNameThe Spring DB name ornull, 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
- 
hibernateDialectThe Hibernate dialect name ornull, if the dialect is not supported by Hibernate.- See Also:
 
 
-