Uses of Class
adql.query.operand.NumericConstant
Packages that use NumericConstant
-
Uses of NumericConstant in adql.parser
Methods in adql.parser that return NumericConstantModifier and TypeMethodDescriptionADQLQueryFactory.createNumericConstant(String value) final NumericConstantADQLParser.SignedInteger()final NumericConstantADQLParser.UnsignedFloat()final NumericConstantADQLParser.UnsignedNumeric() -
Uses of NumericConstant in adql.query.operand
Constructors in adql.query.operand with parameters of type NumericConstantModifierConstructorDescriptionNumericConstant(NumericConstant toCopy) Builds a NumericConstant by copying the given one. -
Uses of NumericConstant in adql.translator
Methods in adql.translator with parameters of type NumericConstantModifier and TypeMethodDescriptionADQLTranslator.translate(NumericConstant numConst) JDBCTranslator.translate(NumericConstant numConst)