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.allowedUdfs
List of all allowed User Defined Functions (UDFs).Methods in adql.db that return FunctionDefModifier and TypeMethodDescriptionstatic FunctionDef
Let 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 FunctionDef
DefaultUDF.definition
Define/Describe this user defined function.Methods in adql.query.operand.function that return FunctionDefModifier and TypeMethodDescriptionfinal FunctionDef
DefaultUDF.getDefinition()
Get the signature/definition/description of this user defined function.Methods in adql.query.operand.function with parameters of type FunctionDefModifier and TypeMethodDescriptionfinal void
DefaultUDF.setDefinition
(FunctionDef def) Let set the signature/definition/description of this user defined function.