Package com.bayesserver.data
Class NestedDataReader
- java.lang.Object
-
- com.bayesserver.data.NestedDataReader
-
public final class NestedDataReader extends Object
Allows nested table to be read using aDefaultDataReader.
-
-
Constructor Summary
Constructors Constructor Description NestedDataReader(DataReader dataReader, String caseIdColumn)Initializes a new instance of theNestedDataReaderclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaseIdColumn()The name of the case identifier column, which links to the case table.DataReadergetDataReader()Gets the nested data reader.
-
-
-
Constructor Detail
-
NestedDataReader
public NestedDataReader(DataReader dataReader, String caseIdColumn)
Initializes a new instance of theNestedDataReaderclass.- Parameters:
dataReader- The data reader.caseIdColumn- The case id column.
-
-
Method Detail
-
getCaseIdColumn
public String getCaseIdColumn()
The name of the case identifier column, which links to the case table.
-
getDataReader
public DataReader getDataReader()
Gets the nested data reader.
-
-