Package | Description |
---|---|
adql.parser | |
adql.query.operand | |
adql.translator |
Modifier and Type | Method and Description |
---|---|
NumericConstant |
ADQLQueryFactory.createNumericConstant(java.lang.String value) |
NumericConstant |
ADQLParser.SignedInteger() |
NumericConstant |
ADQLParser.UnsignedFloat() |
NumericConstant |
ADQLParser.UnsignedNumeric() |
Constructor and Description |
---|
NumericConstant(NumericConstant toCopy)
Builds a NumericConstant by copying the given one.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ADQLTranslator.translate(NumericConstant numConst) |
java.lang.String |
JDBCTranslator.translate(NumericConstant numConst) |