public interface JDOAggregateIF
Modifier and Type | Field and Description |
---|---|
static int |
COUNT
INTERNAL: Constant referring to the COUNT aggregate function.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
INTERNAL: Returns the aggregate function type indicated by one of
the constants in the
JDOAggregateIF interface. |
JDOValueIF |
getValue()
INTERNAL: Returns the JDOValueIF that the aggregate function is
to be evaluated against.
|
static final int COUNT
int getType()
JDOAggregateIF
interface.JDOValueIF getValue()