Package | Description |
---|---|
adql.db | |
adql.parser | |
adql.query.operand.function | |
adql.translator |
Modifier and Type | Method and Description |
---|---|
<T extends UserDefinedFunction> |
FunctionDef.setUDFClass(java.lang.Class<T> udfClass)
Set the class of the
UserDefinedFunction able to represent the function defined here in an ADQL tree. |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UserDefinedFunction> |
FunctionDef.getUDFClass()
Get the class of the
UserDefinedFunction able to represent the function defined here in an ADQL tree. |
Modifier and Type | Method and Description |
---|---|
UserDefinedFunction |
ADQLQueryFactory.createUserDefinedFunction(java.lang.String name,
ADQLOperand[] params)
Creates the user defined functions called as the given name and with the given parameters.
|
UserDefinedFunction |
ADQLParser.UserDefinedFunction() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUDF
It represents any function which is not managed by ADQL.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ADQLTranslator.translate(UserDefinedFunction fct) |
java.lang.String |
JDBCTranslator.translate(UserDefinedFunction fct) |