Package | Description |
---|---|
adql.query | |
adql.query.constraint |
Modifier and Type | Class and Description |
---|---|
class |
ClauseConstraints
Represents a clause which deals with
ADQLConstraint s (i.e. |
class |
ClauseSelect
The SELECT clause of an ADQL query.
|
Modifier and Type | Method and Description |
---|---|
ClauseADQL<ADQLColumn> |
ADQLQuery.getGroupBy()
Gets the GROUP BY clause of this query.
|
ClauseADQL<ADQLOrder> |
ADQLQuery.getOrderBy()
Gets the ORDER BY clause of this query.
|
Modifier and Type | Method and Description |
---|---|
void |
ADQLQuery.setGroupBy(ClauseADQL<ADQLColumn> newGroupBy)
Replaces its GROUP BY clause by the given one.
|
void |
ADQLQuery.setOrderBy(ClauseADQL<ADQLOrder> newOrderBy)
Replaces its ORDER BY clause by the given one.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintsGroup
Represents a parenthesized list of constraints.
|