Package org.dbunit.dataset
Class CaseInsensitiveTable
java.lang.Object
org.dbunit.dataset.CaseInsensitiveTable
- All Implemented Interfaces:
ITable
Deprecated.
All IDataSet implementations are case insensitive since DbUnit 1.5
- Since:
- Mar 27, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Returns this table row count.Deprecated.Returns this table metadata.Deprecated.Returns this table value for the specified row and column.
-
Constructor Details
-
CaseInsensitiveTable
Deprecated.
-
-
Method Details
-
getTableMetaData
Deprecated.Description copied from interface:ITableReturns this table metadata.- Specified by:
getTableMetaDatain interfaceITable
-
getRowCount
public int getRowCount()Deprecated.Description copied from interface:ITableReturns this table row count.- Specified by:
getRowCountin interfaceITable
-
getValue
Deprecated.Description copied from interface:ITableReturns this table value for the specified row and column.- Specified by:
getValuein interfaceITable- Parameters:
row- The row index, starting with 0column- The name of the column- Returns:
- The value
- Throws:
DataSetException
-