Class NestedReadInfo


  • public final class NestedReadInfo
    extends Object
    Provides information about a nested table record.
    See Also:
    DefaultDataReader
    • Constructor Detail

      • NestedReadInfo

        public NestedReadInfo​(DataRecord record)
        Initializes a new instance of the NestedReadInfo class.
        Parameters:
        record - The current nested table record.
    • Method Detail

      • getRecord

        public DataRecord getRecord()
        The current nested table record.