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 TypeClassDescriptionclass
ClauseADQL<T extends ADQLObject>
Represents an ADQL clause (i.e.class
Represents a clause which deals withADQLConstraint
s (i.e.class
The SELECT clause of an ADQL query.Fields in adql.query declared as ADQLListModifier and TypeFieldDescriptionprotected final ADQLList<ADQLObject>
ADQLList.ADQLListIterator.list
Constructors in adql.query with parameters of type ADQLListModifierConstructorDescriptionprotected
Builds 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 TypeClassDescriptionclass
Represents 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 TypeMethodDescriptionvoid
In.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 class
Represents 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.parameters
Its parsed parameters. -
Uses of ADQLList in adql.translator
Methods in adql.translator with parameters of type ADQLListModifier and TypeMethodDescriptionprotected final String
JDBCTranslator.getDefaultADQLList
(ADQLList<? extends ADQLObject> list) Gets the default SQL output for a list of ADQL objects.protected String
JDBCTranslator.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)