Uses of Class
adql.query.ClauseSelect
Packages that use ClauseSelect
-
Uses of ClauseSelect in adql.db
Methods in adql.db with parameters of type ClauseSelectModifier and TypeMethodDescriptionprotected DBColumnDBChecker.checkColumnReference(ColumnReference colRef, ClauseSelect select, SearchColumnList dbColumns) Check whether the given column reference corresponds to a selected item (column or an expression with an alias) or to an existing column.protected DBColumnDBChecker.checkGroupByItem(ADQLColumn col, ClauseSelect select, SearchColumnList dbColumns) Check whether the given column corresponds to a selected item's alias or to an existing column. -
Uses of ClauseSelect in adql.query
Methods in adql.query that return ClauseSelectModifier and TypeMethodDescriptionfinal ClauseSelectADQLQuery.getSelect()Gets the SELECT clause of this query.Methods in adql.query with parameters of type ClauseSelectModifier and TypeMethodDescriptionvoidADQLQuery.setSelect(ClauseSelect newSelect) Replaces its SELECT clause by the given one.Constructors in adql.query with parameters of type ClauseSelectModifierConstructorDescriptionClauseSelect(ClauseSelect toCopy) Builds a SELECT clause by copying the given one. -
Uses of ClauseSelect in adql.translator
Methods in adql.translator with parameters of type ClauseSelectModifier and TypeMethodDescriptionADQLTranslator.translate(ClauseSelect clause) JDBCTranslator.translate(ClauseSelect clause) SQLServerTranslator.translate(ClauseSelect clause)