|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by objects that can provide SQL strings.
Typically implemented by statement creators that want to expose the SQL they use to create their statements, to allow for better contextual information in case of exceptions.
PreparedStatementCreator
,
CallableStatementCreator
Method Summary | |
java.lang.String |
getSql()
Return the SQL string for this object, typically the SQL used for creating statements. |
Method Detail |
public java.lang.String getSql()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |