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 NumericConstant
ADQLQueryFactory. createNumericConstant(java.lang.String value)
NumericConstant
ADQLParser. SignedInteger()
NumericConstant
ADQLParser. UnsignedFloat()
NumericConstant
ADQLParser. 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.String
ADQLTranslator. translate(NumericConstant numConst)
java.lang.String
JDBCTranslator. translate(NumericConstant numConst)
-