Uses of Class
adql.query.operand.function.UserDefinedFunction
Packages that use UserDefinedFunction
-
Uses of UserDefinedFunction in adql.db
Methods in adql.db with type parameters of type UserDefinedFunctionModifier and TypeMethodDescriptionfinal <T extends UserDefinedFunction>
voidFunctionDef.setUDFClass
(Class<T> udfClass) Set the class of theUserDefinedFunction
able to represent the function defined here in an ADQL tree.Methods in adql.db that return types with arguments of type UserDefinedFunctionModifier and TypeMethodDescriptionfinal Class<? extends UserDefinedFunction>
FunctionDef.getUDFClass()
Get the class of theUserDefinedFunction
able to represent the function defined here in an ADQL tree. -
Uses of UserDefinedFunction in adql.parser
Methods in adql.parser that return UserDefinedFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createUserDefinedFunction
(String name, ADQLOperand[] params) Creates the user defined functions called as the given name and with the given parameters.final UserDefinedFunction
ADQLParser.UserDefinedFunction()
-
Uses of UserDefinedFunction in adql.query.operand.function
Subclasses of UserDefinedFunction in adql.query.operand.functionModifier and TypeClassDescriptionfinal class
It represents any function which is not managed by ADQL. -
Uses of UserDefinedFunction in adql.translator
Methods in adql.translator with parameters of type UserDefinedFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(UserDefinedFunction fct) JDBCTranslator.translate
(UserDefinedFunction fct)