java.lang.Object
org.jooq.SQLDialect.ThirdParty
- Enclosing class:
 SQLDialect
Third party representations of the enclosing 
SQLDialect.- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
ThirdParty
public 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. 
 - 
springDbName
The 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 - 
hibernateDialect
The Hibernate dialect name ornull, if the dialect is not supported by Hibernate.- See Also:
 
 
 -