Uses of Class
adql.query.ClauseADQL
Packages that use ClauseADQL
-
Uses of ClauseADQL in adql.query
Subclasses of ClauseADQL in adql.queryModifier and TypeClassDescriptionclassRepresents a clause which deals withADQLConstraints (i.e.classThe 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 TypeMethodDescriptionvoidADQLQuery.setGroupBy(ClauseADQL<ADQLColumn> newGroupBy) Replaces its GROUP BY clause by the given one.voidADQLQuery.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 TypeClassDescriptionclassRepresents a parenthesized list of constraints.