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