org.dbunit.dataset
Class SortedDataSet
java.lang.Object
org.dbunit.dataset.AbstractDataSet
org.dbunit.dataset.SortedDataSet
- All Implemented Interfaces:
- IDataSet
public class SortedDataSet
- extends AbstractDataSet
- Since:
- Feb 19, 2003
- Version:
- $Revision: 554 $
- Author:
- Manuel Laflamme
SortedDataSet
public SortedDataSet(IDataSet dataSet)
throws DataSetException
- Throws:
DataSetException
createIterator
protected ITableIterator createIterator(boolean reversed)
throws DataSetException
- Specified by:
createIterator in class AbstractDataSet
- Throws:
DataSetException
getTableNames
public String[] getTableNames()
throws DataSetException
- Description copied from interface:
IDataSet
- Returns names of tables in this dataset in proper sequence. Multiple
occurence of the same name may be returned if multiple tables having
the same name are present in the dataset.
- Specified by:
getTableNames in interface IDataSet- Overrides:
getTableNames in class AbstractDataSet
- Throws:
DataSetException
getTableMetaData
public ITableMetaData getTableMetaData(String tableName)
throws DataSetException
- Description copied from interface:
IDataSet
- Returns the specified table metadata.
- Specified by:
getTableMetaData in interface IDataSet- Overrides:
getTableMetaData in class AbstractDataSet
- Throws:
NoSuchTableException - if dataset do not contains the specified
table
DataSetException
getTable
public ITable getTable(String tableName)
throws DataSetException
- Description copied from interface:
IDataSet
- Returns the specified table.
- Specified by:
getTable in interface IDataSet- Overrides:
getTable in class AbstractDataSet
- Throws:
NoSuchTableException - if dataset do not contains the specified
table
DataSetException
Copyright © 2002-2011. All Rights Reserved.