public interface SqlProvider
Typically implemented by objects that want to expose the SQL they use to create their statements, to allow for better contextual information in case of exceptions.
Modifier and Type | Method and Description |
---|---|
String |
getSql()
Return the SQL string for this object, i.e.
|