Developing Java stored procedures
You can use the workbench to develop Java stored procedures with outside JAR dependencies.
Prerequisites for developing Java stored procedures
You might need to configure your system for developing Java stored procedures using the workbench.
Conventions for developing Java routines
Java routines that you build by using the workbench conform to the SQLJ Routines specification. Java objects are defined in the catalog table with the LANGUAGE JAVA and PARAMETER STYLE JAVA clauses.
Feedback