Table 43. User-Defined Function Sample programs
| Sample Program Name | Program Description |
|---|---|
|
DB2Udf.java
| A Java UDF that demonstrates several tasks, including integer division, manipulation of Character Large Objects (CLOBs), and the use of Java instance variables. |
|
udfsrv.c
| Creates a library with the User-Defined Function ScalarUDF, to access the sample database tables. |
|
UDFsrv.java
| Demonstrates the use of Java User-Defined Functions (UDFs). |