|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> sql >> [ compile overview ] | PREV NEXT | ||||||||
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. |
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> sql >> [ compile overview ] | PREV NEXT | ||||||||