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 TypeClassDescriptionclassIDataSetProducerthat streams table and row events by parsing CSV files.classAData Set Producerthat produces datasets from CVS files found at a base URL. -
Uses of IDataSetProducer in org.dbunit.dataset.json
Classes in org.dbunit.dataset.json that implement IDataSetProducerModifier and TypeClassDescriptionclassProduces a dataset by reading a JSON document. -
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) Creates a dataset that asynchronously consumes the given producer.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.classIDataSetProducerthat parses a flat XML dataset document via SAX and streams table/row events.classParses an XML and produces a dataset from it.Constructors in org.dbunit.dataset.xml with parameters of type IDataSetProducerModifierConstructorDescriptionFlatDtdDataSet(IDataSetProducer producer) Creates a dataset that synchronously consumes the specified producer. -
Uses of IDataSetProducer in org.dbunit.dataset.yaml
Classes in org.dbunit.dataset.yaml that implement IDataSetProducerModifier and TypeClassDescriptionclassIDataSetProducerthat parses a YAML dataset document and streams table/row events.