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
- Author:
- gommmma
Method Summary |
java.lang.Object |
getColumnValue(java.lang.String columnName)
Returns the column value for the column with the given name of the currently processed row |
getColumnValue
java.lang.Object getColumnValue(java.lang.String columnName)
throws DataSetException
- 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
Copyright © 2002-2008. All Rights Reserved.