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 theNestedDataReader
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCaseIdColumn()
The name of the case identifier column, which links to the case table.DataReader
getDataReader()
Gets the nested data reader.
-
-
-
Constructor Detail
-
NestedDataReader
public NestedDataReader(DataReader dataReader, String caseIdColumn)
Initializes a new instance of theNestedDataReader
class.- 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.
-
-