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 MathFunction
ADQLQueryFactory. createMathFunction(MathFunctionType type, ADQLOperand param1, ADQLOperand param2)
MathFunction
ADQLParser. MathFunction()
MathFunction
ADQLParser. 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.String
ADQLTranslator. translate(MathFunction fct)
java.lang.String
JDBCTranslator. translate(MathFunction fct)
java.lang.String
PostgreSQLTranslator. translate(MathFunction fct)
java.lang.String
SQLServerTranslator. translate(MathFunction fct)
-