Uses of Class
adql.query.operand.function.MathFunction
Packages that use MathFunction
-
Uses of MathFunction in adql.parser
Methods in adql.parser that return MathFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createMathFunction
(MathFunctionType type, ADQLOperand param1, ADQLOperand param2) final MathFunction
ADQLParser.MathFunction()
final MathFunction
ADQLParser.TrigFunction()
-
Uses of MathFunction in adql.query.operand.function
Constructors in adql.query.operand.function with parameters of type MathFunctionModifierConstructorDescriptionMathFunction
(MathFunction toCopy) Builds a mathematical function by copying the given one. -
Uses of MathFunction in adql.translator
Methods in adql.translator with parameters of type MathFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(MathFunction fct) JDBCTranslator.translate
(MathFunction fct) PostgreSQLTranslator.translate
(MathFunction fct) SQLServerTranslator.translate
(MathFunction fct)