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 IdentifierItemsADQLParser. ColumnName()Extracts the name of a column with its possible catalog, schema and table prefixes.IdentifierItemsADQLParser. 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 ColumnReferenceADQLQueryFactory. createColRef(IdentifierItems idItems)ADQLColumnADQLQueryFactory. createColumn(IdentifierItems idItems)ADQLOrderADQLQueryFactory. 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.ADQLTableADQLQueryFactory. createTable(IdentifierItems idItems, IdentifierItems.IdentifierItem alias)
-