Uses of Class
adql.db.FunctionDef.FunctionParam
-
Packages that use FunctionDef.FunctionParam Package Description adql.db -
-
Uses of FunctionDef.FunctionParam in adql.db
Fields in adql.db declared as FunctionDef.FunctionParam Modifier and Type Field Description protected FunctionDef.FunctionParam[]FunctionDef. paramsList of all the parameters of this function.Methods in adql.db that return FunctionDef.FunctionParam Modifier and Type Method Description FunctionDef.FunctionParamFunctionDef. getParam(int indParam)Get the definition of the indParam-th parameter of this function.Constructors in adql.db with parameters of type FunctionDef.FunctionParam Constructor Description FunctionDef(java.lang.String fctName, DBType returnType, FunctionDef.FunctionParam[] params)FunctionDef(java.lang.String fctName, FunctionDef.FunctionParam[] params)Create a function definition.
-