The following statements register the JAR file for the table UDF with the JUDF database, creating an identifier for the JAR file called UDF_JAR:
DATABASE JUDF; CALL SQLJ.INSTALL_JAR('CJ!java_udf/udf.jar', 'UDF_JAR', 0);
The following statements register the JAR file for the table UDF with the JUDF database, creating an identifier for the JAR file called UDF_JAR:
DATABASE JUDF; CALL SQLJ.INSTALL_JAR('CJ!java_udf/udf.jar', 'UDF_JAR', 0);