Package | Description |
---|---|
net.ontopia.persistence.query.jdo |
Object model for representing JDOQL queries
|
net.ontopia.persistence.query.sql |
Object model for representing SQL queries.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOAggregate
INTERNAL: JDOQL aggregate function.
|
Modifier and Type | Field and Description |
---|---|
protected JDOAggregateIF |
JDOOrderBy.aggregate |
Modifier and Type | Method and Description |
---|---|
JDOAggregateIF |
JDOOrderBy.getAggregate() |
Modifier and Type | Method and Description |
---|---|
void |
JDOQuery.addAscending(JDOAggregateIF aggregate) |
void |
JDOQuery.addDescending(JDOAggregateIF aggregate) |
void |
JDOQuery.addSelect(JDOAggregateIF aggregate) |
Constructor and Description |
---|
JDOOrderBy(JDOAggregateIF aggregate,
int order) |
Modifier and Type | Method and Description |
---|---|
protected SQLAggregateIF |
SQLBuilder.produceSelectSQLAggregateIF(JDOAggregateIF aggregate,
List<SQLExpressionIF> expressions,
net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) |