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 |
Last Article: java.sql.DatabaseMetaData
Next Article: java.sql.PreparedStatement
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.