Interface NetricsCompoundRecSrc

    • Method Detail

      • getParentTable

        java.lang.String getParentTable()
        Returns:
        the parent/primary table name for the compound record.
      • getChildTables

        java.util.List<java.lang.String> getChildTables()
        return a list of child table names used. This list represents all possible child tables. Any particular compound record returned may not contain child records for all of these tables.
        Returns:
        the list of child table names.