Compiling the Java code
A UDR written in Java™ code is implemented by a static method in a Java class.
About this task
To make the Java source code into an executable format:
Procedure
Results
JAR files contain Java classes that in turn contain static methods corresponding to SQL UDRs. JAR files can also contain auxiliary classes and methods that are used by the UDRs (for example, to perform SQL-to-Java type mapping).