Show TOC

Object documentationjava.sql.Driver Locate this document in the navigation structure

 

The interface that every driver class must implement.

Integration

Methods of Interface java.sql.Driver

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.