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 ADQLConstraintADQLParser.Constraint()final ADQLConstraintADQLParser.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 TypeMethodDescriptionvoidClauseConstraints.add(int index, ADQLConstraint constraint) voidClauseConstraints.add(int index, String logicalSep, ADQLConstraint constraint) Adds the given constraint with the given separator at the given position in the constraints list.booleanClauseConstraints.add(ADQLConstraint constraint) booleanClauseConstraints.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 TypeClassDescriptionclassIt represents the BETWEEN predicate of SQL and ADQL.classRepresents a comparison (numeric or not) between two operands.classRepresents a parenthesized list of constraints.classRepresents the predicate EXISTS of SQL and ADQL.classIt represents the IN predicate of SQL and ADQL.classRepresents a comparison between a column to the NULL value.classLets apply the logical operator NOT on any constraint.Methods in adql.query.constraint that return ADQLConstraintModifier and TypeMethodDescriptionfinal ADQLConstraintNotConstraint.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)