Class JDBCBoot

java.lang.Object
org.apache.derby.iapi.jdbc.JDBCBoot

public class JDBCBoot extends Object
A class to boot a Derby system that includes a JDBC driver. Should be used indirectly through JDBCDriver or JDBCServletBoot or any other useful booting mechanism that comes along.
  • Field Details

    • bootProperties

      private Properties bootProperties
    • NETWORK_SERVER_AUTOSTART_CLASS_NAME

      private static final String NETWORK_SERVER_AUTOSTART_CLASS_NAME
      See Also:
  • Constructor Details

    • JDBCBoot

      public JDBCBoot()
  • Method Details

    • addProperty

      void addProperty(String name, String value)
    • boot

      public void boot(String protocol, PrintWriter logging)
      Boot a system requesting a JDBC driver but only if there is no current JDBC driver that is handling the required protocol.
    • boot

      private static void boot(Properties props, PrintWriter logging)
      Privileged startup. Must be private so that user code can't call this entry point.