Uses of Class
adql.db.FunctionDef.FunctionParam
Packages that use FunctionDef.FunctionParam
-
Uses of FunctionDef.FunctionParam in adql.db
Fields in adql.db declared as FunctionDef.FunctionParamModifier and TypeFieldDescriptionprotected final FunctionDef.FunctionParam[]
FunctionDef.params
List of all the parameters of this function.Methods in adql.db that return FunctionDef.FunctionParamModifier and TypeMethodDescriptionFunctionDef.getParam
(int indParam) Get the definition of the indParam-th parameter of this function.Constructors in adql.db with parameters of type FunctionDef.FunctionParamModifierConstructorDescriptionFunctionDef
(String fctName, DBType returnType, FunctionDef.FunctionParam[] params) FunctionDef
(String fctName, FunctionDef.FunctionParam[] params) Create a function definition.