API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. Driver View Source
Author(s)
Since
Version
Serial
Hierarchy
 Driver
Subinterfaces
Description
public interface Driver
  The interface that every driver class must implement.
See also:    DriverManager Connection
Methods
Hide/Show inherited methods
public boolean acceptsURL (String url) throws SQLException
  Retrieves whether the driver thinks that it can open a connection to the given URL.
public Connection connect (String url, Properties info) throws SQLException
  Attempts to make a database connection to the given URL.
public int getMajorVersion ()
  Retrieves the driver's major version number.
public int getMinorVersion ()
  Gets the driver's minor version number.
public DriverPropertyInfo getPropertyInfo (String url, Properties info) throws SQLException
  Gets information about the possible properties for this driver.
public boolean jdbcCompliant ()
  Reports whether this driver is a genuine JDBC CompliantTM driver.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar