Class ExecuteSQLAction

java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
org.citrusframework.actions.AbstractDatabaseConnectingTestAction
org.citrusframework.actions.ExecuteSQLAction
All Implemented Interfaces:
Described, Named, TestAction, TestActorAware, org.springframework.beans.factory.InitializingBean

public class ExecuteSQLAction extends AbstractDatabaseConnectingTestAction
Test action execute SQL statements. Use this action when executing database altering statements like UPDATE, INSERT, ALTER, DELETE. Statements are either embedded inline in the test case description or given by an external file resource. When executing SQL query statements (SELECT) see ExecuteSQLQueryAction.
Since:
2006
Author:
Christoph Deppisch, Jan Szczepanski