|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDOAggregateIF
INTERNAL: Represents an aggregate function in a JDO query. An aggregate function can be used as part of the select and ordering components of a JDO query.
Field Summary | |
---|---|
static int |
COUNT
INTERNAL: Constant referring to the COUNT aggregate function. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int COUNT
Method Detail |
---|
int getType()
JDOAggregateIF
interface.
JDOValueIF getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |