| java.lang.Object org.apache.derby.iapi.jdbc.JDBCBoot
JDBCBoot | public class JDBCBoot (Code) | | 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 | |
void | addProperty(String name, String value) | public void | boot(String protocol, PrintStream logging) Boot a system requesting a JDBC driver but only if there is
no current JDBC driver that is handling the required protocol. |
JDBCBoot | public JDBCBoot()(Code) | | |
boot | public void boot(String protocol, PrintStream logging)(Code) | | Boot a system requesting a JDBC driver but only if there is
no current JDBC driver that is handling the required protocol.
|
|
|