java.sql.Driver
java.sql.Driver is a database driver API.
Method Name |
Return Type |
JDBC4 Supported or Not |
---|---|---|
acceptsURL(String url) |
Boolean |
Yes |
connect(String url, Properties info) |
Connection |
Yes |
jdbcCompliant() |
Boolean |
Yes |
getMajorVersion() |
int |
Yes |
getMinorVersion() |
int |
Yes |
getParentLogger() |
Logger |
Yes |
getPropertyInfo(String url, Properties info) |
DriverPropertyInfo[] |
Yes |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.