JDBC driver

This is the JDBC driver for Derby:
  • org.apache.derby.jdbc.EmbeddedDriver

    Used to boot the embedded built-in JDBC driver and the Derby system.

  • org.apache.derby.jdbc.ClientDriver

    Used to connect to the Derby Network Server in client-server mode.

See the Java DB Developer's Guide.
Related reference
DataSource classes