| Package | Description |
|---|---|
| adql.db | |
| adql.query.operand.function |
| Modifier and Type | Field | Description |
|---|---|---|
protected FunctionDef[] |
DBChecker.allowedUdfs |
List of all allowed User Defined Functions (UDFs).
|
| Modifier and Type | Method | Description |
|---|---|---|
static FunctionDef |
FunctionDef.parse(java.lang.String strDefinition) |
Let parsing the serialized form of a function definition.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
FunctionDef.compareTo(FunctionDef def) |
| Modifier and Type | Field | Description |
|---|---|---|
protected FunctionDef |
DefaultUDF.definition |
Define/Describe this user defined function.
|
| Modifier and Type | Method | Description |
|---|---|---|
FunctionDef |
DefaultUDF.getDefinition() |
Get the signature/definition/description of this user defined function.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultUDF.setDefinition(FunctionDef def) |
Let set the signature/definition/description of this user defined function.
|