public interface IRowValueProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getColumnValue(java.lang.String columnName)
Returns the column value for the column with the given name of the currently processed row
|
java.lang.Object getColumnValue(java.lang.String columnName)
throws DataSetException
columnName - The db column name for which the value should be provided (current row's value)DataSetExceptionCopyright © 2002-2018. All Rights Reserved.