|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface SqlProvider
Interface to be implemented by objects that can provide SQL strings.
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()
Return the SQL string for this object, i.e. |
| 方法详细信息 |
|---|
String getSql()
null
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||