Uses of Class
adql.query.operand.NumericConstant
-
Packages that use NumericConstant Package Description adql.parser adql.query.operand adql.translator -
-
Uses of NumericConstant in adql.parser
Methods in adql.parser that return NumericConstant Modifier and Type Method Description NumericConstantADQLQueryFactory. createNumericConstant(java.lang.String value)NumericConstantADQLParser. SignedInteger()NumericConstantADQLParser. UnsignedFloat()NumericConstantADQLParser. UnsignedNumeric() -
Uses of NumericConstant in adql.query.operand
Constructors in adql.query.operand with parameters of type NumericConstant Constructor Description NumericConstant(NumericConstant toCopy)Builds a NumericConstant by copying the given one. -
Uses of NumericConstant in adql.translator
Methods in adql.translator with parameters of type NumericConstant Modifier and Type Method Description java.lang.StringADQLTranslator. translate(NumericConstant numConst)java.lang.StringJDBCTranslator. translate(NumericConstant numConst)
-