org.apache.derby.catalog
Class Java5SystemProcedures
- java.lang.Object
-
- org.apache.derby.catalog.Java5SystemProcedures
-
public class Java5SystemProcedures extends java.lang.ObjectSystem procedures which run only on Java 5 or higher.
-
-
Constructor Summary
Constructors Constructor and Description Java5SystemProcedures()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidSYSCS_REGISTER_TOOL(java.lang.String toolName, boolean register, java.lang.String... optionalArgs)Load or unload an optional tool package.
-
-
-
Method Detail
-
SYSCS_REGISTER_TOOL
public static void SYSCS_REGISTER_TOOL(java.lang.String toolName, boolean register, java.lang.String... optionalArgs) throws java.sql.SQLExceptionLoad or unload an optional tool package. If the tool name is the special CUSTOM_TOOL_CLASS_NAME tool, then the first optionalArg is the name of a user-supplied class which implements OptionalTool.
- Parameters:
toolName- Name of the tool package.register- True if the package should be loaded, false otherwise.optionalArgs- Tool-specific configuration parameters.- Throws:
java.sql.SQLException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG