Uses of Interface
org.dbunit.dataset.stream.IDataSetProducer

Packages that use IDataSetProducer
org.dbunit.dataset   
org.dbunit.dataset.csv   
org.dbunit.dataset.sqlloader   
org.dbunit.dataset.stream   
org.dbunit.dataset.xml   
 

Uses of IDataSetProducer in org.dbunit.dataset
 

Constructors in org.dbunit.dataset with parameters of type IDataSetProducer
CachedDataSet(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 IDataSetProducer
 class CsvProducer
           
 class CsvURLProducer
          A Data Set Producer that 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 IDataSetProducer
 class SqlLoaderControlProducer
          Producer that creates an IDataSet using SQLLoader style '.ctl' files.
 

Uses of IDataSetProducer in org.dbunit.dataset.stream
 

Classes in org.dbunit.dataset.stream that implement IDataSetProducer
 class DataSetProducerAdapter
          Implementation of IDataSetProducer based on a given IDataSet or a ITableIterator.
 

Constructors in org.dbunit.dataset.stream with parameters of type IDataSetProducer
StreamingDataSet(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 IDataSetProducer
 class FlatDtdProducer
          Produces a DataSet from a flat DTD.
 class FlatXmlProducer
           
 class XmlProducer
          Parses an XML and produces a dataset from it.
 

Constructors in org.dbunit.dataset.xml with parameters of type IDataSetProducer
FlatDtdDataSet(IDataSetProducer producer)
           
 



Copyright © 2002-2012. All Rights Reserved.