public class ImportedVariablesDataRow extends StaticDataRow
| Modifier | Constructor and Description |
|---|---|
|
ImportedVariablesDataRow(GlobalMasterRow innerRow) |
|
ImportedVariablesDataRow(GlobalMasterRow innerRow,
ParameterMapping[] parameterMappings)
Maps the inner-row into the outer data row.
|
protected |
ImportedVariablesDataRow(ImportedVariablesDataRow dataRow) |
| Modifier and Type | Method and Description |
|---|---|
ImportedVariablesDataRow |
advance(GlobalMasterRow innerRow) |
get, get, getColumnCount, getColumnName, getFlags, getFlags, setData, updateDatapublic ImportedVariablesDataRow(GlobalMasterRow innerRow) throws DataSourceException
DataSourceExceptionpublic ImportedVariablesDataRow(GlobalMasterRow innerRow, ParameterMapping[] parameterMappings) throws DataSourceException
innerRow - parameterMappings - DataSourceExceptionprotected ImportedVariablesDataRow(ImportedVariablesDataRow dataRow)
public ImportedVariablesDataRow advance(GlobalMasterRow innerRow) throws DataSourceException
DataSourceException