Uses of Class
adql.query.ColumnReference
Packages that use ColumnReference
-
Uses of ColumnReference in adql.db
Methods in adql.db with parameters of type ColumnReferenceModifier and TypeMethodDescriptionprotected DBColumn
DBChecker.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. -
Uses of ColumnReference in adql.parser
Methods in adql.parser that return ColumnReferenceModifier and TypeMethodDescriptionADQLQueryFactory.createColRef
(int index, TextPosition position) ADQLQueryFactory.createColRef
(IdentifierItems idItems) ADQLQueryFactory.createColRef
(IdentifierItems.IdentifierItem idItem) -
Uses of ColumnReference in adql.query
Subclasses of ColumnReference in adql.queryModifier and TypeClassDescriptionclass
Represents an item of the ORDER BY list: that's to say a column reference plus a sorting indication (ASC, DESC).Constructors in adql.query with parameters of type ColumnReferenceModifierConstructorDescriptionColumnReference
(ColumnReference toCopy) Builds a column reference by copying the given one. -
Uses of ColumnReference in adql.translator
Methods in adql.translator with parameters of type ColumnReferenceModifier and TypeMethodDescriptionprotected String
JDBCTranslator.getDefaultColumnReference
(ColumnReference ref) Gets the default SQL output for a column reference.ADQLTranslator.translate
(ColumnReference ref) JDBCTranslator.translate
(ColumnReference ref)