Package | Description |
---|---|
adql.db | |
adql.query.operand.function | |
tap | |
tap.config |
Modifier and Type | Field and Description |
---|---|
protected FunctionDef[] |
DBChecker.allowedUdfs
List of all allowed User Defined Functions (UDFs).
|
Modifier and Type | Method and Description |
---|---|
static FunctionDef |
FunctionDef.parse(java.lang.String strDefinition)
Let parsing the serialized form of a function definition.
|
Modifier and Type | Method and Description |
---|---|
int |
FunctionDef.compareTo(FunctionDef def) |
Constructor and Description |
---|
DBChecker(java.util.Collection<? extends DBTable> tables,
java.util.Collection<? extends FunctionDef> allowedUdfs)
Builds a
DBChecker with the given list of known tables and with a restricted list of user defined functions. |
DBChecker(java.util.Collection<? extends DBTable> tables,
java.util.Collection<? extends FunctionDef> allowedUdfs,
java.util.Collection<java.lang.String> allowedGeoFcts,
java.util.Collection<java.lang.String> allowedCoordSys)
Builds a
DBChecker . |
Modifier and Type | Field and Description |
---|---|
protected FunctionDef |
DefaultUDF.definition
Define/Describe this user defined function.
|
Modifier and Type | Method and Description |
---|---|
FunctionDef |
DefaultUDF.getDefinition()
Get the signature/definition/description of this user defined function.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultUDF.setDefinition(FunctionDef def)
Let set the signature/definition/description of this user defined function.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FunctionDef> |
ServiceConnection.getUDFs()
[OPTIONAL]
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FunctionDef> |
ConfigurableServiceConnection.getUDFs() |