SqlProvider « Database « Spring Q&A





1. SqlProvider    forum.springsource.org

Hi, I'm using SqlFunction to execute some SQL. I notice that there is an SqlProvider class which if implemented (e.g. by a PreparedStatementCreator), will cause the relevant SQL to be logged. ...