Module org.apache.derby.client
module org.apache.derby.client
This module corresponds to derbyclient.jar. Note that the client JDBC driver (org.apache.derby.jdbc.ClientDriver) lives in the org.apache.derby.tools module.
Applications running on remote machines access Derby databases via a remote client configuration. In its smallest footprint, remote JDBC connections are created via java.sql.DriverManager.getConnection(). Other, optional modules further expand the functionality:
- org.apache.derby.tools - This module lets the application access Derby via javax.sql.DataSources.
- java.naming - This module supports JNDI lookup of DataSources.
Module Diagram: