Modify a Java UDR
To modify a Java™ UDR,
you can use the SQL/J replace_jar method. For example,
the following command replaces the .jar file
in the database with a new copy:
execute procedure replace_jar(
"file:/d:/informix/extend/Zip.1.0/Zip.jar", "ZipJar");