Documentation of 'org.apache.derby.catalog.Java5SystemProcedures' Java class
Java5SystemProcedures
org.apache.derby.catalog

Class Java5SystemProcedures



  • public class Java5SystemProcedures
    extends java.lang.Object

    System procedures which run only on Java 5 or higher.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void SYSCS_REGISTER_TOOL(java.lang.String toolName, boolean register, java.lang.String... optionalArgs)
      Load or unload an optional tool package.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Java5SystemProcedures

        public Java5SystemProcedures()
    • Method Detail

      • SYSCS_REGISTER_TOOL

        public static void SYSCS_REGISTER_TOOL(java.lang.String toolName,
                                               boolean register,
                                               java.lang.String... optionalArgs)
                                        throws java.sql.SQLException

        Load 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

You see the box below because you did not login.