public interface OptionalTool
Interface implemented by optional tools which can be loaded and unloaded. In addition to the methods listed here, an OptionalTool must have a public no-arg constructor so that it can be instantiated by the DataDictionary.
| Modifier and Type | Method and Description |
|---|---|
void |
loadTool(java.lang.String... configurationParameters)
Load the tool, giving it optional configuration parameters
|
void |
unloadTool(java.lang.String... configurationParameters)
Unload the tool, giving it optional configuration parameters
|
void loadTool(java.lang.String... configurationParameters)
throws java.sql.SQLException
java.sql.SQLExceptionvoid unloadTool(java.lang.String... configurationParameters)
throws java.sql.SQLException
java.sql.SQLExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.