Uses of Interface
adql.query.ADQLIterator
Packages that use ADQLIterator
Package
Description
-
Uses of ADQLIterator in adql.query
Classes in adql.query that implement ADQLIteratorModifier and TypeClassDescriptionstatic class
Lets iterating on all ADQL objects of the givenADQLList
.class
An ADQL iterator which has no ADQL objects on which iterate.Methods in adql.query that return ADQLIteratorModifier and TypeMethodDescriptionADQLList.adqlIterator()
ADQLObject.adqlIterator()
Gets an iterator on the intern ADQL objects.ADQLQuery.adqlIterator()
final ADQLIterator
ColumnReference.adqlIterator()
final ADQLIterator
SelectAllColumns.adqlIterator()
SelectItem.adqlIterator()
-
Uses of ADQLIterator in adql.query.constraint
Methods in adql.query.constraint that return ADQLIteratorModifier and TypeMethodDescriptionBetween.adqlIterator()
Comparison.adqlIterator()
Exists.adqlIterator()
In.adqlIterator()
IsNull.adqlIterator()
NotConstraint.adqlIterator()
-
Uses of ADQLIterator in adql.query.from
Methods in adql.query.from that return ADQLIterator -
Uses of ADQLIterator in adql.query.operand
Methods in adql.query.operand that return ADQLIteratorModifier and TypeMethodDescriptionADQLColumn.adqlIterator()
NegativeOperand.adqlIterator()
NumericConstant.adqlIterator()
Operation.adqlIterator()
StringConstant.adqlIterator()
WrappedOperand.adqlIterator()
-
Uses of ADQLIterator in adql.query.operand.function
Methods in adql.query.operand.function that return ADQLIterator -
Uses of ADQLIterator in adql.query.operand.function.geometry
Methods in adql.query.operand.function.geometry that return ADQLIterator -
Uses of ADQLIterator in adql.search
Methods in adql.search with parameters of type ADQLIteratorModifier and TypeMethodDescriptionprotected 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.