Uses of Interface
adql.query.ADQLIterator
-
Packages that use ADQLIterator Package Description adql.query adql.query.constraint adql.query.from adql.query.operand adql.query.operand.function adql.query.operand.function.geometry adql.search -
-
Uses of ADQLIterator in adql.query
Classes in adql.query that implement ADQLIterator Modifier and Type Class Description static classADQLList.ADQLListIteratorLets iterating on all ADQL objects of the givenADQLList.classNullADQLIteratorAn ADQL iterator which has no ADQL objects on which iterate.Methods in adql.query that return ADQLIterator Modifier and Type Method Description ADQLIteratorADQLList. adqlIterator()ADQLIteratorADQLObject. adqlIterator()Gets an iterator on the intern ADQL objects.ADQLIteratorADQLQuery. adqlIterator()ADQLIteratorColumnReference. adqlIterator()ADQLIteratorSelectAllColumns. adqlIterator()ADQLIteratorSelectItem. adqlIterator() -
Uses of ADQLIterator in adql.query.constraint
Methods in adql.query.constraint that return ADQLIterator Modifier and Type Method Description ADQLIteratorBetween. adqlIterator()ADQLIteratorComparison. adqlIterator()ADQLIteratorExists. adqlIterator()ADQLIteratorIn. adqlIterator()ADQLIteratorIsNull. adqlIterator()ADQLIteratorNotConstraint. adqlIterator() -
Uses of ADQLIterator in adql.query.from
Methods in adql.query.from that return ADQLIterator Modifier and Type Method Description ADQLIteratorADQLJoin. adqlIterator()ADQLIteratorADQLTable. adqlIterator() -
Uses of ADQLIterator in adql.query.operand
Methods in adql.query.operand that return ADQLIterator Modifier and Type Method Description ADQLIteratorADQLColumn. adqlIterator()ADQLIteratorNegativeOperand. adqlIterator()ADQLIteratorNumericConstant. adqlIterator()ADQLIteratorOperation. adqlIterator()ADQLIteratorStringConstant. adqlIterator()ADQLIteratorWrappedOperand. adqlIterator() -
Uses of ADQLIterator in adql.query.operand.function
Methods in adql.query.operand.function that return ADQLIterator Modifier and Type Method Description ADQLIteratorADQLFunction. adqlIterator() -
Uses of ADQLIterator in adql.query.operand.function.geometry
Methods in adql.query.operand.function.geometry that return ADQLIterator Modifier and Type Method Description ADQLIteratorGeometryFunction.GeometryValue. adqlIterator() -
Uses of ADQLIterator in adql.search
Methods in adql.search with parameters of type ADQLIterator Modifier and Type Method Description protected 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.
-