Create, delete, modify , and administer SQLJ functions.
Creating a SQLJ Function
Create a user-defined function by adding a SQL wrapper to a Java static method.
Replacing a SQLJ Function Definition
You can replace the SQL definition, the return type, and change whether the function is recompiled each time it is executed.
SQLJ Function Properties
Use the SQLJ Function Properties window to access and modify SQLJ functions.