| Package | Description |
|---|---|
| org.nuxeo.ecm.core.query.sql.model |
| Modifier and Type | Field and Description |
|---|---|
GroupByClause |
SQLQuery.groupBy |
| Modifier and Type | Method and Description |
|---|---|
GroupByClause |
QueryTransformer.transform(GroupByClause node) |
GroupByClause |
IdentityQueryTransformer.transform(GroupByClause node) |
| Modifier and Type | Method and Description |
|---|---|
GroupByClause |
QueryTransformer.transform(GroupByClause node) |
GroupByClause |
IdentityQueryTransformer.transform(GroupByClause node) |
void |
IVisitor.visitGroupByClause(GroupByClause node) |
void |
DefaultQueryVisitor.visitGroupByClause(GroupByClause node) |
| Constructor and Description |
|---|
SQLQuery(SelectClause select,
FromClause from,
WhereClause where,
GroupByClause groupBy,
HavingClause having,
OrderByClause orderBy) |
SQLQuery(SelectClause select,
FromClause from,
WhereClause where,
GroupByClause groupBy,
HavingClause having,
OrderByClause orderBy,
long limit,
long offset) |
Copyright © 2019 Nuxeo. All rights reserved.