|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.dataset.AbstractDataSet
org.dbunit.dataset.CaseInsensitiveDataSet
public class CaseInsensitiveDataSet
Allows access to a decorated dataset in a case insensitive way. Dataset implementations provided by the framework are case sensitive. This class allows using them in situation where case sensitiveness is not desirable.
| Field Summary |
|---|
| Fields inherited from class org.dbunit.dataset.AbstractDataSet |
|---|
_orderedTableNameMap |
| Constructor Summary | |
|---|---|
CaseInsensitiveDataSet(IDataSet dataSet)
Deprecated. |
|
| Method Summary | |
|---|---|
protected ITableIterator |
createIterator(boolean reversed)
Deprecated. Creates an iterator which provides access to all tables of this dataset |
ITable |
getTable(java.lang.String tableName)
Deprecated. Returns the specified table. |
ITableMetaData |
getTableMetaData(java.lang.String tableName)
Deprecated. Returns the specified table metadata. |
java.lang.String[] |
getTableNames()
Deprecated. Returns names of tables in this dataset in proper sequence. |
| Methods inherited from class org.dbunit.dataset.AbstractDataSet |
|---|
createTableNameMap, getTables, isCaseSensitiveTableNames, iterator, reverseIterator, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CaseInsensitiveDataSet(IDataSet dataSet)
throws AmbiguousTableNameException,
DataSetException
AmbiguousTableNameException
DataSetException| Method Detail |
|---|
protected ITableIterator createIterator(boolean reversed)
throws DataSetException
AbstractDataSet
createIterator in class AbstractDataSetreversed - Whether the created iterator should be a reversed one or not
ITableIterator
DataSetException
public java.lang.String[] getTableNames()
throws DataSetException
IDataSet
getTableNames in interface IDataSetgetTableNames in class AbstractDataSetDataSetException
public ITableMetaData getTableMetaData(java.lang.String tableName)
throws DataSetException
IDataSet
getTableMetaData in interface IDataSetgetTableMetaData in class AbstractDataSetNoSuchTableException - if dataset do not contains the specified
table
DataSetException
public ITable getTable(java.lang.String tableName)
throws DataSetException
IDataSet
getTable in interface IDataSetgetTable in class AbstractDataSetNoSuchTableException - if dataset do not contains the specified
table
DataSetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||