Uses of Class
adql.query.SelectItem
Packages that use SelectItem
-
Uses of SelectItem in adql.parser
Methods in adql.parser that return SelectItemModifier and TypeMethodDescriptionADQLQueryFactory.createSelectItem
(ADQLOperand operand, String alias) final SelectItem
ADQLParser.SelectItem()
-
Uses of SelectItem in adql.query
Subclasses of SelectItem in adql.queryModifier and TypeClassDescriptionfinal class
In ADQL it corresponds to the '*' and '{tableName}.*' items in the SELECT clause.Methods in adql.query that return types with arguments of type SelectItemModifier and TypeMethodDescriptionClauseSelect.searchByAlias
(String alias, boolean caseSensitive) Gets all the select items which are associated with the given alias.Constructors in adql.query with parameters of type SelectItemModifierConstructorDescriptionSelectItem
(SelectItem toCopy) Builds a SELECT item by copying the given one. -
Uses of SelectItem in adql.translator
Methods in adql.translator with parameters of type SelectItemModifier and TypeMethodDescriptionADQLTranslator.translate
(SelectItem item) JDBCTranslator.translate
(SelectItem item)