Uses of Class
adql.query.ADQLOrder
Packages that use ADQLOrder
-
Uses of ADQLOrder in adql.parser
Methods in adql.parser that return ADQLOrderModifier and TypeMethodDescriptionADQLQueryFactory.createOrder(int ind, boolean desc) ADQLQueryFactory.createOrder(int ind, boolean desc, TextPosition position) Deprecated.ADQLQueryFactory.createOrder(IdentifierItems.IdentifierItem colName, boolean desc) ADQLQueryFactory.createOrder(IdentifierItems idItems, boolean desc) Deprecated.since 1.4 ; Former version's mistake: an ORDER BY item is either a regular/delimited column name or an integer, not a qualified column name ; Replaced byADQLQueryFactory.createOrder(adql.parser.IdentifierItems.IdentifierItem, boolean); This function is no longer used by ADQLParser.final ADQLOrderADQLParser.OrderItem() -
Uses of ADQLOrder in adql.query
Methods in adql.query that return types with arguments of type ADQLOrderModifier and TypeMethodDescriptionfinal ClauseADQL<ADQLOrder>ADQLQuery.getOrderBy()Gets the ORDER BY clause of this query.Method parameters in adql.query with type arguments of type ADQLOrderModifier and TypeMethodDescriptionvoidADQLQuery.setOrderBy(ClauseADQL<ADQLOrder> newOrderBy) Replaces its ORDER BY clause by the given one.Constructors in adql.query with parameters of type ADQLOrder -
Uses of ADQLOrder in adql.translator
Methods in adql.translator with parameters of type ADQLOrder
ADQLQueryFactory.createOrder(int, boolean)