public abstract class AggregateResult
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAggregateKind()
Returns the kind of aggregate represented in this result.
|
java.lang.String |
getFieldName()
Returns the fully-qualified name of the field used by this aggregate.
|
long |
getValueCount()
Returns the total number of database field values included in this aggregate.
|
public java.lang.String getFieldName()
public java.lang.String getAggregateKind()
public long getValueCount()