public interface SqlProvider
Typically implemented by PreparedStatementCreators, CallableStatementCreators and StatementCallbacks that want to expose the SQL they use to create their statements, to allow for better contextual information in case of exceptions.
PreparedStatementCreator
,
CallableStatementCreator
,
StatementCallback
String getSql()
null