java.lang.Objectorg.h2.Driver
All Implemented Interfaces:
Driver
Class.forName("org.h2.Driver");
Connection conn = DriverManager.getConnection(
"jdbc:h2:˜/test", "sa", "sa");
| Method from org.h2.Driver Summary: |
|---|
| acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant, load, unload |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.h2.Driver Detail: |
|---|
|
|
|
|
|
|
|
|