Hitachi Advanced Database Application Development Guide
Contents
Glossary
Index
Previous
157 / 859
Next
Cover
8. The JDBC 1.2 API
8.1 Driver interface
This section explains the methods provided by the Driver interface.
8.1.1 List of the methods in the Driver interface
8.1.2 acceptsURL(String url)
8.1.3 connect(String url, Properties info)
8.1.4 getMajorVersion()
8.1.5 getMinorVersion()
8.1.6 getPropertyInfo(String url, Properties info)
8.1.7 jdbcCompliant()
8.1.8 Escape clause
To Page Top