Class RunSQLScript

  • All Implemented Interfaces:
    Callable<Integer>

    public class RunSQLScript
    extends Object
    implements Callable<Integer>
    A command-line tool to run one or more SQL Scripts via the Plugin SQL execution tool.

    You need to use this via the Launcher entry point, aka the ‘iiq’ command. The Launcher automatically loads command classes from WEB-INF, so it’s sufficient for IIQ Common to be there, along with picocli.

    Usage: ./iiq com.identityworksllc.iiq.common.tools.RunSQLScript path/to/script1 path/to/script2…

    • Method Detail

      • main

        public static void main​(String[] args)
        Main method, to be invoked by the Sailpoint Launcher.

        Defers immediately to picocli to handle the inputs.

        Parameters:
        args - The command line arguments