|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JdbcTemplate.CallableStatementCallback
A callback used to work with CallableStatement.
| Method Summary | |
|---|---|
void |
fillCallableStatement(CallableStatement cs)
initialize/Fill the CallableStatement before it is executed. |
Object |
readCallableData(CallableStatement cs)
Read/Extract data from the result of the CallableStatement execution. |
| Method Detail |
|---|
void fillCallableStatement(CallableStatement cs)
throws Exception
CallableStatement before it is executed.
Exception
Object readCallableData(CallableStatement cs)
throws Exception
CallableStatement execution. CAn optionally
have a return value.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||