Uses of Enum Class
org.springframework.boot.jdbc.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
Modifier and TypeMethodDescriptionstatic DatabaseDriver
DatabaseDriver.fromDataSource
(DataSource dataSource) Find aDatabaseDriver
for the givenDataSource
.static DatabaseDriver
DatabaseDriver.fromJdbcUrl
(String url) Find aDatabaseDriver
for the given URL.static DatabaseDriver
DatabaseDriver.fromProductName
(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
Modifier and TypeMethodDescriptionPlatformPlaceholderDatabaseDriverResolver.withDriverPlatform
(DatabaseDriver driver, String platform) Creates a newPlatformPlaceholderDatabaseDriverResolver
that will map the givendriver
to the givenplatform
.