Java java.sql Driver fields, constructors, methods, implement or subclass

Example usage for Java java.sql Driver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql Driver.

The text is from its open source code.

Implementation

java.sql.Driver has the following implementations.
Click this link to see all its implementation.

Method

booleanacceptsURL(String url)
Retrieves whether the driver thinks that it can open a connection to the given URL.
Connectionconnect(String url, java.util.Properties info)
Attempts to make a database connection to the given URL.
ClassgetClass()
Returns the runtime class of this Object .
intgetMajorVersion()
Retrieves the driver's major version number.
intgetMinorVersion()
Gets the driver's minor version number.
LoggergetParentLogger()
Return the parent Logger of all the Loggers used by this driver.
DriverPropertyInfo[]getPropertyInfo(String url, java.util.Properties info)
Gets information about the possible properties for this driver.
booleanjdbcCompliant()
Reports whether this driver is a genuine JDBC Compliant™ driver.
StringtoString()
Returns a string representation of the object.