Class ExecutePLSQLAction

java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
org.citrusframework.actions.AbstractDatabaseConnectingTestAction
org.citrusframework.actions.ExecutePLSQLAction
All Implemented Interfaces:
Described, Named, TestAction, 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 Details

    • PLSQL_STMT_ENDING

      public static final String PLSQL_STMT_ENDING
      Special statement endoing character sequence
      See Also:
  • Constructor Details

  • Method Details