Uses of Interface
org.dbunit.dataset.stream.IDataSetProducer
Packages that use IDataSetProducer
Package
Description
-
Uses of IDataSetProducer in org.dbunit.dataset
Constructors in org.dbunit.dataset with parameters of type IDataSetProducerModifierConstructorDescriptionCachedDataSet(IDataSetProducer producer) Creates a CachedDataSet that synchronously consume the specified producer.CachedDataSet(IDataSetProducer producer, boolean caseSensitiveTableNames) Creates a CachedDataSet that synchronously consume the specified producer. -
Uses of IDataSetProducer in org.dbunit.dataset.csv
Classes in org.dbunit.dataset.csv that implement IDataSetProducerModifier and TypeClassDescriptionclassclassAData Set Producerthat produces datasets from CVS files found at a base URL. -
Uses of IDataSetProducer in org.dbunit.dataset.sqlloader
Classes in org.dbunit.dataset.sqlloader that implement IDataSetProducerModifier and TypeClassDescriptionclassProducer that creates anIDataSetusing SQLLoader style '.ctl' files. -
Uses of IDataSetProducer in org.dbunit.dataset.stream
Classes in org.dbunit.dataset.stream that implement IDataSetProducerModifier and TypeClassDescriptionclassConstructors in org.dbunit.dataset.stream with parameters of type IDataSetProducerModifierConstructorDescriptionStreamingDataSet(IDataSetProducer source) StreamingIterator(IDataSetProducer source) Iterator that creates a table iterator by reading the input from the given source in an asynchronous way. -
Uses of IDataSetProducer in org.dbunit.dataset.xml
Classes in org.dbunit.dataset.xml that implement IDataSetProducerModifier and TypeClassDescriptionclassProduces a DataSet from a flat DTD.classclassParses an XML and produces a dataset from it.Constructors in org.dbunit.dataset.xml with parameters of type IDataSetProducer -
Uses of IDataSetProducer in org.dbunit.dataset.yaml
Classes in org.dbunit.dataset.yaml that implement IDataSetProducer