Uses of Class
adql.query.operand.function.MathFunction
-
Packages that use MathFunction Package Description adql.parser adql.query.operand.function adql.translator -
-
Uses of MathFunction in adql.parser
Methods in adql.parser that return MathFunction Modifier and Type Method Description MathFunctionADQLQueryFactory. createMathFunction(MathFunctionType type, ADQLOperand param1, ADQLOperand param2)MathFunctionADQLParser. MathFunction()MathFunctionADQLParser. TrigFunction() -
Uses of MathFunction in adql.query.operand.function
Constructors in adql.query.operand.function with parameters of type MathFunction Constructor Description MathFunction(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 MathFunction Modifier and Type Method Description java.lang.StringADQLTranslator. translate(MathFunction fct)java.lang.StringJDBCTranslator. translate(MathFunction fct)java.lang.StringPostgreSQLTranslator. translate(MathFunction fct)java.lang.StringSQLServerTranslator. translate(MathFunction fct)
-