Show TOC Start of Content Area

Object documentation java.sql.Driver  Locate the document in its SAP Library structure

Definition

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)

r

 

Connection connect (String, Properties)

a

 

int getMajorVersion()

a

Refers to Open SQL.

int getMinorVersion()

a

Refers to Open SQL.

DriverPropertyInfo[] getPropertyInfo (String, Properties)

r

 

boolean jdbcCompliant()

a

Returns false.

 

 

End of Content Area