@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface DelegationPattern
More specifically, this method annotation indicates:
Modifier and Type | Required Element and Description |
---|---|
String |
databaseName
Name of the database to which this custom function can be delegated.
|
String |
pattern
Expression that will be executed in the database when the Server wants to delegate this custom
function.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
databaseVersions
Versions of the database to which this custom function can be delegated.
|
public abstract String databaseName
public abstract String pattern
public abstract String[] databaseVersions
Versions of the database to which this custom function can be delegated.
Do not add this parameter if the function can be delegated to any version of the database.
Copyright © 2023 Denodo Technologies. All rights reserved.