Package | Description |
---|---|
adql.query | |
adql.query.constraint | |
adql.query.operand | |
adql.query.operand.function | |
adql.translator |
Modifier and Type | Class and Description |
---|---|
class |
ClauseADQL<T extends ADQLObject>
Represents an ADQL clause (i.e.
|
class |
ClauseConstraints
Represents a clause which deals with
ADQLConstraint s (i.e. |
class |
ClauseSelect
The SELECT clause of an ADQL query.
|
Modifier and Type | Field and Description |
---|---|
protected ADQLList<ADQLObject> |
ADQLList.ADQLListIterator.list |
Constructor and Description |
---|
ADQLList(ADQLList<T> toCopy)
Builds an ADQLList by copying the given one.
|
ADQLListIterator(ADQLList<? extends ADQLObject> lst) |
ClauseADQL(ADQLList<T> toCopy)
Builds a ClauseADQL by copying the given one.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintsGroup
Represents a parenthesized list of constraints.
|
Modifier and Type | Method and Description |
---|---|
ADQLList<ADQLOperand> |
In.getValuesList()
Gets the values list (right operand) of this IN constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
In.setValuesList(ADQLList<ADQLOperand> valuesList)
Replaces the values list (right operand) of this IN constraint.
|
Constructor and Description |
---|
In(ADQLOperand op,
ADQLList<ADQLOperand> valuesList)
Builds an IN constraint with a values list.
|
In(ADQLOperand op,
ADQLList<ADQLOperand> valuesList,
boolean notIn)
Builds an IN constraint with a values list.
|
Modifier and Type | Class and Description |
---|---|
class |
Concatenation
Represents a concatenation in ADQL (ex: "_s_ra" || ':' || "_s_dec").
|
Modifier and Type | Field and Description |
---|---|
protected ADQLList<ADQLOperand> |
DefaultUDF.parameters
Its parsed parameters.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
JDBCTranslator.getDefaultADQLList(ADQLList<? extends ADQLObject> list)
Gets the default SQL output for a list of ADQL objects.
|
protected java.lang.String |
JDBCTranslator.getDefaultADQLList(ADQLList<? extends ADQLObject> list,
boolean withNamePrefix)
Gets the default SQL output for a list of ADQL objects.
|
java.lang.String |
ADQLTranslator.translate(ADQLList<? extends ADQLObject> list) |
java.lang.String |
JDBCTranslator.translate(ADQLList<? extends ADQLObject> list) |