Uses of Class
proper.relaggs.RelaggsStructure

Packages that use RelaggsStructure
proper.relaggs contains the core classes of RELAGGS, without the GUI components 
 

Uses of RelaggsStructure in proper.relaggs
 

Methods in proper.relaggs that return RelaggsStructure
 RelaggsStructure SqlEngine.getAttributes(RelaggsTable table, RelaggsAttribute attribute)
          Reads the attributes of the given table into the RelaggsStructure.
 

Methods in proper.relaggs with parameters of type RelaggsStructure
 void SqlEngine.addAggregatedAttributes(RelaggsTable dest_table, RelaggsTable source_table, RelaggsStructure struct, Join join)
          Adds the aggregated attributes to the relaggs table.
FracPete:
- introduced HashSet to skip duplicate columns and also that there are not too many columns inserted
- ADD COLUMN split into single statements (necessary for ANSI SQL!)