|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
CaseInsensitiveDataSet(IDataSet dataSet)
Deprecated. |
|
| Method Summary | |
|---|---|
protected ITableIterator |
createIterator(boolean reversed)
Deprecated. |
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 |
|---|
cloneTables, getTables, 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)
| Method Detail |
|---|
protected ITableIterator createIterator(boolean reversed)
throws DataSetException
createIterator in class AbstractDataSetDataSetException
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 | |||||||||