Uses of Class
adql.db.FunctionDef
Packages that use FunctionDef
-
Uses of FunctionDef in adql.db
Fields in adql.db declared as FunctionDefModifier and TypeFieldDescriptionprotected FunctionDef[]DBChecker.allowedUdfsList of all allowed User Defined Functions (UDFs).Methods in adql.db that return FunctionDefModifier and TypeMethodDescriptionstatic FunctionDefLet parsing the serialized form of a function definition.Methods in adql.db with parameters of type FunctionDef -
Uses of FunctionDef in adql.query.operand.function
Fields in adql.query.operand.function declared as FunctionDefModifier and TypeFieldDescriptionprotected FunctionDefDefaultUDF.definitionDefine/Describe this user defined function.Methods in adql.query.operand.function that return FunctionDefModifier and TypeMethodDescriptionfinal FunctionDefDefaultUDF.getDefinition()Get the signature/definition/description of this user defined function.Methods in adql.query.operand.function with parameters of type FunctionDefModifier and TypeMethodDescriptionfinal voidDefaultUDF.setDefinition(FunctionDef def) Let set the signature/definition/description of this user defined function.