Package | Description |
---|---|
adql.db | |
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.
|
protected DBColumn |
DBChecker.checkGroupByItem(ADQLColumn col,
ClauseSelect select,
SearchColumnList dbColumns) |
Check whether the given column corresponds to a selected item's alias or to an existing column.
|
Modifier and Type | Method | Description |
---|---|---|
ClauseSelect |
ADQLQuery.getSelect() |
Gets the SELECT clause of this query.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ADQLQuery.setSelect(ClauseSelect newSelect) |
Replaces its SELECT clause by the given one.
|
Constructor | Description |
---|---|
ClauseSelect(ClauseSelect toCopy) |
Builds a SELECT clause by copying the given one.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
ADQLTranslator.translate(ClauseSelect clause) |
|
java.lang.String |
JDBCTranslator.translate(ClauseSelect clause) |
|
java.lang.String |
SQLServerTranslator.translate(ClauseSelect clause) |