Generated by
JDiff

Class org.springframework.test.jdbc.JdbcTestUtils

Changed Methods
void splitSqlScript(String, char, List<String>) Documentation changed from old to new.
Split an SQL script into separate statements delimited by the provided delimiter character.
void executeSqlScript(JdbcTemplate, Resource, boolean) Documentation changed from old to new.
Execute the given SQL script.
void executeSqlScript(JdbcTemplate, ResourceLoader, String, boolean) Documentation changed from old to new.
Execute the given SQL script.
void executeSqlScript(JdbcTemplate, EncodedResource, boolean) Documentation changed from old to new.
Execute the given SQL script.
String readScript(LineNumberReader) Documentation changed from old to new.
Read a script from the provided {@code LineNumberReader}, using "{@code --}" as the comment prefix, and build a {@code String} containing the lines.
String readScript(LineNumberReader, String) Documentation changed from old to new.
Read a script from the provided {@code LineNumberReader}, using the supplied comment prefix, and build a {@code String} containing the lines.