Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.impl.sql.compile.AggregateDefinition

Uses of AggregateDefinition in org.apache.derby.impl.sql.compile
 

Classes in org.apache.derby.impl.sql.compile that implement AggregateDefinition
 class CountAggregateDefinition
          Defintion for the COUNT()/COUNT(*) aggregates.
 class MaxMinAggregateDefinition
          Defintion for the MAX()/MIN() aggregates.
 class SumAvgAggregateDefinition
          Defintion for the SUM()/AVG() aggregates.
 

Fields in org.apache.derby.impl.sql.compile declared as AggregateDefinition
private  AggregateDefinition AggregateNode.uad
           
 

Methods in org.apache.derby.impl.sql.compile that return AggregateDefinition
(package private)  AggregateDefinition AggregateNode.getAggregateDefinition()
          Get the AggregateDefinition.