public interface IRowValueProvider
Modifier and Type | Method and Description |
---|---|
Object |
getColumnValue(String columnName)
Returns the column value for the column with the given name of the currently processed row
|
Object getColumnValue(String columnName) throws DataSetException
columnName
- The db column name for which the value should be provided (current row's value)DataSetException
Copyright © 2002–2015. All rights reserved.