Class RunSqlStepExecutable

    • Constructor Detail

      • RunSqlStepExecutable

        public RunSqlStepExecutable​(java.util.Map<java.lang.String,​java.util.List<EnvironmentType>> environment,
                                    java.lang.String message,
                                    java.lang.String sql,
                                    java.lang.String database)
                             throws PortalException
        Creates a new instance.
        Parameters:
        environment - the environment configuration.
        message - the message to be displayed.
        sql - the SQL command.
        database - the target database.
        Throws:
        PortalException
        Since:
        7.1.0
      • RunSqlStepExecutable

        public RunSqlStepExecutable​(java.util.Map<java.lang.String,​java.util.List<EnvironmentType>> environment,
                                    java.lang.String message,
                                    org.w3c.dom.Node runSqlNode)
                             throws PortalException
        Creates a new instance.
        Parameters:
        environment - the environment configuration.
        message - the message to be displayed.
        runSqlNode - the SQL node.
        Throws:
        PortalException
        Since:
        7.1.0