Description
You can use @j4sql.function tag to define an User Defined Function for a java method. Your method must be public static
and it must have a return type.
Properties
|
| Attribute | required | description | default value |
| name | yes | The name of the function |
| security | no | Security mode | invoker |
| properties | no | Database specific properties |
| deterministic | no | Is the function deterministic? | false |
| sqlAccess | no | What SQL access does the function have? | |