Uses of Class
adql.query.ClauseADQL
Packages that use ClauseADQL
-
Uses of ClauseADQL in adql.query
Subclasses of ClauseADQL in adql.queryModifier and TypeClassDescriptionclass
Represents a clause which deals withADQLConstraint
s (i.e.class
The SELECT clause of an ADQL query.Methods in adql.query that return ClauseADQLModifier and TypeMethodDescriptionfinal ClauseADQL<ADQLColumn>
ADQLQuery.getGroupBy()
Gets the GROUP BY clause of this query.final ClauseADQL<ADQLOrder>
ADQLQuery.getOrderBy()
Gets the ORDER BY clause of this query.Methods in adql.query with parameters of type ClauseADQLModifier and TypeMethodDescriptionvoid
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. -
Uses of ClauseADQL in adql.query.constraint
Subclasses of ClauseADQL in adql.query.constraintModifier and TypeClassDescriptionclass
Represents a parenthesized list of constraints.