Show TOC

java.sql.DriverLocate this document in the navigation structure

Definition

The interface that every driver class must implement.

Integration

Method Name

Support in Open SQL

Comments

boolean acceptsURL (String)

Connection connect (String, Properties)

int getMajorVersion()

Refers to Open SQL.

int getMinorVersion()

Refers to Open SQL.

DriverPropertyInfo[] getPropertyInfo (String, Properties)

boolean jdbcCompliant()

Returns false.