Package | Description |
---|---|
adql.parser | |
adql.query | |
adql.translator |
Modifier and Type | Method and Description |
---|---|
SelectItem |
ADQLQueryFactory.createSelectItem(ADQLOperand operand,
java.lang.String alias) |
SelectItem |
ADQLParser.SelectItem() |
Modifier and Type | Class and Description |
---|---|
class |
SelectAllColumns
In ADQL it corresponds to the '*' and '{tableName}.*' items in the SELECT clause.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SelectItem> |
ClauseSelect.searchByAlias(java.lang.String alias,
boolean caseSensitive)
Gets all the select items which are associated with the given alias.
|
Constructor and Description |
---|
SelectItem(SelectItem toCopy)
Builds a SELECT item by copying the given one.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ADQLTranslator.translate(SelectItem item) |
java.lang.String |
JDBCTranslator.translate(SelectItem item) |