Package org.apache.derby.iapi.jdbc
Class JDBCBoot
java.lang.Object
org.apache.derby.iapi.jdbc.JDBCBoot
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addProperty
(String name, String value) 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.private static void
boot
(Properties props, PrintWriter logging) Privileged startup.
-
Field Details
-
bootProperties
-
NETWORK_SERVER_AUTOSTART_CLASS_NAME
- See Also:
-
-
Constructor Details
-
JDBCBoot
public JDBCBoot()
-
-
Method Details
-
addProperty
-
boot
Boot a system requesting a JDBC driver but only if there is no current JDBC driver that is handling the required protocol. -
boot
Privileged startup. Must be private so that user code can't call this entry point.
-