java.lang.Object
org.jooq.SQLDialect.ThirdParty
- Enclosing class:
SQLDialect
Third party representations of the enclosing
SQLDialect
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal @NotNull String
driver()
"Guess" the JDBC driver from aSQLDialect
.final @Nullable String
The Hibernate dialect name ornull
, if the dialect is not supported by Hibernate.final @Nullable String
The 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.
-