java.sql.Driver
This section describes java.sql.Driver, the database driver interface.
Method Name |
Return Type |
Support JDBC 4 |
---|---|---|
acceptsURL(String url) |
boolean |
Yes |
connect(String url, Properties info) |
Connection |
Yes |
jdbcCompliant() |
boolean |
Yes |
getMajorVersion() |
int |
Yes |
getMinorVersion() |
int |
Yes |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.