Uses of Class
adql.parser.IdentifierItems
-
Packages that use IdentifierItems Package Description adql.parser -
-
Uses of IdentifierItems in adql.parser
Methods in adql.parser that return IdentifierItems Modifier and Type Method Description IdentifierItems
ADQLParser. ColumnName()
Extracts the name of a column with its possible catalog, schema and table prefixes.IdentifierItems
ADQLParser. TableName()
Extracts the name of a table with its possible catalog and schema prefixes.Methods in adql.parser with parameters of type IdentifierItems Modifier and Type Method Description ColumnReference
ADQLQueryFactory. createColRef(IdentifierItems idItems)
ADQLColumn
ADQLQueryFactory. createColumn(IdentifierItems idItems)
ADQLOrder
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.ADQLTable
ADQLQueryFactory. createTable(IdentifierItems idItems, IdentifierItems.IdentifierItem alias)
-