Uses of Interface
org.dbunit.dataset.stream.IDataSetConsumer
Packages that use IDataSetConsumer
Package
Description
-
Uses of IDataSetConsumer in org.dbunit.dataset
Classes in org.dbunit.dataset that implement IDataSetConsumerModifier and TypeClassDescriptionclassHold copy of another dataset or a consumed provider content. -
Uses of IDataSetConsumer in org.dbunit.dataset.csv
Classes in org.dbunit.dataset.csv that implement IDataSetConsumerModifier and TypeClassDescriptionclassThis class constructs an IDataSet given a directory containing CSV files.classIDataSetConsumerthat writes a dataset's tables and rows to CSV files.classThis class constructs an IDataSet given a base URL containing CSV files.Methods in org.dbunit.dataset.csv with parameters of type IDataSetConsumerModifier and TypeMethodDescriptionvoidCsvProducer.setConsumer(IDataSetConsumer consumer) voidCsvURLProducer.setConsumer(IDataSetConsumer consumer) -
Uses of IDataSetConsumer in org.dbunit.dataset.json
Classes in org.dbunit.dataset.json that implement IDataSetConsumerModifier and TypeClassDescriptionclassReads and writes flat JSON-based dataset documents.Methods in org.dbunit.dataset.json with parameters of type IDataSetConsumer -
Uses of IDataSetConsumer in org.dbunit.dataset.sqlloader
Classes in org.dbunit.dataset.sqlloader that implement IDataSetConsumerModifier and TypeClassDescriptionclassThis class constructs anIDataSetgiven a directory containing control files.Methods in org.dbunit.dataset.sqlloader with parameters of type IDataSetConsumerModifier and TypeMethodDescriptionvoidSqlLoaderControlProducer.setConsumer(IDataSetConsumer consumer) -
Uses of IDataSetConsumer in org.dbunit.dataset.stream
Classes in org.dbunit.dataset.stream that implement IDataSetConsumerModifier and TypeClassDescriptionclassImplementation ofIDataSetConsumerwhich buffers all data until theBufferedConsumer.endDataSet()event occurs.classThis class provides no op implementations for all of the callbacks in theIDataSetConsumerinterface.Methods in org.dbunit.dataset.stream with parameters of type IDataSetConsumerModifier and TypeMethodDescriptionvoidDataSetProducerAdapter.setConsumer(IDataSetConsumer consumer) voidIDataSetProducer.setConsumer(IDataSetConsumer consumer) Sets the consumer notified of this producer's dataset content.Constructors in org.dbunit.dataset.stream with parameters of type IDataSetConsumerModifierConstructorDescriptionBufferedConsumer(IDataSetConsumer wrappedConsumer) Creates a consumer that buffers all data untilBufferedConsumer.endDataSet(), then flushes it to the given wrapped consumer. -
Uses of IDataSetConsumer in org.dbunit.dataset.xml
Classes in org.dbunit.dataset.xml that implement IDataSetConsumerModifier and TypeClassDescriptionclassIDataSetbuilt by consuming table metadata declared in a flat DTD document.classReads and writes flat XML dataset document.classIDataSetConsumerthat writes a dataset to the DbUnit flat XML dataset format.classReads and writes original XML dataset document.classIDataSetConsumerthat writes a dataset to the DbUnit XML dataset format.Methods in org.dbunit.dataset.xml with parameters of type IDataSetConsumerModifier and TypeMethodDescriptionvoidFlatDtdProducer.setConsumer(IDataSetConsumer consumer) voidFlatXmlProducer.setConsumer(IDataSetConsumer consumer) voidXmlProducer.setConsumer(IDataSetConsumer consumer) -
Uses of IDataSetConsumer in org.dbunit.dataset.yaml
Classes in org.dbunit.dataset.yaml that implement IDataSetConsumerModifier and TypeClassDescriptionclassReads and writes flat YAML-based dataset documents.Methods in org.dbunit.dataset.yaml with parameters of type IDataSetConsumer