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 classLets iterating on all ADQL objects of the givenADQLList.classAn 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 ADQLIteratorColumnReference.adqlIterator()final ADQLIteratorSelectAllColumns.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 voidSimpleSearchHandler.addMatch(ADQLObject matchObj, ADQLIterator it) Adds the given ADQL object as one result of the research.protected ADQLObjectSimpleReplaceHandler.addMatchAndReplace(ADQLObject matchObj, ADQLIterator it) Adds the given ADQL object as one result of the research, and then replace its reference inside its parent.