Tag Archives: Spring JDBC

Debugging SQL statements in Spring JDBC

Spring JDBC support allows us to concentrate on the SQL code rather than on <rant>babysitting the JDBC framework and handling the checked exceptions it throws</rant>. The trouble comes when you’re trying to debug the SQL statement itself, especially if you … Continue reading

Posted in Jan's Blog | Tagged , | 1 Comment