Generated by
JDiff

Class org.springframework.test.jdbc.JdbcTestUtils

Added Methods
String readScript(LineNumberReader, String) Read a script from the provided {@code LineNumberReader}, using the supplied comment prefix, and build a {@code String} containing the lines.
 

Changed Methods
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.