Uses of Class
adql.query.constraint.Between
-
Packages that use Between Package Description adql.parser adql.query.constraint adql.translator -
-
Uses of Between in adql.parser
Methods in adql.parser that return Between Modifier and Type Method Description Between
ADQLParser. BetweenEnd(ADQLOperand leftOp)
Between
ADQLQueryFactory. createBetween(boolean not, ADQLOperand value, ADQLOperand min, ADQLOperand max)
-
Uses of Between in adql.query.constraint
Constructors in adql.query.constraint with parameters of type Between Constructor Description Between(Between toCopy)
Builds a BETWEEN constraint by copying the given one. -
Uses of Between in adql.translator
Methods in adql.translator with parameters of type Between Modifier and Type Method Description java.lang.String
ADQLTranslator. translate(Between comp)
java.lang.String
JDBCTranslator. translate(Between comp)
-