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: 766 $ $Date: 2008-08-01 13:05:20 +0200 (Fri, 01 Aug 2008) $
- Author:
- gommmma, Last changed by: $Author: gommma $
Method Summary |
Object |
getColumnValue(String columnName)
Returns the column value for the column with the given name of the currently processed row |
getColumnValue
Object getColumnValue(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-2012. All Rights Reserved.