|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.BatchResultHandler
public class BatchResultHandler
The BatchResultHandler class processes the contents of a batchresult tag in the input XML file.
| Constructor Summary | |
|---|---|
BatchResultHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(org.jdom.Element elBatchResult)
Runs the batch of SQL statements 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 BatchResultHandler()
| Method Detail |
|---|
public final java.lang.Object process(org.jdom.Element elBatchResult)
throws java.lang.Exception
process in interface IHandlerelBatchResult - the JDOM Element representing the batchsql 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 | |||||||||