Generated by
JDiff

Class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder

Added Methods
EmbeddedDatabaseBuilder addScripts(String[]) Add multiple SQL scripts to execute to initialize or populate the database.
EmbeddedDatabaseBuilder continueOnError(boolean) Specify that all failures which occur while executing SQL scripts should be logged but should not cause a failure.
EmbeddedDatabaseBuilder ignoreFailedDrops(boolean) Specify that a failed SQL {@code DROP} statement within an executed script can be ignored.
EmbeddedDatabaseBuilder setBlockCommentEndDelimiter(String) Specify the end delimiter for block comments in all SQL scripts.
EmbeddedDatabaseBuilder setBlockCommentStartDelimiter(String) Specify the start delimiter for block comments in all SQL scripts.
EmbeddedDatabaseBuilder setCommentPrefix(String) Specify the single-line comment prefix used in all SQL scripts.
EmbeddedDatabaseBuilder setDataSourceFactory(DataSourceFactory) Set the factory to use to create the DataSource instance that connects to the embedded database.
EmbeddedDatabaseBuilder setScriptEncoding(String) Specify the character encoding used in all SQL scripts, if different from the platform encoding.
EmbeddedDatabaseBuilder setSeparator(String) Specify the statement separator used in all SQL scripts, if a custom one.