JDBC drivers has two JDBC drivers. org.apache.derby.jdbc.EmbeddedDriver org.apache.derby.jdbc.ClientDriver
  • org.apache.derby.jdbc.EmbeddedDriver

    Used to boot the embedded built-in JDBC driver and the system. See the for more information.

  • org.apache.derby.jdbc.ClientDriver

    Used to connect to the Network Server in client-server mode. See the for more information.