| Package | Description |
|---|---|
| adql.db | |
| adql.parser | |
| adql.query | |
| adql.translator |
| Modifier and Type | Method | Description |
|---|---|---|
protected DBColumn |
DBChecker.checkColumnReference(ColumnReference colRef,
ClauseSelect select,
SearchColumnList dbColumns) |
Check whether the given column reference corresponds to a selected item (column or an expression with an alias)
or to an existing column.
|
| Modifier and Type | Method | Description |
|---|---|---|
ColumnReference |
ADQLQueryFactory.createColRef(int index,
TextPosition position) |
|
ColumnReference |
ADQLQueryFactory.createColRef(IdentifierItems idItems) |
|
ColumnReference |
ADQLQueryFactory.createColRef(IdentifierItems.IdentifierItem idItem) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ADQLOrder |
Represents an item of the ORDER BY list: that's to say a column reference plus a sorting indication (ASC, DESC).
|
| Constructor | Description |
|---|---|
ColumnReference(ColumnReference toCopy) |
Builds a column reference by copying the given one.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
JDBCTranslator.getDefaultColumnReference(ColumnReference ref) |
Gets the default SQL output for a column reference.
|
java.lang.String |
ADQLTranslator.translate(ColumnReference ref) |
|
java.lang.String |
JDBCTranslator.translate(ColumnReference ref) |