Package | Description |
---|---|
adql.parser | |
adql.query | |
adql.translator |
Modifier and Type | Method | Description |
---|---|---|
SelectItem |
ADQLQueryFactory.createSelectItem(ADQLOperand operand,
java.lang.String alias) |
|
SelectItem |
ADQLParser.SelectItem() |
Modifier and Type | Class | Description |
---|---|---|
class |
SelectAllColumns |
In ADQL it corresponds to the '*' and '{tableName}.*' items in the SELECT clause.
|
Modifier and Type | Method | 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 | Description |
---|---|
SelectItem(SelectItem toCopy) |
Builds a SELECT item by copying the given one.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
ADQLTranslator.translate(SelectItem item) |
|
java.lang.String |
JDBCTranslator.translate(SelectItem item) |