|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Input
Implementations of this interface wrap the IDataSetProducer instances and are able to
close the system resources when the producer instance is no longer needed.
| Method Summary | |
|---|---|
void |
close()
Closes any system resources that were used by the producer and prepares the input to provide a new data set producer with the call to getProducer(). |
org.dbunit.dataset.stream.IDataSetProducer |
getProducer()
The returned producer is assumed to produce a data set that can then be fed into a database. |
| Method Detail |
|---|
org.dbunit.dataset.stream.IDataSetProducer getProducer()
throws Exception
Exception
void close()
throws IOException
getProducer().
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||