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 NumericConstant
ADQLParser.SignedInteger()
final NumericConstant
ADQLParser.UnsignedFloat()
final NumericConstant
ADQLParser.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)