Package org.dbunit.dataset
Class ColumnFilterTable
java.lang.Object
org.dbunit.dataset.ColumnFilterTable
- All Implemented Interfaces:
ITable
A table that filters some columns out from the original table.
- Since:
- 2.4.0
- Version:
- $Revision$ $Date$
- Author:
- gommma (gommma AT users.sourceforge.net), Last changed by: $Author$
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns this table row count.Returns this table metadata.Returns this table value for the specified row and column.toString()
-
Constructor Details
-
ColumnFilterTable
- Parameters:
table- The table from which some columns should be filteredcolumnFilter- The filter defining which columns to be filtered- Throws:
DataSetException
-
-
Method Details
-
getRowCount
public int getRowCount()Description copied from interface:ITableReturns this table row count.- Specified by:
getRowCountin interfaceITable
-
getTableMetaData
Description copied from interface:ITableReturns this table metadata.- Specified by:
getTableMetaDatain interfaceITable
-
getValue
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
-
getOriginalMetaData
-
toString
-