|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.SubDefHandler
public class SubDefHandler
The SubDefHandler processes a JDOM Element representing a subroutine definition. A subroutine definition is a complete definition of a stored procedure or SQL call, except that some parameter values may be left missing. These values should be assigned by the sub tag.
| Constructor Summary | |
|---|---|
SubDefHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(org.jdom.Element elSubDef)
Partially defines a stored procedure or SQL call and stores it into the symbol table for later execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubDefHandler()
| Method Detail |
|---|
public final java.lang.Object process(org.jdom.Element elSubDef)
throws java.lang.Exception
process in interface IHandlerelSubDef - the JDOM Element representing the subdef directive.
java.lang.Exception - if something went wrong with the subdef operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||