Package | Description |
---|---|
adql.query | |
adql.query.constraint | |
adql.query.from | |
adql.query.operand | |
adql.query.operand.function | |
adql.query.operand.function.geometry | |
adql.search |
Modifier and Type | Class and Description |
---|---|
static class |
ADQLList.ADQLListIterator
Lets iterating on all ADQL objects of the given
ADQLList . |
class |
NullADQLIterator
An ADQL iterator which has no ADQL objects on which iterate.
|
Modifier and Type | Method and Description |
---|---|
ADQLIterator |
ADQLObject.adqlIterator()
Gets an iterator on the intern ADQL objects.
|
ADQLIterator |
ADQLQuery.adqlIterator() |
ADQLIterator |
SelectItem.adqlIterator() |
ADQLIterator |
ADQLList.adqlIterator() |
ADQLIterator |
SelectAllColumns.adqlIterator() |
ADQLIterator |
ColumnReference.adqlIterator() |
Modifier and Type | Method and Description |
---|---|
ADQLIterator |
Exists.adqlIterator() |
ADQLIterator |
Between.adqlIterator() |
ADQLIterator |
In.adqlIterator() |
ADQLIterator |
IsNull.adqlIterator() |
ADQLIterator |
Comparison.adqlIterator() |
ADQLIterator |
NotConstraint.adqlIterator() |
Modifier and Type | Method and Description |
---|---|
ADQLIterator |
ADQLTable.adqlIterator() |
ADQLIterator |
ADQLJoin.adqlIterator() |
Modifier and Type | Method and Description |
---|---|
ADQLIterator |
StringConstant.adqlIterator() |
ADQLIterator |
NegativeOperand.adqlIterator() |
ADQLIterator |
WrappedOperand.adqlIterator() |
ADQLIterator |
NumericConstant.adqlIterator() |
ADQLIterator |
Operation.adqlIterator() |
ADQLIterator |
ADQLColumn.adqlIterator() |
Modifier and Type | Method and Description |
---|---|
ADQLIterator |
ADQLFunction.adqlIterator() |
Modifier and Type | Method and Description |
---|---|
ADQLIterator |
GeometryFunction.GeometryValue.adqlIterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleSearchHandler.addMatch(ADQLObject matchObj,
ADQLIterator it)
Adds the given ADQL object as one result of the research.
|
protected ADQLObject |
SimpleReplaceHandler.addMatchAndReplace(ADQLObject matchObj,
ADQLIterator it)
Adds the given ADQL object as one result of the research, and then replace its reference
inside its parent.
|