|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHandler
The IHandler interface represents a SQLUnit tag handler.
Method Summary | |
---|---|
java.lang.Object |
process(org.jdom.Element el)
The process object processes the JDOM Element representing a database call of some kind, applies it to the JDBC Connection object and returns a resultant Object. |
Method Detail |
---|
java.lang.Object process(org.jdom.Element el) throws java.lang.Exception
el
- The JDOM Element representing the database call.
java.lang.Exception
- if something went wrong with the process call.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |