|
||||||||||
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.LowerCaseDataSet
public class LowerCaseDataSet
Specialized IDataSet decorator that convert the table name and column names to lower case. Used in DbUnit own test suite to verify that operations are case insensitive.
Constructor Summary | |
---|---|
LowerCaseDataSet(IDataSet dataSet)
|
|
LowerCaseDataSet(ITable table)
|
|
LowerCaseDataSet(ITable[] tables)
|
Method Summary | |
---|---|
protected ITableIterator |
createIterator(boolean reversed)
Creates an iterator which provides access to all tables of this dataset |
ITable |
getTable(String tableName)
Returns the specified table. |
ITableMetaData |
getTableMetaData(String tableName)
Returns the specified table metadata. |
String[] |
getTableNames()
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 LowerCaseDataSet(ITable table) throws DataSetException
DataSetException
public LowerCaseDataSet(ITable[] tables) throws DataSetException
DataSetException
public LowerCaseDataSet(IDataSet dataSet) throws DataSetException
DataSetException
Method Detail |
---|
protected ITableIterator createIterator(boolean reversed) throws DataSetException
AbstractDataSet
createIterator
in class AbstractDataSet
reversed
- Whether the created iterator should be a reversed one or not
ITableIterator
DataSetException
public String[] getTableNames() throws DataSetException
IDataSet
getTableNames
in interface IDataSet
getTableNames
in class AbstractDataSet
DataSetException
public ITableMetaData getTableMetaData(String tableName) throws DataSetException
IDataSet
getTableMetaData
in interface IDataSet
getTableMetaData
in class AbstractDataSet
NoSuchTableException
- if dataset do not contains the specified
table
DataSetException
public ITable getTable(String tableName) throws DataSetException
IDataSet
getTable
in interface IDataSet
getTable
in class AbstractDataSet
NoSuchTableException
- 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 |