Uses of Class
adql.query.ADQLList
Packages that use ADQLList
Package
Description
-
Uses of ADQLList in adql.query
Subclasses of ADQLList in adql.queryModifier and TypeClassDescriptionclassClauseADQL<T extends ADQLObject>Represents an ADQL clause (i.e.classRepresents a clause which deals withADQLConstraints (i.e.classThe SELECT clause of an ADQL query.Fields in adql.query declared as ADQLListModifier and TypeFieldDescriptionprotected final ADQLList<ADQLObject>ADQLList.ADQLListIterator.listConstructors in adql.query with parameters of type ADQLListModifierConstructorDescriptionprotectedBuilds an ADQLList by copying the given one.ADQLListIterator(ADQLList<? extends ADQLObject> lst) ClauseADQL(ADQLList<T> toCopy) Builds a ClauseADQL by copying the given one. -
Uses of ADQLList in adql.query.constraint
Subclasses of ADQLList in adql.query.constraintModifier and TypeClassDescriptionclassRepresents a parenthesized list of constraints.Methods in adql.query.constraint that return ADQLListModifier and TypeMethodDescriptionfinal ADQLList<ADQLOperand>In.getValuesList()Gets the values list (right operand) of this IN constraint.Methods in adql.query.constraint with parameters of type ADQLListModifier and TypeMethodDescriptionvoidIn.setValuesList(ADQLList<ADQLOperand> valuesList) Replaces the values list (right operand) of this IN constraint.Constructors in adql.query.constraint with parameters of type ADQLListModifierConstructorDescriptionIn(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. -
Uses of ADQLList in adql.query.operand
Subclasses of ADQLList in adql.query.operandModifier and TypeClassDescriptionfinal classRepresents a concatenation in ADQL (ex: "_s_ra" || ':' || "_s_dec"). -
Uses of ADQLList in adql.query.operand.function
Fields in adql.query.operand.function declared as ADQLListModifier and TypeFieldDescriptionprotected final ADQLList<ADQLOperand>DefaultUDF.parametersIts parsed parameters. -
Uses of ADQLList in adql.translator
Methods in adql.translator with parameters of type ADQLListModifier and TypeMethodDescriptionprotected final StringJDBCTranslator.getDefaultADQLList(ADQLList<? extends ADQLObject> list) Gets the default SQL output for a list of ADQL objects.protected StringJDBCTranslator.getDefaultADQLList(ADQLList<? extends ADQLObject> list, boolean withNamePrefix) Gets the default SQL output for a list of ADQL objects.ADQLTranslator.translate(ADQLList<? extends ADQLObject> list) JDBCTranslator.translate(ADQLList<? extends ADQLObject> list)