public final class NestedDataReader extends Object
DefaultDataReader.| Constructor and Description | 
|---|
NestedDataReader(DataReader dataReader,
                String caseIdColumn)
Initializes a new instance of the  
NestedDataReader class. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCaseIdColumn()
The name of the case identifier column, which links to the case table. 
 | 
DataReader | 
getDataReader()
Gets the nested data reader. 
 | 
public NestedDataReader(DataReader dataReader, String caseIdColumn)
NestedDataReader class.dataReader - The data reader.caseIdColumn - The case id column.public String getCaseIdColumn()
public DataReader getDataReader()
Copyright © 2021. All rights reserved.