Java org.springframework.boot.jdbc DatabaseDriver fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.jdbc DatabaseDriver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.jdbc DatabaseDriver.

The text is from its open source code.

Field

DatabaseDriverUNKNOWN
Unknown type.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
DatabaseDriverfromJdbcUrl(String url)
Find a DatabaseDriver for the given URL.
DatabaseDriverfromProductName(String productName)
Find a DatabaseDriver for the given product name.