Uses of Class
org.citrusframework.actions.ExecuteSQLAction.Builder
Packages that use ExecuteSQLAction.Builder
-
Uses of ExecuteSQLAction.Builder in org.citrusframework.actions
Methods in org.citrusframework.actions that return ExecuteSQLAction.BuilderModifier and TypeMethodDescriptionExecuteSQLAction.Builder.ignoreErrors(boolean ignoreErrors) Ignore errors during execution.static ExecuteSQLAction.BuilderExecuteSQLAction.Builder.sql()static ExecuteSQLAction.BuilderExecuteSQLAction.Builder.sql(DataSource dataSource) -
Uses of ExecuteSQLAction.Builder in org.citrusframework.config.xml
Methods in org.citrusframework.config.xml that return ExecuteSQLAction.BuilderModifier and TypeMethodDescriptionSQLActionParser.ExecuteSQLActionFactoryBean.getBuilder()Obtains the builder.