Package org.apache.derby.jdbc
Class ClientDriver40
- java.lang.Object
-
- org.apache.derby.jdbc.ClientDriver
-
- org.apache.derby.jdbc.ClientDriver40
-
- All Implemented Interfaces:
java.sql.Driver
public class ClientDriver40 extends ClientDriver
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 Constructor Description ClientDriver40()
-
Method Summary
-
Methods inherited from class org.apache.derby.jdbc.ClientDriver
acceptsURL, connect, getFactory, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, jdbcCompliant, registerMe
-
-