Package org.dbunit.dataset
Interface IRowValueProvider
- All Known Implementing Classes:
RowFilterTable
public interface IRowValueProvider
Provides arbitrary values for one single database/ITable row.
- Since:
- 2.3.0
- Version:
- $Revision$ $Date$
- Author:
- gommmma, Last changed by: $Author$
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnValue(String columnName) Returns the column value for the column with the given name of the currently processed row
-
Method Details
-
getColumnValue
Returns the column value for the column with the given name of the currently processed row- Parameters:
columnName- The db column name for which the value should be provided (current row's value)- Returns:
- The value of the given column in the current row
- Throws:
DataSetException
-