Class ExecutePLSQLAction

  • All Implemented Interfaces:
    com.consol.citrus.common.Described, com.consol.citrus.common.Named, com.consol.citrus.TestAction, com.consol.citrus.TestActorAware, org.springframework.beans.factory.InitializingBean

    public class ExecutePLSQLAction
    extends AbstractDatabaseConnectingTestAction
    Class executes PLSQL statements either declared inline as PLSQL statements or given by an external file resource.
    Since:
    2008
    Author:
    Christoph Deppisch
    • Field Detail

      • PLSQL_STMT_ENDING

        public static final String PLSQL_STMT_ENDING
        Special statement endoing character sequence
        See Also:
        Constant Field Values
    • Method Detail

      • executeStatements

        protected void executeStatements​(List<String> statements,
                                         com.consol.citrus.context.TestContext context)
        Run all PLSQL statements.
        Parameters:
        statements -
        context -
      • getScript

        public String getScript()
        Gets the script.
        Returns:
        the script
      • isIgnoreErrors

        public boolean isIgnoreErrors()
        Gets the ignoreErrors.
        Returns:
        the ignoreErrors