Uses of Class
com.consol.citrus.actions.ExecutePLSQLAction.Builder
-
Packages that use ExecutePLSQLAction.Builder Package Description com.consol.citrus.actions com.consol.citrus.config.xml -
-
Uses of ExecutePLSQLAction.Builder in com.consol.citrus.actions
Methods in com.consol.citrus.actions that return ExecutePLSQLAction.Builder Modifier and Type Method Description ExecutePLSQLAction.BuilderExecutePLSQLAction.Builder. ignoreErrors(boolean ignoreErrors)Ignore errors during execution.static ExecutePLSQLAction.BuilderExecutePLSQLAction.Builder. plsql(DataSource dataSource)ExecutePLSQLAction.BuilderExecutePLSQLAction.Builder. sqlResource(org.springframework.core.io.Resource sqlResource)Setter for external file resource containing the SQL statements to execute.ExecutePLSQLAction.BuilderExecutePLSQLAction.Builder. sqlResource(org.springframework.core.io.Resource sqlResource, Charset charset)Setter for external file resource containing the SQL statements to execute.ExecutePLSQLAction.BuilderExecutePLSQLAction.Builder. sqlScript(String script)Setter for inline script.Constructors in com.consol.citrus.actions with parameters of type ExecutePLSQLAction.Builder Constructor Description ExecutePLSQLAction(ExecutePLSQLAction.Builder builder)Default constructor. -
Uses of ExecutePLSQLAction.Builder in com.consol.citrus.config.xml
Methods in com.consol.citrus.config.xml that return ExecutePLSQLAction.Builder Modifier and Type Method Description ExecutePLSQLAction.BuilderExecutePLSQLActionParser.ExecutePLSQLActionFactoryBean. getBuilder()Obtains the builder.
-