SqlProvider
support instead.@Deprecated public interface SqlProvider extends 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()
Deprecated.
Return the SQL string for this object, i.e. typically the SQL used for creating statements.
|
@Nullable String getSql()
getSql
in interface SqlProvider
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.