forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
4.6 KiB
4.6 KiB
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 |
Parent topic: JDBC Interface Reference