Uses of Class
adql.parser.IdentifierItems
Packages that use IdentifierItems
-
Uses of IdentifierItems in adql.parser
Methods in adql.parser that return IdentifierItemsModifier and TypeMethodDescriptionfinal IdentifierItems
ADQLParser.ColumnName()
Extracts the name of a column with its possible catalog, schema and table prefixes.final IdentifierItems
ADQLParser.TableName()
Extracts the name of a table with its possible catalog and schema prefixes.Methods in adql.parser with parameters of type IdentifierItemsModifier and TypeMethodDescriptionADQLQueryFactory.createColRef
(IdentifierItems idItems) ADQLQueryFactory.createColumn
(IdentifierItems idItems) ADQLQueryFactory.createOrder
(IdentifierItems idItems, boolean desc) Deprecated.ADQLQueryFactory.createTable
(IdentifierItems idItems, IdentifierItems.IdentifierItem alias)
ADQLQueryFactory.createOrder(adql.parser.IdentifierItems.IdentifierItem, boolean)
; This function is no longer used by ADQLParser.