|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> sql >> [ compile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.impl.sql.compile
Class CountAggregateDefinition

java.lang.Objectorg.apache.derby.impl.sql.compile.CountAggregateDefinition
- All Implemented Interfaces:
- AggregateDefinition
- public class CountAggregateDefinition
- extends java.lang.Object
- implements AggregateDefinition
- extends java.lang.Object
Defintion for the COUNT()/COUNT(*) aggregates.
| Constructor Summary | |
CountAggregateDefinition()
Niladic constructor. |
|
| Method Summary | |
org.apache.derby.catalog.TypeDescriptor |
getAggregator(org.apache.derby.catalog.TypeDescriptor inputType,
java.lang.StringBuffer aggregatorClass)
Determines the result datatype. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
CountAggregateDefinition
public CountAggregateDefinition()
- Niladic constructor. Does nothing. For ease
Of use, only.
| Method Detail |
getAggregator
public final org.apache.derby.catalog.TypeDescriptor getAggregator(org.apache.derby.catalog.TypeDescriptor inputType, java.lang.StringBuffer aggregatorClass)
- Determines the result datatype. We can run
count() on anything, and it always returns a
INTEGER (java.lang.Integer).
- Specified by:
getAggregatorin interfaceAggregateDefinition
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> sql >> [ compile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.derby.impl.sql.compile.CountAggregateDefinition