Module org.apache.derby.tools

A set of basic tools (including an interactive SQL monitor) can access Derby databases via either the embedded or remote client drivers. Optional functionality includes:

  • org.apache.derby.engine - Include this module for embedded access.
  • org.apache.derby.client - Include this module for remote access.
  • org.apache.derby.locale_* - Include these modules for non-English diagnostic messages.
  • org.osgi.framework - See the header comment on the engine module.
  • java.management - See the header comment on the engine module.
  • java.naming - This module supports JNDI lookup of LDAP authenticators when running with the embedded driver.

Module Diagram:

module diagram for org.apache.derby.tools