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. typically the SQL used for creating statements.
|
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.