public class JDBCBoot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Properties |
bootProperties |
private static java.lang.String |
NETWORK_SERVER_AUTOSTART_CLASS_NAME |
Constructor and Description |
---|
JDBCBoot() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addProperty(java.lang.String name,
java.lang.String value) |
private static void |
boot(java.util.Properties props,
java.io.PrintWriter logging)
Privileged startup.
|
void |
boot(java.lang.String protocol,
java.io.PrintWriter logging)
Boot a system requesting a JDBC driver but only if there is
no current JDBC driver that is handling the required protocol.
|
private java.util.Properties bootProperties
private static final java.lang.String NETWORK_SERVER_AUTOSTART_CLASS_NAME
void addProperty(java.lang.String name, java.lang.String value)
public void boot(java.lang.String protocol, java.io.PrintWriter logging)
private static void boot(java.util.Properties props, java.io.PrintWriter logging)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.