Package | Description |
---|---|
adql.db |
Modifier and Type | Field and Description |
---|---|
protected FunctionDef.FunctionParam[] |
FunctionDef.params
List of all the parameters of this function.
|
Modifier and Type | Method and Description |
---|---|
FunctionDef.FunctionParam |
FunctionDef.getParam(int indParam)
Get the definition of the indParam-th parameter of this function.
|
Constructor and Description |
---|
FunctionDef(java.lang.String fctName,
DBType returnType,
FunctionDef.FunctionParam[] params) |
FunctionDef(java.lang.String fctName,
FunctionDef.FunctionParam[] params)
Create a function definition.
|