|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.BatchCallHandler
public class BatchCallHandler
The BatchCallHandler class processes the contents of a batchcall tag in the input XML file.
| Constructor Summary | |
|---|---|
BatchCallHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(org.jdom.Element elBatchCall)
Runs the batch of paramterized SQL statements or stored procedures supplied as a batch and returns a BatchDatabaseResult object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchCallHandler()
| Method Detail |
|---|
public final java.lang.Object process(org.jdom.Element elBatchCall)
throws java.lang.Exception
process in interface IHandlerelBatchCall - the JDOM Element representing the batchcall tag.
java.lang.Exception - if there was a problem running the SQL.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||