Class NestedDataReader

    • Constructor Detail

      • NestedDataReader

        public NestedDataReader​(DataReader dataReader,
                                String caseIdColumn)
        Initializes a new instance of the NestedDataReader 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.