Uses of Interface
adql.query.constraint.ADQLConstraint
Packages that use ADQLConstraint
-
Uses of ADQLConstraint in adql.parser
Methods in adql.parser that return ADQLConstraintModifier and TypeMethodDescriptionfinal ADQLConstraint
ADQLParser.Constraint()
final ADQLConstraint
ADQLParser.Predicate()
Methods in adql.parser with parameters of type ADQLConstraint -
Uses of ADQLConstraint in adql.query
Methods in adql.query that return ADQLConstraintModifier and TypeMethodDescriptionClauseConstraints.remove
(int index) ClauseConstraints.set
(int index, ADQLConstraint constraint) ClauseConstraints.set
(int index, String logicalSep, ADQLConstraint constraint) Replaces the specified constraint by the given one with the given constraint separator.Methods in adql.query with parameters of type ADQLConstraintModifier and TypeMethodDescriptionvoid
ClauseConstraints.add
(int index, ADQLConstraint constraint) void
ClauseConstraints.add
(int index, String logicalSep, ADQLConstraint constraint) Adds the given constraint with the given separator at the given position in the constraints list.boolean
ClauseConstraints.add
(ADQLConstraint constraint) boolean
ClauseConstraints.add
(String logicalSep, ADQLConstraint constraint) Adds the given constraint with the given separator.ClauseConstraints.set
(int index, ADQLConstraint constraint) ClauseConstraints.set
(int index, String logicalSep, ADQLConstraint constraint) Replaces the specified constraint by the given one with the given constraint separator. -
Uses of ADQLConstraint in adql.query.constraint
Classes in adql.query.constraint that implement ADQLConstraintModifier and TypeClassDescriptionclass
It represents the BETWEEN predicate of SQL and ADQL.class
Represents a comparison (numeric or not) between two operands.class
Represents a parenthesized list of constraints.class
Represents the predicate EXISTS of SQL and ADQL.class
It represents the IN predicate of SQL and ADQL.class
Represents a comparison between a column to the NULL value.class
Lets apply the logical operator NOT on any constraint.Methods in adql.query.constraint that return ADQLConstraintModifier and TypeMethodDescriptionfinal ADQLConstraint
NotConstraint.getConstraint()
Gets the constraint on which the NOT operator is applied.Constructors in adql.query.constraint with parameters of type ADQLConstraintModifierConstructorDescriptionNotConstraint
(ADQLConstraint constraint) Builds a NotConstraint just with the constraint on which the logical operator NOT must be applied. -
Uses of ADQLConstraint in adql.translator
Methods in adql.translator with parameters of type ADQLConstraintModifier and TypeMethodDescriptionADQLTranslator.translate
(ADQLConstraint cons) JDBCTranslator.translate
(ADQLConstraint cons)