Read compound records from a set of record sources.


The following tables list the members exposed by NetricsCompoundReader.

Public Constructors

  Name Description
Public method NetricsCompoundReader Create a compound record reader. This creates a compound record reader. It is created with a single parent table. Child tables must be added using the addChildTable method.
Top

Public Methods

  Name Description
Public method addChildTable  
Public method Equals   (inherited from Object)
Public method getChildTables  
Public method GetHashCode   (inherited from Object)
Public method getNext Overridden.  
Public method getParentTable  
Public method getPosition  
Public method GetType   (inherited from Object)
Public method hasNext Overridden. Returns true if the source has more records.
Public method reset Overridden. Reset the source to the first record.
Public method ToString   (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also