org.apache.derby.iapi.jdbc
Class JDBCBoot
java.lang.Object
org.apache.derby.iapi.jdbc.JDBCBoot
- public class JDBCBoot
- extends java.lang.Object
A class to boot a cloudscape system that includes a JDBC driver.
Should be used indirectly through JDBCDriver or JDBCServletBoot
or any other useful booting mechanism that comes along.
Method Summary |
(package private) void |
addProperty(java.lang.String name,
java.lang.String value)
|
void |
boot(java.lang.String protocol,
java.io.PrintStream logging)
Boot a system requesting a JDBC driver but only if there is
no current JDBC driver that is handling the required protocol. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bootProperties
private java.util.Properties bootProperties
NETWORK_SERVER_AUTOSTART_CLASS_NAME
private static final java.lang.String NETWORK_SERVER_AUTOSTART_CLASS_NAME
- See Also:
- Constant Field Values
JDBCBoot
public JDBCBoot()
addProperty
void addProperty(java.lang.String name,
java.lang.String value)
boot
public void boot(java.lang.String protocol,
java.io.PrintStream logging)
- Boot a system requesting a JDBC driver but only if there is
no current JDBC driver that is handling the required protocol.
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.