|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SQLExecutor
Abstraction for something that executes an SQL statement.
| Method Summary | |
|---|---|
void |
accept(String sql)
Execute the SQL. |
| Method Detail |
|---|
void accept(String sql)
throws BadBeanException
accept in interface Destination<String>sql - The SQL. Never expected to be null.
SQLException
BadBeanException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||