Uses of Enum Class
org.springframework.boot.jdbc.DatabaseDriver
Packages that use DatabaseDriver
Package
Description
Support for Java Database Connectivity (JDBC).
Support for initialization of an SQL database using a JDBC
DataSource
.-
Uses of DatabaseDriver in org.springframework.boot.jdbc
Subclasses with type arguments of type DatabaseDriver in org.springframework.boot.jdbcMethods in org.springframework.boot.jdbc that return DatabaseDriverModifier and TypeMethodDescriptionstatic DatabaseDriver
DatabaseDriver.fromJdbcUrl
(@Nullable String url) Find aDatabaseDriver
for the given URL.static DatabaseDriver
DatabaseDriver.fromProductName
(@Nullable String productName) Find aDatabaseDriver
for the given product name.static DatabaseDriver
Returns the enum constant of this class with the specified name.static DatabaseDriver[]
DatabaseDriver.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DatabaseDriver in org.springframework.boot.jdbc.init
Methods in org.springframework.boot.jdbc.init with parameters of type DatabaseDriverModifier and TypeMethodDescriptionPlatformPlaceholderDatabaseDriverResolver.withDriverPlatform
(DatabaseDriver driver, String platform) Creates a newPlatformPlaceholderDatabaseDriverResolver
that will map the givendriver
to the givenplatform
.