| Package | Description |
|---|---|
| adql.db | |
| adql.parser | |
| adql.query | |
| adql.translator |
| Modifier and Type | Method and 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 and Description |
|---|---|
ColumnReference |
ADQLQueryFactory.createColRef(IdentifierItems.IdentifierItem idItem) |
ColumnReference |
ADQLQueryFactory.createColRef(IdentifierItems idItems) |
ColumnReference |
ADQLQueryFactory.createColRef(int index,
TextPosition position) |
| Modifier and Type | Class and 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 and Description |
|---|
ColumnReference(ColumnReference toCopy)
Builds a column reference by copying the given one.
|
| Modifier and Type | Method and 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) |