Uses of Interface
org.dbunit.dataset.ITableIterator
Packages that use ITableIterator
Package
Description
-
Uses of ITableIterator in org.dbunit.database
Classes in org.dbunit.database that implement ITableIteratorModifier and TypeClassDescriptionclassclassIterator used to iterate over a list of tables using a specific query for retrieving data for every table.Methods in org.dbunit.database that return ITableIteratorModifier and TypeMethodDescriptionprotected ITableIteratorDatabaseDataSet.createIterator(boolean reversed) protected ITableIteratorQueryDataSet.createIterator(boolean reversed) -
Uses of ITableIterator in org.dbunit.dataset
Classes in org.dbunit.dataset that implement ITableIteratorMethods in org.dbunit.dataset that return ITableIteratorModifier and TypeMethodDescriptionprotected abstract ITableIteratorAbstractDataSet.createIterator(boolean reversed) Creates an iterator which provides access to all tables of this datasetprotected ITableIteratorCachedDataSet.createIterator(boolean reversed) protected ITableIteratorCaseInsensitiveDataSet.createIterator(boolean reversed) Deprecated.protected ITableIteratorCompositeDataSet.createIterator(boolean reversed) protected ITableIteratorDefaultDataSet.createIterator(boolean reversed) protected ITableIteratorFilteredDataSet.createIterator(boolean reversed) protected ITableIteratorForwardOnlyDataSet.createIterator(boolean reversed) protected ITableIteratorLowerCaseDataSet.createIterator(boolean reversed) protected ITableIteratorReplacementDataSet.createIterator(boolean reversed) protected ITableIteratorSortedDataSet.createIterator(boolean reversed) protected ITableIteratorTableDecoratorDataSet.createIterator(boolean reversed) AbstractDataSet.iterator()IDataSet.iterator()Returns an iterator over the tables in this dataset in proper sequence.AbstractDataSet.reverseIterator()IDataSet.reverseIterator()Returns an iterator over the tables in this dataset in reverse sequence.Methods in org.dbunit.dataset with parameters of type ITableIteratorModifier and TypeMethodDescriptionstatic ITable[]DataSetUtils.getTables(ITableIterator iterator) Returns the tables from the specified iterator. -
Uses of ITableIterator in org.dbunit.dataset.excel
Methods in org.dbunit.dataset.excel that return ITableIteratorModifier and TypeMethodDescriptionprotected ITableIteratorXlsDataSet.createIterator(boolean reversed) -
Uses of ITableIterator in org.dbunit.dataset.filter
Classes in org.dbunit.dataset.filter that implement ITableIteratorMethods in org.dbunit.dataset.filter that return ITableIteratorModifier and TypeMethodDescriptionReturns iterator of tables allowed by this filter from the specified dataset. -
Uses of ITableIterator in org.dbunit.dataset.stream
Classes in org.dbunit.dataset.stream that implement ITableIteratorModifier and TypeClassDescriptionclassAsynchronous table iterator that uses a new Thread for asynchronous processing.Methods in org.dbunit.dataset.stream that return ITableIteratorModifier and TypeMethodDescriptionprotected ITableIteratorStreamingDataSet.createIterator(boolean reversed) Constructors in org.dbunit.dataset.stream with parameters of type ITableIterator -
Uses of ITableIterator in org.dbunit.dataset.xml
Methods in org.dbunit.dataset.xml that return ITableIteratorModifier and TypeMethodDescriptionprotected ITableIteratorFlatDtdDataSet.createIterator(boolean reversed) -
Uses of ITableIterator in org.dbunit.operation
Methods in org.dbunit.operation that return ITableIteratorModifier and TypeMethodDescriptionprotected ITableIteratorReturns list of tables this operation is applied to.protected ITableIterator