Package org.apache.derby.jdbc
Class ClientDriver40
java.lang.Object
org.apache.derby.jdbc.ClientDriver
org.apache.derby.jdbc.ClientDriver40
- All Implemented Interfaces:
Driver
Adds driver functionality which is only visible from JDBC 4.0 onward.
This class was part of Derby's public API up to Derby 10.10. Even though
it doesn't provide any more functionality than ClientDriver
, it
is preserved for backward compatibility.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.derby.jdbc.ClientDriver
acceptsURL, connect, getFactory, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, jdbcCompliant, registerMe
-
Constructor Details
-
ClientDriver40
public ClientDriver40()
-